Skip to content

Releases: intel/QATzip

QATzip 1.2.0 Release

08 Feb 05:47
Compare
Choose a tag to compare

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

24 Mar 05:44
Compare
Choose a tag to compare

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

26 Dec 03:45
Compare
Choose a tag to compare

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

03 Nov 08:26
Compare
Choose a tag to compare

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

23 Aug 07:50
Compare
Choose a tag to compare

The QATzip 1.0.9 dev_envoy branch release including the following change:

  • Enable static link QATzip into Envoy

QATzip 1.0.9 Release

08 Aug 09:47
Compare
Choose a tag to compare

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

QATzip 1.0.8 Release

28 Apr 11:38
Compare
Choose a tag to compare

The 1.0.8 release including the following change:

  • Support autoconf & automake to build QATzip
  • Change the API for ABI/API compatibility
  • Change the default installation directory of QATzip lib to /usr/local/lib
  • Bug fix

v1.0.7

14 Dec 02:21
Compare
Choose a tag to compare

The 1.0.7 release including the following change:

  • Add QZ_DEFLATE_4B header format support
  • Add option '-b' in test application for benchmarking
  • Bug fix

v1.0.6

02 Sep 08:07
Compare
Choose a tag to compare

The 1.0.6 release including the following change:

  • Update QATzip API
  • Update RPM spec
  • Bug fix

v1.0.5

08 Jul 08:11
Compare
Choose a tag to compare

The 1.0.5 release including the following change:

  • Update QATzip RPM spec
  • Update QATzip API
  • Enable busy polling mode
  • Bug fix