Skip to content

Releases: awslabs/aws-crt-nodejs

Resolve the packing size issue

16 Sep 20:58
03a6dd7

Choose a tag to compare

Pre-release
  • Remove the C source code from npm package to reduce to package size from 200 MB to 10 MB
  • Store the source code in S3 and user can configure it from env variable for the host
  • Only download the source code if no binary find and delete it once finishes local build to reduce the size

NOTE: This version is mostly for testing, will bump up the major version once we test thoroughly.

Release of submodules update

07 Sep 20:15
cfa01bc

Choose a tag to compare

Pre-release
  • trim down package.

Memory leak and usage improvements

03 Sep 21:02
19c8a23

Choose a tag to compare

Pre-release
  • Fixes for a variety of memory leaks and overall memory usage by mqtt connections

Fix CA override functions

16 Aug 03:30
0832c4f

Choose a tag to compare

Pre-release

Fix the issue where "override_default_trust_store" functions did not actually override the system trust store on Linux and Apple platforms.

Arm CD Iteration

22 Jul 19:45
50c7137

Choose a tag to compare

Arm CD Iteration Pre-release
Pre-release
  • Release to trigger and debug aarch64 builds for CD pipeline

Crc bindings and dependency bumps

09 Jul 22:27
d0c3331

Choose a tag to compare

Pre-release
  • Update mqtt and crypto dependency versions
  • Crc bindings

Mac SNI fix

25 Jun 19:28
3fc0752

Choose a tag to compare

Mac SNI fix Pre-release
Pre-release
  • Properly perform an SNI check on OSX when the root CA has been overridden

v1.8.1: stop using deprecated aws_off_t (#216)

17 Jun 17:15
056836f

Choose a tag to compare

  • Pending deprecation notice for trust store override APIs
  • Update submodules to fix several issues (cal writing to stderr, CRL checking on Windows)
  • Update build instructions

Sigv4a

03 Jun 00:55
5b0fea4

Choose a tag to compare

Sigv4a Pre-release
Pre-release
  • Sigv4a implementation

Bug fixes for tls and mqtt

28 May 19:53
6087227

Choose a tag to compare

Pre-release
  • On Windows, perform a full verification of SNI/server cert chain even when using an overridden root CA
  • Mqtt received messages to use the received topic and not the original subscription topic when calling into javascript

Fixes:
#167