Skip to content

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@ahparhizgar ahparhizgar released this 04 Jul 14:14

Release v0.2.0 — Rename and Bug Fixes

Changelog

  • Project renamed: The library is now called Katch—because it helps you catch exceptions and errors.
  • Bug fix: extractPayload is now a suspend function. Previously, it couldn't safely extract the response body because reading the body requires a suspend context.
  • New feature: Debug message extraction is now supported. When available, the extracted debug message is exposed as the message of ClientError and ServerError.