Releases: intel/QATzip
Releases · intel/QATzip
v1.3.2
QATzip v1.3.2 Maintenance release containing below changes
- README updates
- Add AX_PTHREAD & Refactor
- Bug Fixes and Static analysis issue fixes
- Version bump to v1.3.2
- Use extension_result for Async API
- Fix spaces before \n in logs
- Update copyright year to 2026
- Fix qzip infiniteloop with large gzip file.
- Fix Coverity issues
- Fix Openscanhub issues
- Fix Spelling & Add missing man/qatzip-test.1
- Update dockerfile to copy source of binaries in the final image
- Modify decompression dest len for test mode 4
- Add option to write logs to file
- Refactor README
v1.3.1
QATzip v1.3.0 release
QATzip v1.3.0 release including
- Async API support
- Latency Sensitive Mode support
- zlib format (de)compression support
- deflate raw format (de)compression support
- End of stream flag for deflate format support
- Bug fix
QATzip 1.2.1 Release
The v1.2.1 release including the following change:
- Dockerfile support with QAT Compression
- Update Document and Manual
QATzip 1.2.0 Release
The 1.2.0 release including the following change:
- Implement the Software fallback when Hardware down
- Improve Software fallback's performance
- Fix file permission change after decompression
- Add more instance capability check
- Limit LZ4s format to only support compression direction.
- QATzip API update
- Rename test app to qatzip-test and add it into package
- Update Document and Manual
- Fix Coverity issues
- Fix bugs
QATzip 1.1.2 Release
Release v1.1.2 contains the following changes:
- Test: fix overflow on large files #76 -2879617
- Test: fix crash when perf test with svm #78 -666d229
- Fix Clang compile error - 4458223
- Fix MiniMatch bug #77 -29b323d
- Fix compile error on QAT1.7 - 6f88bd4
- Update QAT1.7 / QAT2.0 config files - #74 #73 5b3489f
- Update README -542c3e4
- Update year in copyright information to 2023 -0836c48
- Remove QAT device ID dependency - 73e8a23
- Update version, spec file, API PDF - aa379ef
- Add missing QZ_PARAMS return code - 39adbbe
QATzip 1.1.1 Release
The 1.1.1 release including the following change:
- Add support for pkg-config in QATzip
- Fix Coverity issues
- Change lz4s with frame header to lz4s block
- Move lz4(s) related functions to qatzip_lz4.c
- Move functions outputHeader* outputFooter* to qatzip_utils.c
- Fix bugs
QATzip 1.1.0 Release
The 1.1.0 release including the following change:
- Add dependancy update tool file
- Updated New "Crc" series API
- Bug fix
QATzip 1.0.9 dev_evnoy branch Release
The QATzip 1.0.9 dev_envoy branch release including the following change:
- Enable static link QATzip into Envoy
QATzip 1.0.9 Release
The 1.0.9 release including the following change:
- Added support for LZ4 with frame header
- Added support for LZ4S with frame header
- Added new APIs for deflate/LZ4/LZ4s compression algorithms
- Updated QATzip RPM spec for QATlib22.07
- Bug fix