You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
### Added
21
21
-`multipart/form-data` supports array values to define duplicate fields
22
22
23
+
### Changed
24
+
- Reworked map interpreter into an asynchronous generator. It should be 1:1 replacement of the original interpreter, but opens up the road to expose streaming perform later.
25
+
23
26
### Fixed
24
27
- Do not set `Accept` and `Content-Type` header when defined in [HTTP request headers](https://spec.superface.dev/latest/map-spec.html#HTTPHeaders) - [#264](https://github.com/superfaceai/one-sdk-js/issues/264)
25
28
- Replaced `isomorphic-form-data` with `form-data` package to fix `FormData` serialization - [#291](https://github.com/superfaceai/one-sdk-js/issues/291)
26
29
- Create valid `headersInit` shape in `NodeFetch.fetch`
30
+
- Added `UnexpectedError` and `SDKExecutionError` to MapInterpreter and BoundProfileProvider return signatures.
27
31
- An http call to `/` url returning an error about it being an absolute url
0 commit comments