Skip to content

Commit

Permalink
Prepare 0.14.1 release (#1052)
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
  • Loading branch information
MarcusLongmuir and johanbrandhorst committed Aug 23, 2021
1 parent 142743a commit d1462f8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions 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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d1462f8

Please sign in to comment.