Skip to content

Releases: awslabs/aws-crt-python

v0.2.26

19 Sep 23:06
84fba92
Compare
Choose a tag to compare
v0.2.26 Pre-release
Pre-release
Update version in setup.py (#71)

Fixed elasticurl, improved tls options, fixed legacy compiler builds.

19 Sep 22:32
c51ef2e
Compare
Choose a tag to compare
v0.2.25

tests for TlsConnectionOptions, alpn_list is now actually a list (#69)

Updates against latest master revision for the common runtime packages.

19 Sep 19:08
e01be7e
Compare
Choose a tag to compare
ClientTlsContext tests and rename-o-rama (#68)

The arguments to these functions confused me so I renamed them.

Updated dependencies and deployment pipeline

19 Jun 19:50
58d35c7
Compare
Choose a tag to compare
Switched deployment scripts to use release format tags instead of… (#54)

* Switched deployment scripts to use any release format tags instead of annotated tags on master

* Added aws-c-compression to manifest

* Disable caching on pip installs

Bug fixes and stability improvements

18 Jun 00:42
98f0d37
Compare
Choose a tag to compare
Pre-release
v0.2.18

Updated to v0.2.18 (#53)

Bug fixes and stability improvements

17 Jun 23:43
091baaf
Compare
Choose a tag to compare
Pre-release
Update dependencies (#52)

* Added aws-c-compression @ v0.2.2

* Updated aws-c-common to v0.3.13

* Updated aws-c-io to v0.3.13

* Updated aws-c-http to v0.2.18

* Updated aws-c-mqtt to v0.3.8

* Updated aws-c-cal to v0.1.5

* Added aws-c-compression to setup.py

* Removed redundant build of native module

* Fixed linker ordering

Update for CD pipeline

15 Apr 23:17
Compare
Choose a tag to compare
Pre-release
0.2.8

Increment version.

CD deployment updates.

15 Apr 22:51
Compare
Choose a tag to compare
Pre-release
v0.2.7

Increment version number for CI.

Updates for glibc 2.5, ARM, and BSD. Improved install script for RHEL linux variants.

25 Jan 22:36
4e32a1c
Compare
Choose a tag to compare
Updated git tags for aws-c-common and aws-c-io, added lib64 path supp…

…… (#30)

* Updated git tags for aws-c-common and aws-c-io, added lib64 path support for python build, added codebuild jobs for manylinux1 builds.

* Update s2n for the BSD fixes while we're at it.

v0.2.0

16 Jan 21:17
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
Callbacks 4 Dayz (#29)

- Compatibility with recent aws-c-mqtt API changes (interruption callbacks, etc)
- Functions that had completion-callbacks now return Futures instead.
- Use Python-3-style enums.
- Update aws-c-common, aws-c-io, aws-c-mqtt, s2n dependencies
- Scrubbed over mqtt_client_connection.c, being more careful about refcounts and error-handling.