Skip to content

Commit

Permalink
Prepare v0.9.2 release (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny-improbable committed May 3, 2019
1 parent da05487 commit 2c4b2b1
Show file tree
Hide file tree
Showing 6 changed files with 1,411 additions and 1,497 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## 0.9.2
### Other Changes
* Server: Remove `content-length` response header. [@LeonSha](https://github.com/LeonSha) in [#385](https://github.com/improbable-eng/grpc-web/pull/385)
* Server: Don't block on writing to the close notify channel. [@devnev](https://github.com/devnev) in [#403](https://github.com/improbable-eng/grpc-web/pull/403)
* Documentation: Remove reference to specific release version in grpcwebproxy README. [@l4u](https://github.com/l4u) in [#370](https://github.com/improbable-eng/grpc-web/pull/370)
* Documentation: Fix up problems present in the `grpc-web-react-example` project. [@atecce](https://github.com/atecce) in [#360](https://github.com/improbable-eng/grpc-web/pull/360)
* Documentation: Updated the installation instructions of grpcwebproxy. [@enmasse](https://github.com/enmasse) in [#399](https://github.com/improbable-eng/grpc-web/pull/399)

## 0.9.1
### Other Changes
* Server: Ensure headers from wrapped server are forwarded appropriately. [@danilvpetrov](https://github.com/danilvpetrov) in [#359](https://github.com/improbable-eng/grpc-web/pull/359)

## 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)
Expand Down
17 changes: 1 addition & 16 deletions client/grpc-web-node-http-transport/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 11 additions & 43 deletions client/grpc-web-react-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c4b2b1

Please sign in to comment.