Skip to content

0.3.1: InputStream Constructor for Reader

Pre-release
Pre-release
Compare
Choose a tag to compare
@oschwald oschwald released this 05 Nov 23:01
· 590 commits to main since this release
  • 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.