Skip to content

Releases: awslabs/aws-c-compression

v0.2.18

15 Feb 00:06
ea1d421
Compare
Choose a tag to compare
v0.2.18 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.17...v0.2.18

v0.2.17

15 May 20:34
99ec79e
Compare
Choose a tag to compare
v0.2.17 Pre-release
Pre-release

What's Changed

  • Update CI to fix downstream build by @waahm7 in #57
  • update builder version to fix aws-lc build on manylinux1 by @TingDaoK in #59
  • Fix warnings in public headers by @waahm7 in #60

New Contributors

Full Changelog: v0.2.16...v0.2.17

Fix C++ One Definition Rule (ODR) Violations

09 Nov 01:14
b517b7d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.15...v0.2.16

Allow mix of static and shared libs

24 Aug 20:26
63e1ada
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.2.14...v0.2.15

Testing header refactor

19 Jul 16:37
5fab8bc
Compare
Choose a tag to compare
Pre-release
  • Move and rename the huffman testing header so that CRTs (nodejs) that package the submodule dependency source can more reliably build from the packaged source.

Fix build warnings affecting downstream projects

18 Jun 00:41
fc1631e
Compare
Choose a tag to compare
v0.2.13

fix build warnings (#48)

Moved test code out of header-only configuration

09 Jun 21:15
71ef50d
Compare
Choose a tag to compare
Moved .inl test symbols into source file, fixes downstream swift buil…

…d (#46)

* Moved .inl test symbols into source file, fixes downstream swift build

* Fixed use of testing API

* Fixed shared-lib build

aws_fopen

26 Apr 22:39
25cd413
Compare
Choose a tag to compare
aws_fopen Pre-release
Pre-release
  • apply aws_fopen
  • sanitizers job

Fix faulty assert

21 Apr 23:21
f2be13a
Compare
Choose a tag to compare
Fix faulty assert Pre-release
Pre-release
v0.2.10

fix assert (#32)

Added init/shutdown functions.

27 Mar 03:02
4b32a9b
Compare
Choose a tag to compare
Pre-release
aws_compression_library_init() (#31)

- add `aws_compression_library_init()`
- fix bug in `aws_huffman_decoder_reset()`
- fix encoder bug where `AWS_ERROR_SHORT_BUFFER` was returned even though we'd successfully encoded a full string