Skip to content

Releases: awslabs/llrt

v0.2.2-beta

04 Sep 07:03
Compare
Choose a tag to compare
  • Added buffer subarray
  • Fix regression affecting @AWS-SDK initalization performance

A huge thanks to all contributors!

Full list of changes:
v0.2.1-beta...v0.2.2-beta

v0.2.1-beta

27 Aug 05:23
f9f3b30
Compare
Choose a tag to compare
  • Improved timer performance
  • Basic Windows support
  • Full SDK & No SDK prebuilt binaries

A huge thanks to all contributors!

Full list of changes:
v0.2.0-beta...v0.2.1-beta

v0.2.0-beta

15 Aug 10:28
Compare
Choose a tag to compare
  • ES2023. New language feature including top-level await etc
  • Increased Web-API compliance (encoding, url, etc)
  • Renamed modules
  • Support for extra CA certs (see README)
  • Support for UTF-16 (BE/LE) encodings
  • Typescript types for LLRT
  • Increased cold start performance (8% to 20%) on "hello world" Lambda functions (ARM64, 128Mb memory)
  • Minor performance updates
  • Easier integration with external projects (LLRT as a crate)
  • Updated dependencies

A huge thanks to all contributors!

Full list of changes:
v0.1.15-beta...v0.2.0-beta

v0.1.15-beta

07 Jun 07:58
cc89153
Compare
Choose a tag to compare
  • Increased compatibility of Fetch related classes
  • Implemented File
  • Complete rewrite of console API
  • Added some crypto APIs
  • Fix regressions and compatibility with new Rust implementation of Runtime Interface Client
  • Updated dependencies

Full list of changes:
v0.1.14-beta...v0.1.15-beta

v0.1.14-beta

13 May 21:38
88a5096
Compare
Choose a tag to compare
  • Hotfix release when loading more than one SDK Client
  • Increase Request compat

Full list of changes:
v0.1.13-beta...v0.1.14-beta

v0.1.13-beta

10 May 06:22
2b28a6e
Compare
Choose a tag to compare
  • Added URL as a module
  • Added navigator.userAgent
  • Implemented AbortController/AbortSignal
  • Port Lambda Runtime Interface Client to Rust (perf improvement)
  • Increase fetch compat (abort signal, response encoding/decompression, redirect handling)
  • Implemented DOMException
  • Dependency updates
  • Bundle @aws-sdk/client-cognito-identity-provider
  • HTTP/2 support
  • Expose crypto on global this
  • Bug fixes

Full list of changes:
v0.1.12-beta...v0.1.13-beta

v0.1.12-beta

25 Mar 13:16
Compare
Choose a tag to compare
  • Fix JSON.stringify of undefined values
  • Implemeted some fs sync APIs
  • Updated dependencies
  • Remove assert in favor of expect for testing
  • Minor fixes

v0.1.11-beta

08 Mar 13:48
d0d4cbf
Compare
Choose a tag to compare
  • Optimized LLRT for containers. Use llrt-container-arm or llrt-container-x64
  • Added a few FS sync APIs
  • Embedded more @smithy packages
  • Minor optimization tweaks
  • Bugfixes & dependecy upgrades

v0.1.10-beta

27 Feb 16:06
Compare
Choose a tag to compare
  • Change connection pool idle timeout to 15 sec
  • Minor bugfixes

v0.1.9-beta

22 Feb 22:08
Compare
Choose a tag to compare
  • Fix S3 Object Read