Skip to content

Commit 91f3f10

Browse files
committed
Release version 1.7.0
1 parent d40c87f commit 91f3f10

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

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

39
- Add support for internal endpoints
410

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-python"
4-
version = "1.6.0"
4+
version = "1.7.0"
55
description = "The ngrok Agent SDK for Python"
66

77
[lib]
@@ -15,7 +15,7 @@ futures = "0.3.26"
1515
lazy_static = "1.4.0"
1616
log = "0.4"
1717
mio = { version = "1.0.3" }
18-
ngrok = { version = "0.17.0", features = ["hyper"] }
18+
ngrok = { version = "0.18.0", features = ["hyper"] }
1919
once_cell = {version = "1.21"}
2020
pyo3 = { version = "0.22", features = ["abi3", "abi3-py310", "extension-module", "multiple-pymethods", "experimental-async", "gil-refs", "generate-import-lib"]}
2121
pyo3-async-runtimes = { version = "0.22", features = ["attributes", "tokio-runtime"] }

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ngrok"
3-
version = "1.6.0"
3+
version = "1.7.0"
44
readme = "README.md"
55
requires-python = ">=3.12"
66
# https://pypi.org/classifiers/

0 commit comments

Comments
 (0)