Skip to content

1.3.1

Compare
Choose a tag to compare
@oschwald oschwald released this 03 Mar 18:23
· 407 commits to main since this release
  • Correctly decode strings that are between 157 and 288 bytes long. 1.3.0
    introduced a regression when decoding these due to using a signed byte
    as an unsigned value. Reported by Dongmin Yu. GitHub #181 in
    maxmind/GeoIP2-java.
  • Update jackson-databind dependency.