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
+12-2
Original file line number
Diff line number
Diff 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
+
1
11
## 0.14.0
2
12
### Breaking Changes
3
13
* 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 @@
66
76
## 0.9.0
67
77
### Breaking Changes
68
78
* 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).
70
80
71
81
### 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)
0 commit comments