Skip to content

Releases: maxmind/MaxMind-DB-Reader-java

0.3.1: InputStream Constructor for Reader

05 Nov 23:01
Compare
Choose a tag to compare
  • An InputStream constructor was added to the Reader class. This reads the
    stream into memory as if it was using FileMode.MEMORY. Patch by Matthew
    Daniel.
  • The source code is now attached during packaging. Patch by Matthew Daniel.
  • The artifact ID was changed to maxmind-db in order to increase naming
    consistency.

API Change

17 Oct 16:25
Compare
Choose a tag to compare
API Change Pre-release
Pre-release
  • IMPORTANT: The package name was changed to com.maxmind.db. The
    MaxMindDbReader class was renamed to Reader.
  • Improved error handling and test coverage.
  • Performance improvements.

IEEE 754 Floats and Doubles

08 Jul 20:05
Compare
Choose a tag to compare
Pre-release
  • The reader and database format now uses IEEE 754 doubles and floats.
  • FileMode.IN_MEMORY was renamed to FileMode.MEMORY.
  • Cache Type enum values array.

v0.1.0

06 Jul 15:54
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Initial alpha.