Skip to content

Latest commit

 

History

History
101 lines (73 loc) · 3.49 KB

File metadata and controls

101 lines (73 loc) · 3.49 KB

Changelog

All notable changes to the ordercloud-javascript-sdk will be documented in this file starting in version 4. Migration guide for versions prior to version 4 are documented here

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[4.8.8] - 2022-05-19

Added

  • SDK up to date with API v1.0.238
  • Introduces Order Returns
  • PriceScheduleID added to LineItems

[4.7.8] - 2022-05-04

Added

  • Added an optional customRoles array to the authentication methods to support authenticating with custom roles, in addition to standard ApiRoles.

[4.6.8] - 2022-05-02

Fixed

  • Docs now up to date with API v1.0.235 and previous changes to DecodedToken.role

Removed

  • The ApiRole InventoryAdmin was removed from the OrderCloud API and is now considered a custom role. This role was removed from the ApiRole type definition. This could be a breaking change if your application uses the role InventoryAdmin. In this case, we recommend making this role a custom role.

[4.6.7] - 2022-04-27

Fixed

  • DecodedToken.role was not properly typed. It is now (ApiRole[] | ApiRole | undefined)

Added

  • SDK up to date with API v1.0.235

[4.6.6] - 2022-04-18

Fixed

  • bug where new models from v4.6.5 were not being bundled in the final output

[4.6.5] - 2022-04-14

Added

  • new models for message sender payloads
  • new models for integration event payloads
  • new models for oidc payloads and response #67

[4.5.5] - 2022-04-07

Fixed

  • bug where filter with boolean false was being dropped (#66)

[4.5.4] - 2022-03-23

Added

  • SDK up to date with API v1.0.233

[4.4.4] - 2022-03-09

Added

[4.3.4] - 2022-03-07

Fixed

  • bug where methods for the Cert resource were using the wrong url

[4.3.3] - 2022-02-17

Fixed

  • bug where type parameters on certain complex models are wrong due to being ordered incorrectly. Affects model OrderWorksheet and OrderSplitResult

[4.3.2] - 2022-01-11

Added

[4.2.2] - 2021-11-09

Added

[4.2.1] - 2021-07-29

Added

Fixed

  • cookieOption defaults were being clobbered and as a result defaults were not being applied

[4.2.0] - 2021-03-04

Added

[4.1.0] - 2021-02-27

Added

Fixed

  • OrderCloudError model not exported from public entry point

Security

  • Upgraded axios dependency to version 0.21.1

[4.0.1] - 2021-01-30

Added

  • SDK up to date with API v1.0.183
  • Cookie options configuration to set path - defaults to root path if no path is provided.

Fixed

  • Prevent list options from being mutated. This lead to side effects for any user relying on the options object
  • Typescript only: list options searchOn and sortBy would produce type errors for valid types