Skip to main content

Changelog for the msgraph adaptor

@openfn/language-msgraph

0.5.1

Patch Changes

0.5.0

Minor Changes

  • bae5d3b6: Add the cursor() function from common. See the job writing guide for more information.

Patch Changes

0.4.0

Minor Changes

  • 4cd6587: Add uploadFile and sheetToBuffer function

Patch Changes

0.3.5

Patch Changes

0.3.4

Patch Changes

  • 1c183e9: Fix getFile unit tests

0.3.3

Patch Changes

0.3.2

Patch Changes

  • 9cc4952: fix url in request util

0.3.1

Patch Changes

  • f45f477: Clean-up state before throwing an error

0.3.0

Minor Changes

  • 9366e53: - Switch from nodejs default fetch to undici fetch
    • Added the following sharepoint functions
      • getDrive()
      • getFolder()
      • getFile()

0.2.0

Minor Changes

  • d33c0ee: export parseCsv from common

Patch Changes

0.1.1

Patch Changes

  • aad9549: Ensure that standard OAuth2 credentials with snake-cased "access_token" keys can be used for OAuth2-reliant adaptors
  • Updated dependencies [aad9549]

0.1.0

Minor Changes

  • 93d82a8: Add msgraph adaptor with get() and create() functions

Patch Changes