Releases: intel/qat-java
Releases · intel/qat-java
Qat-Java 2.1.0
This version brings a couple of key changes compared to version 2.0.0:
- It now uses Java's
PhantomReference
andReferenceQueue
instead ofCleaner
to handle QAT session cleanup. - It removes the need for an external dependency on QAT-ZSTD.
It also includes improvements to the JMH benchmarks.
Qat-Java 2.0.0
This release includes support for QAT-accelerated Zstandard compression.
Qat-Java 1.1.1
Bugs fixed:
- Polling mode matches what the user specified.
- All unit tests pass with QATzip 1.2.0.
Qat-Java 1.1.0
What's Changed
- Bug fixes.
- Performance improvements.
- Polling mode can be configured (the default being
BUSY
polling). - Default execution mode changed from
Mode.AUTO
toMode.HARDWARE
.
Qat-Java 1.0.0
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.