Skip to content

Commit 254eeb8

Browse files
Prepare v0.6.1-beta (#1058)
* Prepare v0.6.1-beta * rebase * Update changelog
1 parent e9a9f59 commit 254eeb8

File tree

42 files changed

+208
-221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+208
-221
lines changed

CHANGELOG.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
- Initial support for DNS module
2-
- Increased Buffer compat
3-
- Support Util.inherits
4-
- Support load module from file URL
5-
- Implement process.exitCode
6-
- Several bugfixes (path/module resolve, s3 stream collection, UTF-8 replacement char for broken surrogate pairs + many more)
7-
- Upgraded dependencies including AWS SDK and latest QJS-NG engine
8-
- A lot more under the hood stuff
9-
10-
A huge thanks to [all contributors](https://github.com/awslabs/llrt/graphs/contributors)!
11-
12-
(Extra thanks to @nabetti1720 and @sytten 🚀)
1+
- Performance increase in RSA crypto operations
2+
- Fix regression of toString() for NaN, Infinity, and floats introduced by 0.6.0. (Thanks @ainsleyrutterford)
3+
- Increased FileAPI compliance. (Thanks @nabetti1720)
4+
- Crypto bugfixes
5+
- Updated deps
136

147
Full list of changes:
15-
https://github.com/awslabs/llrt/compare/v0.5.1-beta...v0.6.0-beta
8+
https://github.com/awslabs/llrt/compare/v0.6.0-beta...v0.6.1-beta

Cargo.lock

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/llrt_build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "llrt_build"
33
description = "LLRT build helpers"
4-
version = "0.6.0-beta"
4+
version = "0.6.1-beta"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/awslabs/llrt"

libs/llrt_compression/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "llrt_compression"
33
description = "LLRT compression helpers"
4-
version = "0.6.0-beta"
4+
version = "0.6.1-beta"
55
edition = "2021"
66
license = "Apache-2.0"
77
repository = "https://github.com/awslabs/llrt"

0 commit comments

Comments
 (0)