Skip to main content

Changelog for the googlesheets adaptor

@openfn/language-googlesheets

3.0.12 - 16 April 2025

Patch Changes

3.0.11 - 11 April 2025

Patch Changes

3.0.10 - 14 March 2025

Patch Changes

3.0.9 - 27 January 2025

Patch Changes

  • update() and append() will exit early with a gentle warning if an empty array is passed. This allows a no-op update to be error free.

3.0.8 - 16 January 2025

Patch Changes

  • Updated dependencies [b3d7f59]
  • Updated dependencies [2d709ff]
  • Updated dependencies [41e8cc3]

3.0.7 - 16 January 2025

Patch Changes

3.0.6 - 09 January 2025

Patch Changes

3.0.5 - 28 October 2024

Patch Changes

3.0.4 - 18 October 2024

Patch Changes

3.0.3 - 15 October 2024

Patch Changes

3.0.2 - 24 September 2024

Patch Changes

3.0.1 - 16 August 2024

Patch Changes

3.0.0 - 01 August 2024

Major Changes

  • Export new common http helpers (http namespace)

2.5.2

Patch Changes

2.5.1 - 25 July 2024

Patch Changes

  • 73d0a02: Make documentation public
  • Updated dependencies [4c08444]
  • Updated dependencies [73d0a02]

2.5.0 - 13 June 2024

Minor Changes

  • 73433c20: Add fnIf operation

Patch Changes

2.4.0 - 12 April 2024

Minor Changes

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

Patch Changes

2.3.1 - 08 April 2024

Patch Changes

  • 4594a324: add callback jsdocs

2.3.0 - 03 April 2024

Minor Changes

  • 8405fc9a: - Add getValues() function
    • Improve connection handling
    • Improve error logs

2.2.2 - 30 June 2023

Patch Changes

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

2.2.1 - 19 June 2023

Patch Changes

2.2.0

Minor Changes

  • 2c1d603: Remove parameter reassignment to ensure proper functioning inside an each block; add eslint

    The packages receiving a major bump here exposed functions that didn't work as expected inside each blocks. Users were previously wrapping these functions inside their own custom fn blocks, and this change will ensure that they can be used inside a standard each.

    See https://github.com/OpenFn/adaptors/issues/275 for more details.

Patch Changes

2.1.6 - 30 March 2023

Patch Changes

2.1.5 - 15 February 2023

Patch Changes

  • f7ebd3c: remove sample configuration

2.1.4 - 15 February 2023

Patch Changes

  • f2aed32: add examples

2.1.3 - 13 January 2023

Patch Changes

  • 6d8de03: change @constructor to @function and remove /*_ @module Adaptor _/

2.1.2 - 11 November 2022

Patch Changes

2.1.1 - 04 November 2022

Patch Changes

  • 9a2755e: Update dependency on language-common
  • 8566b26: Fix typings
  • b3d45ff: Fix CJS export of npm package.
  • ecf5d30: remove sinon since it was not being used
  • Updated dependencies [8566b26]
  • Updated dependencies [b3d45ff]
  • Updated dependencies [b5eb665]
  • Updated dependencies [ecf5d30]

2.1.0 - 25 October 2022

Minor Changes

  • 9e7d458: Migrate googlesheets