Skip to content

Commit f308f20

Browse files
chore(main): release 3.15.0
1 parent 7d2b7b7 commit f308f20

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.15.0](https://github.com/fastly/js-compute-runtime/compare/v3.14.2...v3.15.0) (2024-06-03)
4+
5+
6+
### Features
7+
8+
* dynamic backends clientCertificate with SecretStore fromBytes, rawbytes ([#796](https://github.com/fastly/js-compute-runtime/issues/796)) ([7d2b7b7](https://github.com/fastly/js-compute-runtime/commit/7d2b7b781ed808d9bcf1fe9584aa31f788b980a2))
9+
* support default timeout configurations for dynamic backends ([#792](https://github.com/fastly/js-compute-runtime/issues/792)) ([4dfa8d7](https://github.com/fastly/js-compute-runtime/commit/4dfa8d76aeb4364ed5267ed22de0b9a891781589))
10+
311
## 3.14.2 (2024-05-21)
412

513
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastly/js-compute",
3-
"version": "3.14.2",
3+
"version": "3.15.0",
44
"license": "Apache-2.0",
55
"main": "js-compute-runtime-cli.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)