Changelog for the memento adaptor
@openfn/language-memento
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
Patch Changes
- Updated dependencies [408a3a2]
- @openfn/language-common@3.1.1
1.0.0
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