Skip to content

Releases: YaZasnyal/asio_stream_compressor

v0.1.2

25 Nov 16:37
Compare
Choose a tag to compare

Fixed:

  • Fixed constructor ambiguity
  • Fixed undefined behavior in both read and write operation

v0.1.1

30 Aug 21:33
Compare
Choose a tag to compare

Added:

  • Conan recipe

Changed:

  • Compression level is preserved between reset() calls

Fixed:

  • Wrong values were set into zstd_error_condition
  • Completion handler could be called from within calling function which is a guarantee violation

Also includes minor documentation updates.

Release v0.1.0

18 Jul 12:10
Compare
Choose a tag to compare

Initial release.

Added:

  • Stream wrapper with ZSTD compression.