Skip to content

0.7.0: Minor API Changes and InputStream Constructor for DatabaseReader.Builder

Pre-release
Pre-release
Compare
Choose a tag to compare
@oschwald oschwald released this 05 Nov 23:02
· 1172 commits to main since this release
  • Renamed getSubdivisionsList to getSubdivisions on AbstractNamedRecord.
  • An InputStream constructor was added to the DatabaseReader.Builder
    class. This reads the stream into memory as if it was using the
    FileMode.MEMORY mode. Patch by Matthew Daniel.
  • The source code is now attached during packaging. Patch by Matthew Daniel.