All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.4.1 - 2023-05-27
- Added support for Worker's Route Delivery Manifest
1.4.0 - 2023-05-15
- Added property for adding custom headers to all requests
1.3.1 - 2022-07-06
- Update dependencies (
backoff
v2.1.2,requests
v2.28.1)
1.3.0 - 2022-04-26
- Get all tasks in team
- Get all worker assigned tasks
1.2.1 - 2021-11-04
- Query parameter bug fix
1.2 - 2021-10-07
Onfleet
now uses endpoints declared statically (#24)endpoint.py
has been refactored accordinglyrequest.py
has been refactored accordinglyerror.py
has been refactored
Config
class
- Tweaks for READMEs' accuracy, consistency and readability
1.1.6 - 2021-08-17
- New module:
_meta.py
- In
setup.py
, reads version from the meta module - Update .gitignore
- In
requests.py
, imports version from the meta module –no need forpkg_resources
(#18)
1.1.5 - 2021-06-28
- Add POST and PUT support to Hubs endpoint
- Add
autoDispatch
- Add
getWorkerEta
- Add missing Metadata endpoints
1.1.4 - 2021-04-08
- Error cause handling when cause is missing
1.1.3 - 2021-03-08
- Error causes to
HttpError
class (#19)
- Expand terminology for Admins API endpoint
1.1.2 - 2020-12-14
- Error message handling (#14)
1.1.1 - 2020-11-10
- Distribution wheel containing redundant files (kudos to @bbradshaw for noticing)
1.1.0 - 2020-08-19 - Yanked
- Refactored config JSON file into a Python module
- Bug on PyPI wheel distribution
- Bug on config directory problem with backslash in Windows
- Bug on locating config directory in cloud instances
- Bug on locating config directory in packaged instances (i.e. Electron)
1.0.2 - 2020-07-02 - Yanked
- Rate limiter
- Bug on directories when using Windows environment (#10)
- Issues found on wheel distribution and some bug in locating directories
1.0.1 - 2019-05-22
- Initial release on PyPI