Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 3.43.0 (2026-06-16)

### Added

* stale-if-error support ([#1307](https://github.com/fastly/js-compute-runtime/issues/1307)) ([3e06237](https://github.com/fastly/js-compute-runtime/commit/3e06237878338394451f808e5cb7cd52b993d61e))

### Fixed

* Make boundary parameter of multi-part form data requests safe for use in `Content-Type` headers ([#1493](https://github.com/fastly/js-compute-runtime/issues/1493)) ([938f15f](https://github.com/fastly/js-compute-runtime/commit/938f15fc36faaf6ed188897cde533691475a0779))
* Remove memory leak of cache write options in error cases ([#1483](https://github.com/fastly/js-compute-runtime/issues/1483)) ([79874b6](https://github.com/fastly/js-compute-runtime/commit/79874b6e501be0fa3a3f4557a442659357968d83))

## 3.42.1 (2026-05-18)

### Fixed
Expand Down
133 changes: 77 additions & 56 deletions documentation/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading