Skip to content

Release 1.8.0

Latest
Compare
Choose a tag to compare
@oleg-codaio oleg-codaio released this 07 Oct 23:23
· 4 commits to main since this release

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