Skip to content

Releases: awslabs/aws-crt-python

Support for MQTT resubscribe (2)

15 Oct 17:03
41270bc

Choose a tag to compare

Pre-release
s2n -> 4675f78 (2019.09.13) (#84)

0.3.0 failed to deploy.
We believe we've fixed the AL2-ARM machine that failed.
Bump version and try again.

Also update dependencies;
s2n -> 4675f78 (2019.09.13)
aws-c-mqtt -> v0.4.10

Support for MQTT resubscribe

11 Oct 20:32
ef8e18c

Choose a tag to compare

Pre-release
MQTT Resubscribe (#82)

MQTT changes:
- added `mqtt.Connection.resubscribe_to_existing_topics()`
- `clean_session` flag is no longer ignored
- interrupted/resumed callbacks take additional `connection` arg
- Detect when server rejects the subscription

HTTP changes:
- `HttpStream.completion_future.result()` returns status_code instead of None 

Update dependencies:
- aws-c-common v0.4.12
- aws-c-io v0.4.12
- aws-c-mqtt to v0.4.9

fix python 2 build.

04 Oct 21:45
02e61fa

Choose a tag to compare

fix python 2 build. Pre-release
Pre-release
v0.2.28

fix python 2 (#81)

Updates to latest aws-c-* libraries.

04 Oct 20:58

Choose a tag to compare

Pre-release
Update dependencies to latest (#80)

* aws-c-common v0.4.12
aws-c-io v0.4.11
aws-c-mqtt v0.4.7

* adapt to API spelling change

v0.2.26

19 Sep 23:06
84fba92

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

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

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

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

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

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