Skip to content

Latest commit

 

History

History
179 lines (119 loc) · 6.15 KB

CHANGELOG.md

File metadata and controls

179 lines (119 loc) · 6.15 KB

Changelog

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.10.1 - 2024-05-28

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 - 2023-09-27

Changed

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

v1.9.0 - 2022-12-21

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 - 2022-05-05

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 - 2021-10-06

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 - 2021-09-20

Security

  • Update Axios to 0.21.2 #41

v1.6.0 - 2021-09-20

Added

  • New endpoints #35
    • integrationSdk.stockAdjustments.query(/* ... */)
    • integrationSdk.stockAdjustments.create(/* ... */)
    • integrationSdk.stock.compareAndSet(/* ... */)
    • integrationSdk.stockReservations.show(/* ... */)

Security

  • 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

Changed

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

v1.4.0 - 2020-12-15

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 - 2020-08-12

Added

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

v1.2.0 - 2020-07-09

Added

  • New endpoints #16
    • integrationSdk.transactions.transition(/* ... */)
    • integrationSdk.transactions.transitionSpeculative(/* ... */)
    • integrationSdk.transactions.updateMetadata(/* ... */)

Security

  • Update dependencies
    • handlebars #14
    • websocket-extensions #15

v1.1.0 - 2020-01-21

Added

  • 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(/* ... */)

v1.0.0 - 2019-12-10

This is the first version that is published in NPM.

See: https://www.npmjs.com/package/sharetribe-flex-integration-sdk