Skip to main content

Changelog for the bigquery adaptor

@openfn/language-bigquery

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 - 16 January 2025

Patch Changes

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

3.0.8 - 16 January 2025

Patch Changes

3.0.7 - 09 January 2025

Patch Changes

3.0.6 - 28 October 2024

Patch Changes

3.0.5 - 18 October 2024

Patch Changes

3.0.4 - 15 October 2024

Patch Changes

3.0.3 - 09 October 2024

Patch Changes

  • 8d866e4: Update tough-cookie dependency

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.1.3

Patch Changes

2.1.2 - 25 July 2024

Patch Changes

2.1.1 - 19 June 2024

Patch Changes

2.1.0 - 13 June 2024

Minor Changes

  • 3d9d564c: Add fn and fnIf operation

Patch Changes

2.0.10 - 11 June 2024

Patch Changes

2.0.9 - 21 May 2024

Patch Changes

2.0.8 - 08 May 2024

Patch Changes

2.0.7 - 08 May 2024

Patch Changes

2.0.6 - 12 April 2024

Patch Changes

2.0.5 - 12 April 2024

Patch Changes

2.0.4 - 20 September 2023

Patch Changes

2.0.3 - 08 September 2023

Patch Changes

2.0.2 - 14 August 2023

Patch Changes

2.0.1 - 14 July 2023

Patch Changes

2.0.0 - 14 July 2023

Major Changes

  • 0b6f20b: use parseCsv from common

Patch Changes

1.2.3 - 30 June 2023

Patch Changes

1.2.2 - 23 June 2023

Patch Changes

1.2.1 - 19 June 2023

Patch Changes

1.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

1.1.5 - 20 April 2023

Patch Changes

  • 5895eb9: update dependencies

1.1.4 - 31 March 2023

Patch Changes

1.1.3 - 30 March 2023

Patch Changes

1.1.2 - 15 February 2023

Patch Changes

  • f2aed32: add examples

1.1.1 - 15 December 2022

Patch Changes

  • 6d8de03: change @constructor to @function and remove /*_ @module Adaptor _/
  • 57f3513: Fix exports in index.js

1.1.0 - 11 November 2022

Minor Changes

  • e4c6114: bigquery migration and build

Patch Changes