Releases: mapbox/kine
Releases · mapbox/kine
Release list
v3.3.3
What's Changed
- package version to 3.3.2 by @JamesSaxon in #58
- security vuln fix by @yiyange in #61
Full Changelog: v3.3.2...v3.3.3
Update to hashing algorithm
What's Changed
Replace md5 hashing with sha256. https://mapbox.atlassian.net/browse/TELEMTRAF-2938
Full Changelog: v3.3.2...v3.3.3
Update dependencies to fix security vulnerabilities
- Update package.json and package-lock.json to address critical security vulnerabilities in dependencies.
v3.3.1
v3.3.0
v3.2.0
- replace
getRecords(params, callback)with a request object that will emit events representing the lifecycle of a request (i.e. success, error, retry, extractData). Call thesend()method manually. - retries are also manually triggered for certain error codes
- add a timer to fire the
abortmethod on the request after 5 seconds if the request is hanging. This triggers a retry. - more granular retries/delays based on the error code.
- verbose flag and addition of
fastlogdependency for optional extra logging - update
travis.ymlto use node4.4.3instead of0.10 - add randomized backoff for certain error codes
- fix 2 typos