From 3de88fd09146c704ae50b62a9327d5d401ca7918 Mon Sep 17 00:00:00 2001 From: RA <70325462+RAprogramm@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:46:21 +0700 Subject: [PATCH] docs: add 0.3.3 release notes --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d8936..35ab996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.3.3] - 2025-09-11 +### Added +- `ErrorResponse::status_code()` exposing validated `StatusCode`. +- `ErrorResponse::new` now checks the supplied status code. + +### Changed +- Preserve original `reqwest` timeout error text. +- Redis errors map to `AppErrorKind::Cache`. +- Dependencies updated. + +### Fixed +- Axum and Actix adapters reuse `status_code()` to avoid type mismatches. + +### Documentation +- Clarified `contains_nocase` and `ascii_lower` comments. + ## [0.3.2] - 2025-09-08 ### Added - New feature flag `turnkey`: @@ -61,6 +77,7 @@ All notable changes to this project will be documented in this file. - **MSRV:** 1.89 - **No unsafe:** the crate forbids `unsafe`. +[0.3.3]: https://github.com/RAprogramm/masterror/releases/tag/v0.3.3 [0.3.2]: https://github.com/RAprogramm/masterror/releases/tag/v0.3.2 [0.3.1]: https://github.com/RAprogramm/masterror/releases/tag/v0.3.1 [0.3.0]: https://github.com/RAprogramm/masterror/releases/tag/v0.3.0