Skip to content

v0.18.0

Choose a tag to compare

@RAprogramm RAprogramm released this 24 Sep 11:16
· 323 commits to main since this release

Added

  • Added the AppCode::UserAlreadyExists classification and mapped it to RFC7807
    responses with the appropriate retry hint.

Changed

  • Switched all integration converters in src/convert/* to build structured
    Context metadata before producing Error values, including HTTP status,
    operation, endpoint, duration and retry/edit flags.
  • Extended integration tests to validate the enriched metadata, retry behavior
    and error code/category mappings across the updated converters.