Releases: maxmind/MaxMind-DB-Reader-java
Releases · maxmind/MaxMind-DB-Reader-java
0.3.1: InputStream Constructor for Reader
- An
InputStream
constructor was added to theReader
class. 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-db
in order to increase naming
consistency.
API Change
- IMPORTANT: The package name was changed to
com.maxmind.db
. The
MaxMindDbReader
class 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.