Skip to content

1.4.0

Compare
Choose a tag to compare
@oschwald oschwald released this 12 Jun 22:01
· 388 commits to main since this release
  • IMPORTANT: Java 8 is now required. If you need Java 7 support, please
    continue using 1.3.1 or earlier.
  • The decoder will now throw an InvalidDatabaseException on an invalid
    control byte in the data section rather than an
    ArrayIndexOutOfBoundsException. Reported by Edwin Delgado H. GitHub
    #68.
  • In order to improve performance when lookups are done from multiple
    threads, a use of synchronized has been removed. GitHub #65 & #69.
  • jackson-databind has been upgraded to 2.11.0.