Skip to content

Releases: szeiger/perfio

v0.3.0

30 Aug 02:07

Choose a tag to compare

  • Improved filtering (More changes to come in 0.4)
  • Bug fixes
  • Multi-release jar that works on Java versions other than 21
  • BufferedInput refactoring
  • Tracing input and output
  • GzipBufferedInput
  • Unchecked input & output APIs

v0.2.0

06 Jun 00:46

Choose a tag to compare

The major new feature is output filtering.

Full Changelog: v0.1.0...v0.2.0

<dependency>
    <groupId>com.novocode</groupId>
    <artifactId>perfio</artifactId>
    <version>0.2.0</version>
</dependency>

v0.1.0

22 Nov 19:22

Choose a tag to compare

First release of the core library to Maven Central. Requires at least Java 21 with --enable-preview (for the FFM API) or 22 without.

<dependency>
    <groupId>com.novocode</groupId>
    <artifactId>perfio</artifactId>
    <version>0.1.0</version>
</dependency>

(See https://central.sonatype.com/artifact/com.novocode/perfio for more dependency formats)