Release Notes¶
v1.1.0 (2025-03-21)¶
New Features¶
- Added proper typing throughout the codebase
- Added custom Docker container for example app
- Added better Docker Compose support
Improvements¶
- Fixed multiple typing issues across test files
- Improved documentation for Docker container usage
- Enhanced serialization of Redis data
v1.0.0 (2025-02-19)¶
New Features¶
- Added Redis integration for distributed state management
Improvements¶
- Improved tests & testing coverage (100% coverage)
v0.4.0 (2025-02-16)¶
New Features¶
- Added
db_path
parameter toIPInfoManager
for custom database locations
Improvements¶
- Improved IPInfo database handling with local caching
Bug Fixes¶
- Fixed Azure IP ranges download by adding proper User-Agent headers (#19)
- Fixed cloud provider validation logic to properly filter invalid entries
- Resolved test coverage gaps on all test files
v0.3.4 (2025-01-26)¶
Bug Fixes¶
- Fixed issue with accepted
Headers
onSwagger UI
access/requests.
v0.3.3 (2024-12-14)¶
Bug Fixes¶
- Fixed package structure to properly include all required modules
- Resolved import issues with handlers package
- Improved package installation reliability