Skip to content

Commit 6c0e6c5

Browse files
committed
Merge branch 'main' into rbx-dom-fork
2 parents cbc7201 + 120048a commit 6c0e6c5

File tree

61 files changed

+1692
-738
lines changed

Some content is hidden

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

61 files changed

+1692
-738
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
99
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11+
## Unreleased
12+
13+
### Added
14+
15+
- Added support for non-UTF8 strings in arguments to `process.exec` and `process.spawn`
16+
17+
### Changed
18+
19+
- Improved cross-platform compatibility and correctness for values in `process.args` and `process.env`, especially on Windows
20+
21+
## `0.9.2` - April 30th, 2025
22+
23+
### Changed
24+
25+
- Improved performance of `net.request` and `net.serve` when handling large request bodies
26+
- Improved performance and memory usage of `task.spawn`, `task.defer`, and `task.delay`
27+
28+
### Fixed
29+
30+
- Fixed accidental breakage of `net.request` in version `0.9.1`
31+
1132
## `0.9.1` - April 29th, 2025
1233

1334
### Added

0 commit comments

Comments
 (0)