Releases: devrev/adaas-sdk
Releases · devrev/adaas-sdk
v1.2.3
- Add
local
flag to use for local development of the ADaaS snap-ins - Send library version, snap-in version and snap-in slug in headers while emitting
- Make
actor_id
field optional forSsorAttachment
interface - Fix bugs related to event handling, error logging
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
NOTE: Please note that in this version, the inline field was removed from the NormalizedAttachment interface. This change is not semver-compliant and constitutes an unintentional breaking change. Field was added back in v1.6.0 and if your implementation depends on this field please update you code accordingly.
- 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