Skip to content

Commit 7f808c6

Browse files
chore(main): release 3.44.3 (#1537)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: zkat <zkat@users.noreply.github.com>
1 parent 432d059 commit 7f808c6

791 files changed

Lines changed: 30071 additions & 633 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,47 @@
11
# Changelog
22

3-
## [3.44.2](https://github.com/fastly/js-compute-runtime/compare/v3.44.1...v3.44.2) (2026-07-28)
3+
## 3.44.3 (2026-07-31)
44

5+
### Fixed
56

6-
### Bug Fixes
7+
* Disallow accessing HTML rewriter elements outside of handlers ([#1541](https://github.com/fastly/js-compute-runtime/issues/1541)) ([bf4ac3d](https://github.com/fastly/js-compute-runtime/commit/bf4ac3d5860c42d75a347afa4c6696eaec3764c8))
8+
* dynamic backends disabled exception ([#1535](https://github.com/fastly/js-compute-runtime/issues/1535)) ([432d059](https://github.com/fastly/js-compute-runtime/commit/432d0592f341d33f9c47488d3724bb67bfeac8de))
9+
* Make headers of cloned requests independent ([#1539](https://github.com/fastly/js-compute-runtime/issues/1539)) ([9b34c43](https://github.com/fastly/js-compute-runtime/commit/9b34c435b8684da0a063654df3d94df80110767d))
10+
* Memory leak in `Backend::health_for_name` ([#1542](https://github.com/fastly/js-compute-runtime/issues/1542)) ([43e03d2](https://github.com/fastly/js-compute-runtime/commit/43e03d28509ffd7bff96105fcd0957633d73e874))
11+
* Memory leak in `Device::lookup` ([#1543](https://github.com/fastly/js-compute-runtime/issues/1543)) ([2f02080](https://github.com/fastly/js-compute-runtime/commit/2f02080d981412bf2e5713a2779ae91fb6773be2))
12+
* URLSearchParams premature free ([#1538](https://github.com/fastly/js-compute-runtime/issues/1538)) ([da5146c](https://github.com/fastly/js-compute-runtime/commit/da5146c04e2d872fbc166852048a4ec05cd82584))
713

8-
* **release:** target was renamed with this version bump ([#1532](https://github.com/fastly/js-compute-runtime/issues/1532)) ([fffa2d2](https://github.com/fastly/js-compute-runtime/commit/fffa2d2f7315ed76e280a8a7398b5c5212e9d7b5))
14+
## 3.44.2 (2026-07-28)
915

10-
## [3.44.1](https://github.com/fastly/js-compute-runtime/compare/v3.44.0...v3.44.1) (2026-07-28)
16+
### Fixed
1117

18+
* **release:** target was renamed with this version bump ([#1532](https://github.com/fastly/js-compute-runtime/issues/1532)) ([fffa2d2](https://github.com/fastly/js-compute-runtime/commit/fffa2d2f7315ed76e280a8a7398b5c5212e9d7b5))
1219

13-
### Bug Fixes
20+
## 3.44.1 (2026-07-28)
1421

15-
* **ci:** get releases working for real this time ([#1531](https://github.com/fastly/js-compute-runtime/issues/1531)) ([0c734bd](https://github.com/fastly/js-compute-runtime/commit/0c734bd84c99d766db0f262c0d2e1eb1725e2cdb))
22+
### Fixed
1623

24+
* **ci:** get releases working for real this time ([#1531](https://github.com/fastly/js-compute-runtime/issues/1531)) ([0c734bd](https://github.com/fastly/js-compute-runtime/commit/0c734bd84c99d766db0f262c0d2e1eb1725e2cdb))
1725

1826
### Miscellaneous Chores
1927

2028
* release 3.44.1 ([9061855](https://github.com/fastly/js-compute-runtime/commit/90618558b0b1696bf978476f58c1c2c4eccc223e))
2129

22-
## [3.44.0](https://github.com/fastly/js-compute-runtime/compare/v3.43.2...v3.44.0) (2026-07-27)
30+
## 3.44.0 (2026-07-27)
2331

24-
25-
### Features
32+
### Added
2633

2734
* bot detection ([#1524](https://github.com/fastly/js-compute-runtime/issues/1524)) ([0b26045](https://github.com/fastly/js-compute-runtime/commit/0b260453d0dcead2c378b70a6e8feb3153583446))
2835

29-
30-
### Bug Fixes
36+
### Fixed
3137

3238
* **cache:** handle error ([#1519](https://github.com/fastly/js-compute-runtime/issues/1519)) ([a8d55a8](https://github.com/fastly/js-compute-runtime/commit/a8d55a88df104f8730c744ed0c2a79f58363007f))
3339
* **tests:** fix failing cache test ([#1520](https://github.com/fastly/js-compute-runtime/issues/1520)) ([8e56d11](https://github.com/fastly/js-compute-runtime/commit/8e56d112ca15ffb5dd67353ba33fbd546493fffd))
3440
* **tests:** Make test suite properly fail when a test fails ([#1518](https://github.com/fastly/js-compute-runtime/issues/1518)) ([ea4c7c7](https://github.com/fastly/js-compute-runtime/commit/ea4c7c782e383fd6b8403762367d317770dfdbe3))
3541

36-
## [3.43.2](https://github.com/fastly/js-compute-runtime/compare/v3.43.1...v3.43.2) (2026-07-23)
37-
42+
## 3.43.2 (2026-07-23)
3843

39-
### Bug Fixes
44+
### Fixed
4045

4146
* Allow 0 ttl for responses ([#1498](https://github.com/fastly/js-compute-runtime/issues/1498)) ([55005ce](https://github.com/fastly/js-compute-runtime/commit/55005ce13abe59e6763f260c8bcf54864f87a8d1))
4247
* **docs:** fix docs generation ([b2b4752](https://github.com/fastly/js-compute-runtime/commit/b2b47525ea8ca7d3e55a5ee742b2791ad34e04f6))

0 commit comments

Comments
 (0)