Skip to main content

Changelog for the mssql adaptor

@openfn/language-mssql

5.0.13 - 16 April 2025

Patch Changes

5.0.12 - 11 April 2025

Patch Changes

5.0.11 - 14 March 2025

Patch Changes

5.0.10 - 16 January 2025

Patch Changes

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

5.0.9 - 16 January 2025

Patch Changes

5.0.8 - 09 January 2025

Patch Changes

  • de03bea: Update tedious to 1.18.0. This should have no impact on the adaptor, but note this version will only run in node versions 18.x and 20+ (this should be fully compatible with all @openfn/cli and @openfn/ws-worker releases)
  • Updated dependencies [a47d8d5]
  • Updated dependencies [9240428]

5.0.7 - 28 October 2024

Patch Changes

5.0.7 - 28 October 2024

Patch Changes

5.0.6 - 18 October 2024

Patch Changes

  • d8d84d3: improve logging error message

5.0.5 - 15 October 2024

Patch Changes

5.0.4 - 26 September 2024

Patch Changes

  • d3ac969: use reject instead of throw

5.0.3 - 26 September 2024

Patch Changes

  • 6d38a48: Removed process.exit(1) to prevent workflow crashes on errors

5.0.2 - 24 September 2024

Patch Changes

5.0.1 - 16 August 2024

Patch Changes

5.0.0 - 01 August 2024

Major Changes

  • Export new common http helpers (http namespace)

4.3.4

Patch Changes

4.3.3 - 25 July 2024

Patch Changes

4.3.2 - 05 July 2024

Patch Changes

  • bb5436c: Add title and description for port configuration

4.3.1 - 19 June 2024

Patch Changes

4.3.0 - 13 June 2024

Minor Changes

  • 73433c20: Add fnIf operation

Patch Changes

4.2.4 - 11 June 2024

Patch Changes

4.2.3 - 21 May 2024

Patch Changes

4.2.2 - 08 May 2024

Patch Changes

4.2.1 - 08 May 2024

Patch Changes

4.2.0 - 16 April 2024

Minor Changes

  • 2964fc8d: - Add cursor() function
    • Update configuration-schema.json

4.1.10 - 12 April 2024

Patch Changes

4.1.9 - 12 April 2024

Patch Changes

4.1.8 - 20 September 2023

Patch Changes

4.1.7 - 08 September 2023

Patch Changes

4.1.6 - 14 August 2023

Patch Changes

4.1.5 - 14 July 2023

Patch Changes

4.1.4 - 14 July 2023

Patch Changes

4.1.3 - 30 June 2023

Patch Changes

4.1.2 - 23 June 2023

Patch Changes

4.1.1 - 19 June 2023

Patch Changes

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

4.0.8 - 31 May 2023

Patch Changes

  • 57742d1: remove request dependency

4.0.7 - 20 April 2023

Patch Changes

  • 04ed74f: update dependencies

4.0.6 - 06 April 2023

Patch Changes

  • 43c3669: patch versions

4.0.5 - 31 March 2023

Patch Changes

4.0.4 - 30 March 2023

Patch Changes

4.0.3 - 15 February 2023

Patch Changes

  • f7ebd3c: remove sample configuration

4.0.2 - 15 February 2023

Patch Changes

  • f2aed32: add examples

4.0.1 - 13 January 2023

Patch Changes

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

4.0.0 - 18 November 2022

Major Changes

  • 3878624: Modify composeNextState function, to flattern all rows into an array of rows with their corresponding column names

Patch Changes

3.1.1 - 04 November 2022

Patch Changes

  • 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]

3.1.0 - 21 October 2022

Minor Changes

  • c9b7ed7: Add language-mssql in monorepo

Patch Changes

  • e04aa28: Rename credential-schema to configuration-schema, update descriptions