Skip to content

Commit 3f40bc5

Browse files
authored
Merge pull request #201 from ngrok/release-1-7-0
Release version 1.7.0
2 parents 869941f + 62f5b9d commit 3f40bc5

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.7.0
2+
3+
- Add support for CEL filtering when listing resources.
4+
- Add support for service users
5+
- Add support for `vault_name` on Secrets
6+
- Make `pooling_enabled` on Endpoints optional
7+
18
## 1.6.1
29

310
- Update Next.js version to 14.2.35 to avoid being flagged for CVE-2025-55183 and CVE-2025-55184

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "ngrok-javascript"
4-
version = "1.6.1"
4+
version = "1.7.0"
55

66
[lib]
77
crate-type = ["cdylib"]
@@ -17,7 +17,7 @@ mio = { version = "=0.8.6" }
1717
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
1818
napi = { version = "2.12.1", default-features = false, features = ["napi4", "tokio_rt"] }
1919
napi-derive = "2.12.1"
20-
ngrok = {version = "0.17.0", features = ["hyper", "axum"]}
20+
ngrok = {version = "0.18.0", features = ["hyper", "axum"]}
2121
parking_lot = "0.12.1"
2222
regex = "1.9.5"
2323
rustls = "0.23.25"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngrok/ngrok",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)