Skip to content

Releases: awslabs/aws-crt-python

Grab bag of fixes via dependencies

08 Jul 16:08
24c2c8e
Compare
Choose a tag to compare
Pre-release
  • Ecs provider crash fix (auth)
  • Tls window calculation fix (io)
  • Http monitoring options unitialization fix (http)

Auth signing revamp

15 Jun 20:55
9e60439
Compare
Choose a tag to compare
Auth signing revamp Pre-release
Pre-release

API changes to auth.py, in accordance with changes to the underlying aws-c-auth

Force static linking when both dynamic and static libs are in the path for unix builds.

29 May 19:33
Compare
Choose a tag to compare
  • Force static linking when both dynamic and static libs are in the path for unix builds.

HttpClientStream bugfix

08 May 05:49
5d1666f
Compare
Choose a tag to compare
Pre-release

Fix bug where a request with a body-stream could crash due to the request and body-stream objects being destroyed too soon.

Fix InputStream seek bug

01 May 23:52
4fd2ce5
Compare
Choose a tag to compare
Pre-release
v0.5.14

Fix bug in binding of aws_input_stream_seek() (#143)

MQTT reconnect timeout fix

30 Mar 19:18
bf06cac
Compare
Choose a tag to compare
Pre-release

Honor MQTT reconnect timeouts

API update. Http Streams must be activated via activate after a call to make_request. Also improved mac os trust store evaluation when using a custom CA

28 Mar 03:18
e3cdbaf
Compare
Choose a tag to compare
apply http stream activation refactor. (#136)

apply http stream activation refactor.
Numerous bug fixes. Reworked Mac OS trust store evaluation.

Update Dependecies. Misc Fixes (2)

20 Feb 21:30
2d19abb
Compare
Choose a tag to compare
Pre-release

Previous release failed.

Update dependencies. Misc fixes.

20 Feb 18:51
e4daed8
Compare
Choose a tag to compare
Pre-release
  • Update dependencies.
  • Reduce default MQTT keep-alive values.

Fixed connection resumed event return code not being delivered

04 Feb 00:51
0f950ea
Compare
Choose a tag to compare
v0.5.9

Fixed incorrect named argument to on_connection_resumed callback (Por…