You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
1
<!-- Code generated for API Clients. DO NOT EDIT. -->
2
+
## 0.12.0
3
+
***BREAKING**: Upgraded `reqwest` from `0.11` to `0.12`. If you pass a custom `reqwest::Client` via the builder, you must upgrade your `reqwest` dependency to `0.12`.
4
+
* Switched TLS backend from `native-tls` to `rustls-tls` to fix compilation failures with recent Rust nightly toolchains.
5
+
2
6
## 0.11.0
3
7
* Add support for `resolves_to` on Reserved Domains.
4
8
* Deprecate API filtering via `id` and `url` query parameters. Please migrate to the filtering syntax described in [API Filtering](https://ngrok.com/docs/api/api-filtering).
0 commit comments