Releases: sharetribe/flex-integration-sdk-js
Releases · sharetribe/flex-integration-sdk-js
v1.11.0
Added
- New endpoints #72
integrationSdk.users.approve(/* ... */)
integrationSdk.users.updatePermissions(/* ... */)
v1.10.1
Fixed
- Bug: Integration SDK failed to send any extended data if it had a key
length
with a number type value. #71
Changed
- Remove references to Flex in documentation. #69
v1.10.0
Changed
- Update Axios to newest version. The new version will improve performance by
enabling gzip compression.
#68
v1.9.0
Changed
- Limit concurrent requests by default
#57
- Send custom
User-Agent
string for SDK calls
#60
Added
- Add support for using client side rate limiters
#58
v1.8.0
Added
- New endpoint #52
integrationSdk.listings.create(/* ... */)
Changed
- Read response data as Transit only if Content-Type header is
application/transit+json
#53
v1.7.0
Added
- Ability to serialize an array of SDK types, i.e. array of UUIDs. Useful when
calling e.g. sdk.listings.query
with ids
parameter.
#45
Security
v1.6.1
Security
- Update Axios to 0.21.2 #41
v1.6.0
Added
- New endpoints #35
integrationSdk.stockAdjustments.query(/* ... */)
integrationSdk.stockAdjustments.create(/* ... */)
integrationSdk.stock.compareAndSet(/* ... */)
integrationSdk.stockReservations.show(/* ... */)
Security
- Update Axios to 0.21.1 #126
- Update Lodash to 4.17.21 #131
- Update development dependencies with security vulnerabilities (multiple PRs)
v1.5.0
Changed
- SDK shows a warning if Client Secret is used in a browser.
#36
v1.4.0
v1.4.0 - 2020-12-16
Added
- New endpoint #24
integrationSdk.events.query(/* ... */)
Changed
- The default base URL for the Flex Integration API is now
https://flex-integ-api.sharetribe.com
. Using the previous
https://flex-api.sharetribe.com
is now DEPRECATED.
Security