Skip to content

Releases: awslabs/aws-crt-nodejs

Changes for TlsContextOptions

25 May 20:01
1dbabd2

Choose a tag to compare

Pre-release
  • Backwards Incompatible API Change: verify_peer in TlsContextOptions now defaults to true instead of false.
  • WebsocketConfig now has an optional member (tls_ctx_options) for specifying TlsContextOptions.

Extend proxy support

17 May 17:58
62c4f04

Choose a tag to compare

Extend proxy support Pre-release
Pre-release
  • Adds support for establishing mqtt connections directly through an http proxy

ECS provider fixes + audit

11 May 14:33
fce788b

Choose a tag to compare

Pre-release
  • addresses multiple issues with the ECS credentials provider
  • package update

More validation of HTTP/1.1 messages

30 Apr 03:08
696f671

Choose a tag to compare

Pre-release
  • BUGFIX: Fix several MQTT race conditions.
  • BUGFIX: More validation of HTTP/1.1 messages.
  • BUGFIX: High resolution clock fix on Windows.
  • BUGFIX: Non-ascii file open fix on Windows.
  • BUGFIX: Support non-desktop Windows.
  • BUGFIX: Fixing sending of S3 abort-multipart-upload message

Dependency pinning rework

22 Apr 16:44
6c7c8bb

Choose a tag to compare

Pre-release
  • Altered how we were pinning the dependency so that downstream consumers look secure as well.

Dependency updates

21 Apr 17:54
5257e5e

Choose a tag to compare

Dependency updates Pre-release
Pre-release
  • Pinned some dependencies

Submodules update

26 Mar 17:48
20b4477

Choose a tag to compare

Submodules update Pre-release
Pre-release
  • Updated the underlying aws-lc to solve the compiling issue

Proxy option binding bug fix

24 Mar 22:15
f38e273

Choose a tag to compare

Pre-release
  • Fixed a bug that the authentication doesn't propagate correctly as proxy option.

Protocol Operation Timeout Added

22 Mar 21:30
1305fa9

Choose a tag to compare

Pre-release
  • Deprecated with_timeout_ms method as it's out of date. The with_timeout_ms will be moved to with_ping_timeout_ms to configures the PINGREQ response timeout
  • Add new with_protocol_operation_timeout_ms to configure the protocol operation timeout. Milliseconds to wait for the response to the operation requires response by protocol on a healthy connection.

Fix process exit and aws-lc integration

18 Mar 23:49
811fb77

Choose a tag to compare

Pre-release
  • Node process exit bug fix (#191)
  • Integration with aws-lc for crypto (#189)