Skip to content

Commit

Permalink
Merge pull request #145 from ngrok/josh/release-1.7.0
Browse files Browse the repository at this point in the history
ngrok: release v1.7.0
  • Loading branch information
jrobsonchase authored Dec 1, 2023
2 parents 52d1658 + 6e45c77 commit 267516f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.7.0

- Adds the `WithAppProtocol` option for labeled listeners and HTTP endpoints.

This provides a protocol hint that can be used to enable support for HTTP/2 to
the backend service.

## 1.6.0

- Adds support for remote stop of listener.
Expand All @@ -8,7 +15,7 @@

## 1.5.0

- Added new forwarding API. See `[Session].ListenAndForward` and `[Session].ListenAndServeHTTP`.
- Added new forwarding API. See `[Session].ListenAndForward` and `[Session].ListenAndServeHTTP`.
- Deprecates `WithHTTPServer` and `WithHTTPHandler`. Use `[Session].ListenAndServeHTTP` instead.

## 1.4.0
Expand All @@ -19,4 +26,5 @@
## 1.0.0 (2023-01-10)

Enhancements:
* Initial release

- Initial release
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.7.0

0 comments on commit 267516f

Please sign in to comment.