Skip to content

Releases: ehcache/sizeof

Release 0.4.0

18 Sep 19:12
Compare
Choose a tag to compare

This version of sizeof includes a number of changes to improve Java 9+ support and a number of code cleanups.

Link to fixed issues in this release.

Maven dependency:

<dependency>
    <groupId>org.ehcache</groupId>
    <artifactId>sizeof</artifactId>
    <version>0.4.0</version>
</dependency>

Release 0.3.0

03 Feb 11:05
Compare
Choose a tag to compare

This version of sizeof includes a number of changes to better separate it from Ehcache code and to prepare for the upcoming 1.0.0 of the library.

Link to fixed issues in this release.

Notice that this release breaks the filters implementation that worked with 0.2.0.

Maven dependency:

<dependency>
    <groupId>org.ehcache</groupId>
    <artifactId>sizeof</artifactId>
    <version>0.3.0</version>
</dependency>