Skip to content

mmdb-server v1.2 released

Latest

Choose a tag to compare

@adulau adulau released this 22 Dec 21:37
v1.2
31a0e45

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 /raw endpoint that returns the source IP address (supports GET and HEAD requests).

🛠 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 FileNotFoundError during execution.
  • Improved general stability through code cleanup and pull request integrations.