Releases: PermanentOrg/permanent-sdk
Releases · PermanentOrg/permanent-sdk
v0.10.1
v0.10.0
v0.9.1
Fixed
- Stela endpoint response dates are no longer being incorrectly modified by the SDK.
v0.9.0
Added
- ClientConfiguration now accepts a stelaBaseUrl
Changed
- BREAKING CHANGE: Dropped support for Node 18.
- BREAKING CHANGE: getFolder() now uses stela endpoints, which uses stelaBaseUrl.
- Added optional failOnDuplicateName parameters to createFolder and createArchiveRecord
v0.8.0
Changed
- BREAKING CHANGE: All functions now take either one or two arguments. The first argument is always the ClientConfig object. The second argument, if it is present, is always an object containing the rest of the parameters for the function. Documentation describing each function and its inputs has been added in API.md.
v0.7.0
Added
- The updateShareLink function now exists
- The createShareLink function now exists
- The HttpResponseError type now exists.
Changed
- This package no longer supports Node v14.
- The deleteFolder and deleteArchiveRecord SDK methods now return void (was boolean).
- All SDK methods now throw if the server responds with a non-OK status.