Releases: maxmind/MaxMind-DB-Reader-java
Releases · maxmind/MaxMind-DB-Reader-java
0.3.2
0.3.1: InputStream Constructor for Reader
- An
InputStreamconstructor was added to theReaderclass. This reads the
stream into memory as if it was usingFileMode.MEMORY. Patch by Matthew
Daniel. - The source code is now attached during packaging. Patch by Matthew Daniel.
- The artifact ID was changed to
maxmind-dbin order to increase naming
consistency.
API Change
- IMPORTANT: The package name was changed to
com.maxmind.db. The
MaxMindDbReaderclass was renamed toReader. - Improved error handling and test coverage.
- Performance improvements.
IEEE 754 Floats and Doubles
- 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.