Skip to content

Releases: devrev/adaas-sdk

v1.2.3

18 Apr 14:12
37309f5
Compare
Choose a tag to compare
  • 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 for SsorAttachment interface
  • Fix bugs related to event handling, error logging

v1.2.2

18 Apr 14:13
5c63d73
Compare
Choose a tag to compare
  • Add library version as a part of control protocol
  • Improve axios client and adapter logging
  • Fix bugs related to state handling

v1.2.1

18 Apr 14:17
a850215
Compare
Choose a tag to compare

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

18 Apr 14:18
15521cd
Compare
Choose a tag to compare
  • Add support for loading attachments from DevRev to external system

v1.1.6

18 Apr 14:19
2f5bc7f
Compare
Choose a tag to compare
  • Add exponential retry and handle rate-limiting towards DevRev
  • Gracefully handle failure to upload extracted attachments

v1.1.5

18 Apr 14:21
b254267
Compare
Choose a tag to compare
  • 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

18 Apr 14:26
bfd79d6
Compare
Choose a tag to compare
  • Provide log lines and stack traces for runtime worker errors

v1.1.3

18 Apr 14:26
dcf33de
Compare
Choose a tag to compare
  • Export axios and axiosClient 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

18 Apr 14:27
baf79e1
Compare
Choose a tag to compare
  • Unify incoming and outgoing event context
  • Add dev_oid to logger tags

v1.1.1

18 Apr 14:27
aada8f9
Compare
Choose a tag to compare
  • Add default workers for loading deletion events