Changelog for the memento adaptor
@openfn/language-memento
1.0.6 - 24 February 2026
Patch Changes
- Updated dependencies [856f85c]
- @openfn/language-common@3.2.3
1.0.5 - 09 February 2026
Patch Changes
- Updated dependencies [8ad6b98]
- Updated dependencies [8ad6b98]
- @openfn/language-common@3.2.2
1.0.4 - 28 November 2025
Patch Changes
- Updated dependencies [cfc66df]
- @openfn/language-common@3.2.1
1.0.3 - 12 November 2025
Patch Changes
- Updated dependencies [4d7a833]
- @openfn/language-common@3.2.0
1.0.2 - 04 November 2025
Patch Changes
- Updated dependencies
- @openfn/language-common@3.1.2
1.0.1 - 16 October 2025
Patch Changes
- Updated dependencies [408a3a2]
- @openfn/language-common@3.1.1
1.0.0 - 08 October 2025
Initial release of the adaptor
Adaptor Operations
listLibraries: Retrieve available content librariesgetFields: Fetch field definitions and schemaslistEntries: List entries in a librarygetEntry: Get single entry by IDcreateEntry: Create new content entriesupdateEntry: Modify existing entries
HTTP Operations
- Added low-level HTTP operations for custom implementations:
http.request: Generic HTTP request functionhttp.get: GET request functionhttp.post: POST request functionhttp.put: PUT request function