-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3dfce7
commit f9f3b30
Showing
7 changed files
with
14 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
- 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 | ||
- Improved timer performance | ||
- Basic Windows support | ||
- Full SDK & No SDK prebuilt binaries | ||
|
||
A huge thanks to [all contributors](https://github.com/awslabs/llrt/graphs/contributors)! | ||
|
||
|
||
Full list of changes: | ||
https://github.com/awslabs/llrt/compare/v0.1.15-beta...v0.2.0-beta | ||
https://github.com/awslabs/llrt/compare/v0.2.0-beta...v0.2.1-beta |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "llrt" | ||
version = "0.2.0-beta" | ||
version = "0.2.1-beta" | ||
edition = "2021" | ||
license-file = "LICENSE" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters