Skip to content

Releases: intel/qat-java

Qat-Java 2.1.0

29 Mar 21:29
Compare
Choose a tag to compare

This version brings a couple of key changes compared to version 2.0.0:

  1. It now uses Java's PhantomReference and ReferenceQueue instead of Cleaner to handle QAT session cleanup.
  2. It removes the need for an external dependency on QAT-ZSTD.

It also includes improvements to the JMH benchmarks.

Qat-Java 2.0.0

04 Mar 19:32
Compare
Choose a tag to compare

This release includes support for QAT-accelerated Zstandard compression.

Qat-Java 1.1.1

11 Mar 03:23
2e031b6
Compare
Choose a tag to compare

Bugs fixed:

  1. Polling mode matches what the user specified.
  2. All unit tests pass with QATzip 1.2.0.

Qat-Java 1.1.0

30 Jan 21:33
8f14ffa
Compare
Choose a tag to compare

What's Changed

  • Bug fixes.
  • Performance improvements.
  • Polling mode can be configured (the default being BUSY polling).
  • Default execution mode changed from Mode.AUTO to Mode.HARDWARE.

Qat-Java 1.0.0

17 Aug 16:38
Compare
Choose a tag to compare

This is the first release version of Qat-Java. The API is stable and documented. There is a suite of functional tests and a selection of sample code is available.