Releases: awslabs/aws-crt-python
Releases · awslabs/aws-crt-python
Updates to deployment scripts.
Codebuild is killing me (#112) try codebuild run again.
Fix codebuild cd jobs.
v0.5.4 I think trailing whitespace is breaking the codebuild job. (#111)
Improved docs for callbacks
v0.5.3 Callbacks take kwargs in the suggested manner (#109)
Bug fixes for keyword args.
Kwarg bug fixes (#108) * Fixed some broken keyword args.
Prep for GA, all callbacks now take kwargs
Callback kwargs (#107) * prep for GA, all callbacks now take kwargs.
MQTT fixes
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
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.
aws_credentials_provider binding (#90) Only exposing "default chain" and "static" providers for now
Python 2 fixes (2)
bug in distribution scripts prevented release of 0.3.2
Python 2 fixes
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#