Skip to content

Commit 1d983dd

Browse files
authored
Merge pull request #25 from RAprogramm/codex/-teloxide
feat: add teloxide error mapping
2 parents 6e03c5d + ab3a9d1 commit 1d983dd

File tree

8 files changed

+577
-33
lines changed

8 files changed

+577
-33
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [0.3.5] - 2025-09-12
7+
### Added
8+
- Conversion from `teloxide_core::RequestError` into `AppError` (feature `teloxide`).
9+
610
## [0.3.4] - 2025-09-12
711
### Added
812
- `ErrorResponse::with_retry_after_duration` helper for specifying retry advice via `Duration`.
@@ -99,6 +103,7 @@ All notable changes to this project will be documented in this file.
99103
- **MSRV:** 1.89
100104
- **No unsafe:** the crate forbids `unsafe`.
101105

106+
[0.3.5]: https://github.com/RAprogramm/masterror/releases/tag/v0.3.5
102107
[0.3.4]: https://github.com/RAprogramm/masterror/releases/tag/v0.3.4
103108
[0.3.3]: https://github.com/RAprogramm/masterror/releases/tag/v0.3.3
104109
[0.3.2]: https://github.com/RAprogramm/masterror/releases/tag/v0.3.2

0 commit comments

Comments
 (0)