diff --git a/CHANGELOG.md b/CHANGELOG.md index 19caca4e..12bf6767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.14.1 + +### Other changes + +* Replace Dep with Go Modules [@JohanBrandhorst](https://github.com/JohanBrandhorst) in [#911](https://github.com/improbable-eng/grpc-web/pull/911) +* Replace prototool with buf [@JohanBrandhorst](https://github.com/JohanBrandhorst) in [#847](https://github.com/improbable-eng/grpc-web/pull/847) +* Allow websocket read limit to be configured [@bryanmcgrane](https://github.com/bryanmcgrane) in [#1023](https://github.com/improbable-eng/grpc-web/pull/1023) +* Fix /metrics, /debug/requests, /debug/events [@zolkin](https://github.com/zolkin) in [#957](https://github.com/improbable-eng/grpc-web/pull/957) +* Fix websocket cancellation handling [@MarcusLongmuir](https://github.com/MarcusLongmuir) in [#917](https://github.com/improbable-eng/grpc-web/pull/917) + ## 0.14.0 ### Breaking Changes * 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 @@ ## 0.9.0 ### Breaking Changes * Server: Deny CORS Requests by Default. [@jonny-improbable](https://github.com/jonny-improbable) in [#158](https://github.com/improbable-eng/grpc-web/pull/158) - * 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). + * 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). ### Other Changes -* Server: Support client certs for backend connections. [@[mastersingh24](/https://github.com/mastersingh24)] in [#333](https://github.com/improbable-eng/grpc-web/pull/333) +* Server: Support client certs for backend connections. [@[mastersingh24](/https://github.com/mastersingh24)] in [#333](https://github.com/improbable-eng/grpc-web/pull/333) ## 0.8.0 ### Breaking Changes