All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased - xxxx-xx-xx
v1.11.0 - 2024-10-08
- New endpoints #72
integrationSdk.users.approve(/* ... */)
integrationSdk.users.updatePermissions(/* ... */)
v1.10.1 - 2024-05-28
- Bug: Integration SDK failed to send any extended data if it had a key
length
with a number type value. #71
- Remove references to Flex in documentation. #69
v1.10.0 - 2023-09-27
- Update Axios to newest version. The new version will improve performance by enabling gzip compression. #68
v1.9.0 - 2022-12-21
- Add support for using client side rate limiters #58
v1.8.0 - 2022-05-05
- New endpoint #52
integrationSdk.listings.create(/* ... */)
- Read response data as Transit only if Content-Type header is
application/transit+json
#53
v1.7.0 - 2021-10-06
- Ability to serialize an array of SDK types, i.e. array of UUIDs. Useful when
calling e.g.
sdk.listings.query
withids
parameter. #45
v1.6.1 - 2021-09-20
- Update Axios to 0.21.2 #41
v1.6.0 - 2021-09-20
- New endpoints #35
integrationSdk.stockAdjustments.query(/* ... */)
integrationSdk.stockAdjustments.create(/* ... */)
integrationSdk.stock.compareAndSet(/* ... */)
integrationSdk.stockReservations.show(/* ... */)
- Update Axios to 0.21.1 #28
- Update Lodash to 4.17.21 #33
- Update development dependencies with security vulnerabilities (multiple PRs)
v1.5.0 - 2021-08-04
- SDK shows a warning if Client Secret is used in a browser. #36
v1.4.0 - 2020-12-15
- New endpoint #24
integrationSdk.events.query(/* ... */)
- The default base URL for the Flex Integration API is now
https://flex-integ-api.sharetribe.com
. Using the previoushttps://flex-api.sharetribe.com
is now DEPRECATED.
v1.3.0 - 2020-08-12
- A utility function to convert an object query parameter into a URL compatible string. 21
v1.2.0 - 2020-07-09
- New endpoints #16
integrationSdk.transactions.transition(/* ... */)
integrationSdk.transactions.transitionSpeculative(/* ... */)
integrationSdk.transactions.updateMetadata(/* ... */)
v1.1.0 - 2020-01-21
- New endpoints #13
integrationSdk.users.updateProfile(/* ... */)
integrationSdk.listings.update(/* ... */)
integrationSdk.listings.approve(/* ... */)
integrationSdk.listings.open(/* ... */)
integrationSdk.listings.close(/* ... */)
integrationSdk.images.upload(/* ... */)
integrationSdk.availabilityExceptions.query(/* ... */)
integrationSdk.availabilityExceptions.create(/* ... */)
integrationSdk.availabilityExceptions.delete(/* ... */)
This is the first version that is published in NPM.
See: https://www.npmjs.com/package/sharetribe-flex-integration-sdk