Skip to content

v1.14.0

Compare
Choose a tag to compare
@bladealslayer bladealslayer released this 20 Sep 08:59
· 200 commits to master since this release
de86a3a

Added

  • New endpoints #142
    • sdk.stockAdjustments.query(/* ... */)
    • sdk.stockAdjustments.create(/* ... */)
    • sdk.stock.compareAndSet(/* ... */)

Changed

  • Extend cookie expiration from 30 days to 180 days. This matches
    with the lifetime of the refresh token returned by the Auth API.
    #138
  • SDK shows a warning if Client Secret is used in a browser.
    #134

Security

  • Update Axios to 0.21.1 #126
  • Update Lodash to 4.17.21 #131
  • Update development dependencies with security vulnerabilities (multiple PRs)