Skip to content

Commit fbc0faa

Browse files
Prepare 0.14.0 release (#848)
1 parent 855ff2f commit fbc0faa

File tree

11 files changed

+84
-35
lines changed

11 files changed

+84
-35
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
## 0.13.0
1+
## 0.14.0
2+
### Breaking Changes
3+
* Server: Change websocket lib to nhooyr.io/websocket [@Hellysonrp](https://github.com/Hellysonrp) in [#815](https://github.com/improbable-eng/grpc-web/pull/815)
24
### Other Changes
5+
* Client & Server: Update TS/JS & Go dependencies [@MarcusLongmuir](https://github.com/MarcusLongmuir) in [#841](https://github.com/improbable-eng/grpc-web/pull/841)
6+
* Client: Fixed fetch abort behaviour for Edge 16+ [@MarcusLongmuir](https://github.com/MarcusLongmuir) in [#819](https://github.com/improbable-eng/grpc-web/pull/819)
7+
* Server: Check flusher before flush [@kostyay](https://github.com/@kostyay) in [#817](https://github.com/improbable-eng/grpc-web/pull/817)
8+
* Server: Websockets test should use case-insensitive header compare [@mgkeeley](https://github.com/@mgkeeley) in [#760](https://github.com/improbable-eng/grpc-web/pull/760)
9+
10+
## 0.13.0
11+
### Breaking Changes
312
* Client: No longer invoking callbacks within timeouts - this may affect the temporal ordering of some usage. [@marcuslongmuir](https://github.com/marcuslongmuir) in [#576](https://github.com/improbable-eng/grpc-web/pull/576)
13+
### Other Changes
414
* Server: grpcwebproxy uses `backend_max_call_recv_msg_size` flag value for client call to backend (in addition to its usage as its own receive limit). [@itwalton](https://github.com/itwalton) in [#654](https://github.com/improbable-eng/grpc-web/pull/654)
515

616
## 0.12.0

client/grpc-web-fake-transport/package-lock.json

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/grpc-web-fake-transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@improbable-eng/grpc-web-fake-transport",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Fake Transport for use with @improbable-eng/grpc-web",
55
"main": "lib/index.js",
66
"scripts": {

client/grpc-web-node-http-transport/package-lock.json

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/grpc-web-node-http-transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@improbable-eng/grpc-web-node-http-transport",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Node HTTP Transport for use with @improbable-eng/grpc-web",
55
"main": "lib/index.js",
66
"repository": {

client/grpc-web-react-example/package-lock.json

Lines changed: 32 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/grpc-web-react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-web-react-example",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"private": true,
55
"scripts": {
66
"generate_cert": "cd ../misc ./gen_cert.sh",

client/grpc-web-react-native-transport/package-lock.json

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/grpc-web-react-native-transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@improbable-eng/grpc-web-react-native-transport",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Transport for use with @improbable-eng/grpc-web that works with React Native.",
55
"main": "lib/index.js",
66
"repository": {

client/grpc-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@improbable-eng/grpc-web",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "gRPC-Web client for browsers (JS/TS)",
55
"main": "dist/grpc-web-client.js",
66
"browser": "dist/grpc-web-client.umd.js",

0 commit comments

Comments
 (0)