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.
- Update Nodejs to use v20 and all dev-dependencies, replace imports with require() to use ESM.
1.3.7 - 2024-08-23
- Added Custom field support for node API wrapper
1.3.4 - 2024-05-17
- Added support for Worker's Route Delivery Manifest
1.3.3 - 2023-03-02
- Added getBatch and createBatchAsync methods
1.3.2 - 2022-08-18
- Added property for adding custom headers for all the requests
1.3.1 - 2022-06-22
- The
verifyKey
method aims to the right environment
1.3.0 - 2022-06-14
- New
getTasks
endpoints for Teams and Workers
1.2.10 - 2022-03-08
forceComplete
endpoint does not provide a response body. so, it was throwing a fetch error
1.2.9 - 2021-10-27
- Constructor for Onfleet class should include
defaultPath
&defaultApiVersion
to better support local dev environments
1.2.8 - 2021-10-11
- Relocate
depleted
event handler
1.2.7 - 2021-08-23
- Enable passing
baseURL
as param toOnfleet
's constructor - README in ES
- CHANGELOG
- Bump
path-parse
from 1.0.6 to 1.0.7
1.2.6 - 2021-08-09
- Bugfix for
workers.getByLocation
1.2.5 - 2021-06-28
- POST and PUT operations on Hubs endpoint
1.2.4 - 2021-06-04
- Customizable Bottleneck options
1.2.3 - 2021-05-19
- Worker estimate endpoint
1.2.2 - 2021-05-13
- Metadata query support (#35)
auto-dispatch
endpoint
1.2.1 - 2021-03-10
- Enhance wrapper to support admin terminology
1.2.0 - 2021-01-29
- Enhance wrapper with customizable timeout (#24)
- Rate limiting bug (#28)
1.1.1 - 2020-10-07
- Update Bottleneck constants to better fit real-life API usage (#23)
- Update
node-fetch
dependency version
1.1.0 - 2020-06-11
- Rate-limiting reservoir bug when rate limit errors are hit (#19)
1.0.9 - 2020-05-27
- Misc improvements
1.0.8 - 2020-05-27
- Bumping universal timeout from 10s to 70s to match API actual timeout limit (#17)
- Content type typo
1.0.7 - 2020-05-06
- Rate limiting approved
- Update documentation to include rate limiting
- Security update for package.json
1.0.5 - 2019-12-30
- Included type definition for TypeScript (#7)
- Error bugs (#8)
1.0.4 - 2019-09-18
eslint-util
package.json vulnerability fix
1.0.3 - 2019-07-08
- Badges for download metrics, Travis CI builds, and updated documentation
- package.json vulnerabilities
1.0.2 - 2019-05-21
- Initial release on npm