Releases: onfleet/pyonfleet
Releases · onfleet/pyonfleet
v1.4.1
[1.4.1] - 2023-05-27
Added
- Added support for Worker's Route Delivery Manifest
v1.4.0
[1.4.0] - 2023-05-15
Added
- Added property for adding custom headers to all requests
v1.3.1
Security
- Update dependencies (
backoff
v2.1.2, requests
v2.28.1)
v1.3.0
Added
- Get all tasks in team
- Get all worker assigned tasks
v1.2
Changed
Onfleet
now uses endpoints declared statically (#24)
endpoint.py
has been refactored accordingly
request.py
has been refactored accordingly
error.py
has been refactored
Removed
Fixed
- Tweaks for READMEs' accuracy, consistency and readability
v1.1.6
Added
- New module:
_meta.py
- README in ES
- CHANGELOG
- .gitignore
Changed
- In
setup.py
, reads version from the meta module
- Update README in EN, ZH-TW
Fixed
- In
requests.py
, imports version from the meta module –no need for pkg_resources
(#18)
v1.1.5
Added
- Add POST and PUT support to Hubs endpoint
- Add
autoDispatch
- Add
getWorkerEta
- Add missing Metadata endpoints
v1.1.4
Fixed
- Error cause handling when cause is missing
v1.1.3
Added
- Error causes to
HttpError
class (#19)
Changed
- Expand terminology for Admins API endpoint