Release Notes - v1.2 (2025-12-22)
This release introduces containerization support, modernizes dependency management, and includes several data and stability improvements.
🚀 New Features
- Docker Support: Added a Dockerfile for containerized deployments and included relevant documentation.
- Source IP Endpoint: Added a new
/rawendpoint that returns the source IP address (supportsGETandHEADrequests).
🛠 Improvements
- Database Updates: Multiple updates to the latest versions of the GeoOpen and MMDB database files.
- Dependency Management: Migrated the project from standard requirements to Poetry for better environment handling.
- Configuration: Updated the sample configuration to use relative paths for better portability.
- Optimization: Core files optimized and cleaned of unused dictionaries and empty structures.
🐛 Bug Fixes
- Resolved issues related to
FileNotFoundErrorduring execution. - Improved general stability through code cleanup and pull request integrations.