Skip to content

Release v1.21.0

Compare
Choose a tag to compare
@ejona86 ejona86 released this 05 Feb 16:58
· 1085 commits to main since this release
  • Support for Arrays.asList in GenerData cloning
  • When verifying signatures, catch exception and consider non-valid if the signature size does not match the public key length. This is important when searching for which key was used to generate the signature
  • Parse fix for special floating point values (like Infinity and NaN) in JsonParser
  • Parse fix for milliseconds in DateTime.parseRfc3339(String)