Skip to content

Releases: awslabs/aws-crt-python

Updates to deployment scripts.

03 Dec 00:16
59122f6

Choose a tag to compare

Pre-release
Codebuild is killing me (#112)

try codebuild run again.

Fix codebuild cd jobs.

02 Dec 23:34
7b39761

Choose a tag to compare

Pre-release
v0.5.4

I think trailing whitespace is breaking the codebuild job. (#111)

Improved docs for callbacks

02 Dec 21:57
ca212bf

Choose a tag to compare

Pre-release
v0.5.3

Callbacks take kwargs in the suggested manner (#109)

Bug fixes for keyword args.

30 Nov 05:46
27388b5

Choose a tag to compare

Pre-release
Kwarg bug fixes (#108)

* Fixed some broken keyword args.

Prep for GA, all callbacks now take kwargs

28 Nov 05:32
eb3f0b8

Choose a tag to compare

Callback kwargs (#107)

* prep for GA, all callbacks now take kwargs.

MQTT fixes

20 Nov 00:31
06d55fd

Choose a tag to compare

MQTT fixes Pre-release
Pre-release
Bumped version for new pypi package (#95)

* Bumped version for new pypi package

* Use uuid for client id

* Applied PR feedback

Added support for handling any MQTT publish

19 Nov 02:19
c10c6d2

Choose a tag to compare

on_message (any publish) + MQTT tests (#94)

* Updated CRT libs

* Added boto3 as a depedency for testing

* Fixed self-referencing in MQTT connection

* Added support for null sub callbacks

Updated socket options, added credential provider bindings.

29 Oct 23:04
8924038

Choose a tag to compare

aws_credentials_provider binding (#90)

Only exposing "default chain" and "static" providers for now

Python 2 fixes (2)

17 Oct 17:54
9f8fc42

Choose a tag to compare

Python 2 fixes (2) Pre-release
Pre-release

bug in distribution scripts prevented release of 0.3.2

Python 2 fixes

17 Oct 00:25
0ffa99c

Choose a tag to compare

Python 2 fixes Pre-release
Pre-release
Fix mysterious python 2 crash (#87)

- fix mysterious python 2 crash
- add regression test for mysterious python 2 crash
- fix actual mis-use of PyWeakref_GetObject()
- bump version#