Skip to content

Commit d1462f8

Browse files
Prepare 0.14.1 release (#1052)
Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]>
1 parent 142743a commit d1462f8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.14.1
2+
3+
### Other changes
4+
5+
* Replace Dep with Go Modules [@JohanBrandhorst](https://github.com/JohanBrandhorst) in [#911](https://github.com/improbable-eng/grpc-web/pull/911)
6+
* Replace prototool with buf [@JohanBrandhorst](https://github.com/JohanBrandhorst) in [#847](https://github.com/improbable-eng/grpc-web/pull/847)
7+
* Allow websocket read limit to be configured [@bryanmcgrane](https://github.com/bryanmcgrane) in [#1023](https://github.com/improbable-eng/grpc-web/pull/1023)
8+
* Fix /metrics, /debug/requests, /debug/events [@zolkin](https://github.com/zolkin) in [#957](https://github.com/improbable-eng/grpc-web/pull/957)
9+
* Fix websocket cancellation handling [@MarcusLongmuir](https://github.com/MarcusLongmuir) in [#917](https://github.com/improbable-eng/grpc-web/pull/917)
10+
111
## 0.14.0
212
### Breaking Changes
313
* Server: Change websocket lib to nhooyr.io/websocket [@Hellysonrp](https://github.com/Hellysonrp) in [#815](https://github.com/improbable-eng/grpc-web/pull/815)
@@ -66,10 +76,10 @@
6676
## 0.9.0
6777
### Breaking Changes
6878
* Server: Deny CORS Requests by Default. [@jonny-improbable](https://github.com/jonny-improbable) in [#158](https://github.com/improbable-eng/grpc-web/pull/158)
69-
* By default both the grpcweb in-process proxy and the standalone grpcwebproxy binary will deny any requests that come from (sub)domains that differ from that which the server is hosted on. See related docs for the in-process proxy [here](https://github.com/improbable-eng/grpc-web/tree/0ce3b686ebd74ae0e4b494d0f983328eb7a900e6/go/grpcweb#func--withwebsocketoriginfunc) and for the standalone grpcwebproxy [here](https://github.com/improbable-eng/grpc-web/tree/0ce3b686ebd74ae0e4b494d0f983328eb7a900e6/go/grpcwebproxy#configuring-cors-for-http-and-websocket-connections).
79+
* By default both the grpcweb in-process proxy and the standalone grpcwebproxy binary will deny any requests that come from (sub)domains that differ from that which the server is hosted on. See related docs for the in-process proxy [here](https://github.com/improbable-eng/grpc-web/tree/0ce3b686ebd74ae0e4b494d0f983328eb7a900e6/go/grpcweb#func--withwebsocketoriginfunc) and for the standalone grpcwebproxy [here](https://github.com/improbable-eng/grpc-web/tree/0ce3b686ebd74ae0e4b494d0f983328eb7a900e6/go/grpcwebproxy#configuring-cors-for-http-and-websocket-connections).
7080

7181
### Other Changes
72-
* Server: Support client certs for backend connections. [@[mastersingh24](/https://github.com/mastersingh24)] in [#333](https://github.com/improbable-eng/grpc-web/pull/333)
82+
* Server: Support client certs for backend connections. [@[mastersingh24](/https://github.com/mastersingh24)] in [#333](https://github.com/improbable-eng/grpc-web/pull/333)
7383

7484
## 0.8.0
7585
### Breaking Changes

0 commit comments

Comments
 (0)