Skip to main content

Changelog for the postgresql adaptor

@openfn/language-postgresql

4.1.11

Patch Changes

  • 02ab7a89: - Change host format from uri or ipv4 to string in configuration-schema.json
    • Update required list to include user, password and database

4.1.10

Patch Changes

4.1.9

Patch Changes

4.1.8

Patch Changes

4.1.7

Patch Changes

4.1.6

Patch Changes

4.1.5

Patch Changes

4.1.4

Patch Changes

4.1.3

Patch Changes

4.1.2

Patch Changes

4.1.1

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

Major Changes

  • ecd0b53: add optional callback in sql and update response structure

3.4.6

Patch Changes

3.4.5

Patch Changes

3.4.4

Patch Changes

  • f2aed32: add examples

3.4.3

Patch Changes

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

3.4.2

Patch Changes

3.4.1

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

Minor Changes

  • 44ae341: Migrate postgresql

Patch Changes

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