Skip to content

v0.2.0

Choose a tag to compare

@RAprogramm RAprogramm released this 20 Aug 05:17
· 676 commits to main since this release

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

0.2.0 - 2025-08-20

Added

  • Actix integration:
    • AppError implements actix_web::ResponseError.
    • ErrorResponse implements actix_web::Responder.

Changed

  • Expanded documentation:
    • Complete README.md with installation, usage examples, and feature flags.
    • Improved module-level doc comments and design notes.
  • Error conversions: feature-gated submodules (sqlx, reqwest, redis, tokio, validator, etc.).

Notes

  • MSRV: 1.89
  • No unsafe: the crate forbids unsafe.