Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

49 lines (25 loc) · 2.9 KB

@commercetools/sdk-middleware-http

7.0.4

Patch Changes

7.0.3

Patch Changes

7.0.2

Patch Changes

  • #1837 21062826 Thanks @ajimae! - Fix issues with file uploads when using the @commercetools/sdk-middleware-http package.

7.0.1

Patch Changes

  • #1807 c05f4917 Thanks @ajimae! - Allow @commercetools/middleware-sdk-http to accept application/graphql content-type.

7.0.0

Major Changes

  • #1775 35669f30 Thanks @ajimae! - Drop support for Node v10 and v12. Supported versions now are v14, v16 and v18.

6.2.0

Minor Changes

6.1.1

Patch Changes

  • #1751 d392692d Thanks @MicheleRezk! - Allow to unset the content-type HTTP header by explicitly passing null as the value.

    A use case for that is using FormData as the request body, for example to perform a file upload. The browser generally sets the content-type HTTP header automatically.

  • #1759 6a5b0572 Thanks @emmenko! - Bump versions of node-fetch, lodash, and fast-csv to fix security vulnerabilities