Skip to content

Releases: coda/packs-sdk

Release 1.8.0

07 Oct 23:23
Compare
Choose a tag to compare

Added

  • Add continuation for get permissions request and response

Changed

  • Improve types used for testing, specifically on MockExecutionContext returned by newMockExecutionContext().
    fetcher.fetch, temporaryBlobStorage.storeUrl, and temporaryBlobStorage.storeBlob should be stubbed using
    resolves() and rejects() since the underlying methods return promises
  • Fix untransformBody helper for array inputs

Release 1.7.19

27 Sep 16:38
Compare
Choose a tag to compare

Changed

  • Add unit testing capabilities for update and get permissions

Release 1.7.18

21 Sep 04:19
Compare
Choose a tag to compare
  • Add more pre-release incremental sync support

Release 1.7.17

20 Sep 17:50
Compare
Choose a tag to compare

Changed

  • Added internal fields to schema definition

Release 1.7.16

10 Sep 16:16
Compare
Choose a tag to compare

Changed

  • Added more invocation context information

Release 1.7.15

04 Sep 20:55
Compare
Choose a tag to compare

Changed

  • Internal change to completion
  • Updated fetchOpts in TemporaryBlobStorage.storeUrl to allow setting headers for the fetch.
  • Update OAuth URL validation

Release 1.7.13

29 Aug 16:56
Compare
Choose a tag to compare

Changed

  • Internal Changes relating to permissions

Release 1.7.12

26 Aug 21:36
Compare
Choose a tag to compare
  • Fix inferred schema types when using fromKey

Release 1.7.11

23 Aug 18:08
Compare
Choose a tag to compare

Changed

  • Added internal fields to sync formulas and identity

Release 1.7.10

21 Aug 20:13
Compare
Choose a tag to compare

Added

  • Adds Last90AndNext90Days PrecannedDateRange