Releases: RAprogramm/masterror
Releases · RAprogramm/masterror
Release 0.2.1
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
Changelog
All notable changes to this project will be documented in this file.
[Unreleased]
0.2.0 - 2025-08-20
Added
- Actix integration:
AppErrorimplementsactix_web::ResponseError.ErrorResponseimplementsactix_web::Responder.
Changed
- Expanded documentation:
- Complete
README.mdwith installation, usage examples, and feature flags. - Improved module-level doc comments and design notes.
- Complete
- Error conversions: feature-gated submodules (
sqlx,reqwest,redis,tokio,validator, etc.).
Notes
- MSRV: 1.89
- No unsafe: the crate forbids
unsafe.