Skip to content

Releases: intel/qat-java

Qat-Java 2.2.1

05 Jun 15:23
Compare
Choose a tag to compare

This version does not require the modifyThread permission when operating under a Java SecurityManager. Supports DEFLATE and LZ4.

Qat-Java 2.3.2

10 May 08:57
Compare
Choose a tag to compare

Enhances QzSession reuse and eliminates potential data races in concurrent use.

Qat-Java 1.2.0

17 Jun 16:30
Compare
Choose a tag to compare

This version uses QATZip 1.2.0 and does not require a modifyThread permission when running under a Java Security Manager.

Qat-Java 2.3.1

01 May 22:08
Compare
Choose a tag to compare

This version eliminates the dependency on GLIBC_2.34, allowing qat-java to run on older systems.

Qat-Java 2.3.0

21 Apr 15:55
Compare
Choose a tag to compare

This version enhances the native library loading mechanism and addresses class loading issues that may arise during unit test execution or at runtime.

Qat-Java 2.2.0

17 Apr 19:43
Compare
Choose a tag to compare

This version enables the use of thread-local cached QAT sessions, removing the reliance on Cleaner or PhantomReference for resource management.

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.