Skip to content

Releases: awslabs/aws-crt-nodejs

Update axios dependency

07 Jan 20:54
084b65d
Compare
Choose a tag to compare
Pre-release
  • Bump axios from 0.19.2 to 0.21.1

Windows try-lock fix

30 Dec 21:49
8f60021
Compare
Choose a tag to compare
Windows try-lock fix Pre-release
Pre-release
Try lock fix (#163)

* Fix try-lock on Windows
* Dependency updates

MQTT retry update

29 Dec 01:39
f398093
Compare
Choose a tag to compare
MQTT retry update Pre-release
Pre-release
  • Rework the retry behavior for requests
  • Several bugs fixed from aws-c-mqtt
  • Memory leak fix: releasing reference to payload and topic name

Stability fixes

13 Nov 18:36
95ae65c
Compare
Choose a tag to compare
Stability fixes Pre-release
Pre-release
  • SDK shutdown now waits for C thread-based objects to all fully destroy themselves
  • Windows build tweaks to work around environment propagation issues

Dynamically discover incompatible openssl APIs

11 Nov 21:04
10e4adb
Compare
Choose a tag to compare
  • Tests dynamic discovery of certain Openssl APIs

Bug Fixed for credential provider binding

20 Oct 16:50
0641cbc
Compare
Choose a tag to compare
  • Bug Fixed: Zero out the chain default option once created

Updated to s2n v0.10.19

12 Oct 20:03
3bc1bdc
Compare
Choose a tag to compare
Pre-release
v1.3.1

Updated to s2n v0.10.19 (#143)

iOS API adjustments

28 Aug 21:42
51de1fc
Compare
Choose a tag to compare
iOS API adjustments Pre-release
Pre-release
  • BUG_FIXED: Fixes a crash when shutting down an mqtt connection with an incomplete request with no callback from aws-c-mqtt
  • BUG_FIXED: Fixed upgrade typo
  • BUG_FIXED: Added a http.HttpRequest derived from crt_native.HttpRequest, taking InputStream as argument
  • BUG_FIXED: Fix the refcounts for aws_http_message under HttpRequest
  • API_CHANGE: Added check for iOS platform

Auth signing change

20 Aug 00:23
3cf1d85
Compare
Choose a tag to compare
Auth signing change Pre-release
Pre-release
  • API CHANGE: AwsSigningConfig.signed_body_value is now a string instead of an int enum.
  • BUGFIX: MQTT on_interrupt and on_resume callbacks firing correctly.
  • BUGFIX: Websocket no longer hangs if CLOSE frame cannot be sent.

Better error surfacing

17 Aug 22:28
c72e465
Compare
Choose a tag to compare
Pre-release
  • improves error experience/handling by emitting errors from within node's main loop and not from NAPI calls.