Skip to content

Releases: RAprogramm/masterror

Release 0.2.1

20 Aug 07:30

Choose a tag to compare

Changed

  • Cleanup of feature flags: clarified `openapi` vs `openapi-*`.
  • Simplified error DTOs (`ErrorResponse`) with proper `ToSchema` support.
  • Minor code cleanup in Actix and SQLx integration.

Notes

  • MSRV: 1.89
  • No unsafe

v0.2.0

20 Aug 05:17

Choose a tag to compare

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.