Changelog for the mongodb adaptor
@openfn/language-mongodb
2.1.7
Patch Changes
- Updated docs for each()
- Updated dependencies
- @openfn/language-common@2.1.1
2.1.6
Patch Changes
- Updated dependencies [03a1a74]
- @openfn/language-common@2.1.0
2.1.5
Patch Changes
- Fixed security vulnerability in jsonpath-plus [33973a2]
- @openfn/language-common@2.0.3
2.1.4
Patch Changes
- Updated dependencies [77a690f]
- @openfn/language-common@2.0.2
2.1.3
Patch Changes
- 8146c23: Fix typings in package.json
- Updated dependencies [8146c23]
- @openfn/language-common@2.0.1
2.1.2
Patch Changes
- Updated dependencies [4fe527c]
- @openfn/language-common@2.0.0
2.1.1
Patch Changes
- 73d0a02: Make documentation public
- Updated dependencies [4c08444]
- Updated dependencies [73d0a02]
- @openfn/language-common@1.15.1
2.1.0
Minor Changes
- 73433c20: Add
fnIf
operation
Patch Changes
- Updated dependencies [106ecf6d]
- @openfn/language-common@1.14.0
2.0.2
Patch Changes
- 38b3e8e0: Change
clusterHostname
format fromhostname
tostring
inconfiguration-schema.json
2.0.1
Patch Changes
- 6afba70: Fix findDocuments
2.0.0
Major Changes
- Update configuration schema for MongoDB adaptor:
- Rename
clusterUrl
toclusterHostname
- Change
clusterHostname
format fromuri
tohostname
- Update
Adaptor.js
and tests to use new name
- Rename
1.1.1
Patch Changes
- Update lock files
- Updated dependencies
- @openfn/language-common@1.8.1
1.1.0
Minor Changes
2c1d603: Remove parameter reassignment to ensure proper functioning inside an
each
block; add eslintThe 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 customfn
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
- Updated dependencies [2c1d603]
- @openfn/language-common@1.8.0
1.0.6
Patch Changes
- f7ebd3c: remove sample configuration
1.0.5
Patch Changes
- f2aed32: add examples