Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

1.3.0

Latest

Choose a tag to compare

@danielfrankcom danielfrankcom released this 15 Oct 16:29
526590d

This release clarifies the public API, and validates support for JDK 25.

Key changes:

  • Release 1.0.0 inadvertently specified internal implementation detail classes as public. This has been resolved in this release, with these classes now defined as package-private. Code that was depending on these implementation details should migrate to use the public API to access the functionality of this library. See the published Javadocs.
  • Support for JDK 25 is now validated as part of CI. It is likely that previous versions of the library were equally compatible with JDK 25, but this compatibility is now explicitly tested and verified.

What's Changed

Full Changelog: 1.2.0...1.3.0