v21.0.0
emarsys-deployer
released this
09 Jan 14:16
·
15 commits
to master
since this release
21.0.0 (2024-01-09)
- feat!: parse json error response (c450977)
BREAKING CHANGES
- Error response is parsed as JSON if response headers
have content-type application/json and if it's possible to parse the
data as JSON. Otherwise response will be retuned as string or default
response will be returned as empty string.