-
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
7f0ff52
commit e1a0cb2
Showing
6 changed files
with
20 additions
and
12 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,7 +1,15 @@ | ||
- Added buffer subarray | ||
- Fix regression affecting @aws-sdk initalization performance | ||
- 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](https://github.com/awslabs/llrt/graphs/contributors)! | ||
|
||
Full list of changes: | ||
https://github.com/awslabs/llrt/compare/v0.2.1-beta...v0.2.2-beta | ||
https://github.com/awslabs/llrt/compare/v0.2.2-beta...v0.3.0-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.2-beta" | ||
version = "0.3.0-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