Skip to content

Releases: sharetribe/flex-integration-sdk-js

v1.10.1

28 May 10:36
Compare
Choose a tag to compare

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

27 Sep 11:21
Compare
Choose a tag to compare

Changed

  • Update Axios to newest version. The new version will improve performance by
    enabling gzip compression.
    #68

v1.9.0

21 Dec 09:51
Compare
Choose a tag to compare

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

04 May 20:13
Compare
Choose a tag to compare

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

06 Oct 11:53
Compare
Choose a tag to compare

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

20 Sep 09:46
737cd07
Compare
Choose a tag to compare

Security

  • Update Axios to 0.21.2 #41

v1.6.0

20 Sep 09:45
2d8688b
Compare
Choose a tag to compare

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

04 Aug 11:54
Compare
Choose a tag to compare

Changed

  • SDK shows a warning if Client Secret is used in a browser.
    #36

v1.4.0

16 Dec 07:46
8e6e078
Compare
Choose a tag to compare

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

  • Update dependencies

v1.3.0

12 Aug 08:19
a9a7d8b
Compare
Choose a tag to compare

Added

  • A utility function to convert an object query parameter into a URL compatible
    string. 21