Releases: devrev/adaas-sdk
Releases · devrev/adaas-sdk
v1.2.2
- Add library version as a part of control protocol
- Improve axios client and adapter logging
- Fix bugs related to state handling
v1.2.1
- Reduced the
delayFactor
to minimize unnecessary delays - Correct the setting of the
lastSyncStarted
timestamp - Improve logging for attachment extraction and loading
- Fix several bugs related to the control protocol
v1.2.0
- Add support for loading attachments from DevRev to external system
v1.1.6
- Add exponential retry and handle rate-limiting towards DevRev
- Gracefully handle failure to upload extracted attachments
v1.1.5
- Increase
delayFactor
and number of retries for the exponential backoff retry mechanism for HTTP requests - Provide an inject function for streaming attachments
- Fix the attachments streaming bug
v1.1.4
- Provide log lines and stack traces for runtime worker errors
v1.1.3
- Export
axios
andaxiosClient
with the exponential backoff retry mechanism for HTTP requests and omit Authorization headers from Axios errors - Resolve circular structure logging issues
- Fix the attachments metadata normalization bug
- Improve repository logging
v1.1.2
- Unify incoming and outgoing event context
- Add
dev_oid
to logger tags
v1.1.1
- Add default workers for loading deletion events
v1.1.0
Support sync from DevRev to the external system. (Known limitations: no support for loading attachments.)