- #1837
21062826
Thanks @ajimae! - Fix issues with file uploads when using the @commercetools/sdk-middleware-http package.
- #1807
c05f4917
Thanks @ajimae! - Allow @commercetools/middleware-sdk-http to acceptapplication/graphql
content-type.
- #1775
35669f30
Thanks @ajimae! - Drop support for Nodev10
andv12
. Supported versions now arev14
,v16
andv18
.
-
#1751
d392692d
Thanks @MicheleRezk! - Allow to unset thecontent-type
HTTP header by explicitly passingnull
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 thecontent-type
HTTP header automatically.