Skip to content

v21.0.0

Latest
Compare
Choose a tag to compare
@emarsys-deployer emarsys-deployer released this 09 Jan 14:16
4f4d8ae

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.