You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated version number in `pyproject.toml`, `__init__.py`, and `README.md`.
* Documented changes in `CHANGELOG.md` including:
- Type validation improvements for `@throttle` decorator.
- Enhanced handling of nested and multi-type query parameters.
- Improved error handling and type coercion in key extraction strategies.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.1] - 2025-10-03
9
+
10
+
### Fixed
11
+
-**Type Validation Improvements**: Resolved TypeAdapter compatibility issues when using the `@throttle` decorator with complex Query Parameter extraction scenarios
12
+
-**Query Parameter Handling**: Enhanced robustness for nested and multi-type query parameter processing in rate limiting contexts
13
+
-**Decorator Stability**: Improved error handling and type coercion for edge cases in parameter-based key extraction strategies
0 commit comments