Releases: awslabs/aws-crt-python
Releases · awslabs/aws-crt-python
Updated dependencies and deployment pipeline
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
v0.2.18 Updated to v0.2.18 (#53)
Bug fixes and stability improvements
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
0.2.8 Increment version.
CD deployment updates.
v0.2.7 Increment version number for CI.
Updates for glibc 2.5, ARM, and BSD. Improved install script for RHEL linux variants.
Pre-release
v0.2.1 Updated git tags for aws-c-common and aws-c-io, added lib64 path supp…
v0.2.0
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.