Releases: awslabs/llrt
Releases · awslabs/llrt
v0.3.0-beta
- Upgrade to latest version of QuickJS
- Support of require/importing JSON files
- Better CJS compatibility
- Basic Windows support
- Initial support for Node.js module resolution
- Improved multi-process test runner
- AWS SDK clients connection are now inited in background threads and in parallel
Event
class- Updated dependencies
- Multiple bug fixes
A huge thanks to all contributors!
Full list of changes:
v0.2.2-beta...v0.3.0-beta
v0.2.2-beta
- 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
- 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
- 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
- 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
- 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
- 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
- Fix JSON.stringify of undefined values
- Implemeted some fs sync APIs
- Updated dependencies
- Remove
assert
in favor ofexpect
for testing - Minor fixes
v0.1.11-beta
- Optimized LLRT for containers. Use
llrt-container-arm
orllrt-container-x64
- Added a few FS sync APIs
- Embedded more
@smithy
packages - Minor optimization tweaks
- Bugfixes & dependecy upgrades
v0.1.10-beta
- Change connection pool idle timeout to 15 sec
- Minor bugfixes