File tree 8 files changed +16
-8
lines changed
net/grpc/gateway/examples 8 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
[ // ] : # ( GENERATED FILE -- DO NOT EDIT! )
2
2
[ // ] : # ( See scripts/release_notes.py for more details. )
3
3
4
+ ## 1.5.0
5
+
6
+ - [ #1369 ] ( https://github.com/grpc/grpc-web/pull/1369 ) (Typescript) Mark some ` metadata ` parameters as optional @andrewmbenton
7
+ - [ #1335 ] ( https://github.com/grpc/grpc-web/pull/1335 ) Update Debian (and other deps) and remove Java In-process Proxy
8
+ - [ #1334 ] ( https://github.com/grpc/grpc-web/pull/1334 ) Allow mixed-case headers
9
+ - [ #1330 ] ( https://github.com/grpc/grpc-web/pull/1330 ) Update ES6 .d.ts imports with comment about corresponding proto import... @gonzojive
10
+ - [ #1313 ] ( https://github.com/grpc/grpc-web/pull/1313 ) Update ES6 imports with comment about corresponding proto import path. @reddaly
11
+
4
12
## 1.4.2
5
13
6
14
- [ #1289 ] ( https://github.com/grpc/grpc-web/pull/1289 ) Expose getName() in MethodDescriptor and fix TS definitions.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Make sure they are both executable and are discoverable from your PATH.
68
68
For example, in MacOS, you can do:
69
69
70
70
```
71
- $ sudo mv ~/Downloads/protoc-gen-grpc-web-1.4.2 -darwin-x86_64 \
71
+ $ sudo mv ~/Downloads/protoc-gen-grpc-web-1.5.0 -darwin-x86_64 \
72
72
/usr/local/bin/protoc-gen-grpc-web
73
73
$ chmod +x /usr/local/bin/protoc-gen-grpc-web
74
74
```
Original file line number Diff line number Diff line change 5
5
"license" : " Apache-2.0" ,
6
6
"dependencies" : {
7
7
"google-protobuf" : " ~3.14.0" ,
8
- "grpc-web" : " ~1.4.2 "
8
+ "grpc-web" : " ~1.5.0 "
9
9
},
10
10
"devDependencies" : {
11
11
"webpack" : " ~5.82.1" ,
Original file line number Diff line number Diff line change 4
4
"@types/jquery" : " ~3.3.6" ,
5
5
"@types/node" : " ~10.17.0" ,
6
6
"google-protobuf" : " ~3.14.0" ,
7
- "grpc-web" : " ~1.4.2 " ,
7
+ "grpc-web" : " ~1.5.0 " ,
8
8
"jquery" : " ~3.5.1" ,
9
9
"mock-xmlhttprequest" : " ~2.0.0" ,
10
10
"typescript" : " latest" ,
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ You will need a `package.json` file
169
169
"name": "grpc-web-commonjs-example",
170
170
"dependencies": {
171
171
"google-protobuf": "~3.14.0",
172
- "grpc-web": "~1.4.2 "
172
+ "grpc-web": "~1.5.0 "
173
173
},
174
174
"devDependencies": {
175
175
"webpack": "~5.82.1",
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ the `client.js` files.
208
208
"@grpc/proto-loader": "~0.5.4",
209
209
"async": "~1.5.2",
210
210
"google-protobuf": "~3.14.0",
211
- "grpc-web": "~1.4.2 ",
211
+ "grpc-web": "~1.5.0 ",
212
212
"lodash": "~4.17.0",
213
213
"webpack": "~5.82.1",
214
214
"webpack-cli": "~5.1.1"
@@ -256,7 +256,7 @@ To generate the protobuf messages and client service stub class from your
256
256
> For example, in MacOS, you can do:
257
257
>
258
258
> ```sh
259
- > $ sudo mv ~/Downloads/protoc-gen-grpc-web-1.4.2 -darwin-x86_64 \
259
+ > $ sudo mv ~/Downloads/protoc-gen-grpc-web-1.5.0 -darwin-x86_64 \
260
260
> /usr/local/bin/protoc-gen-grpc-web
261
261
> $ sudo chmod +x /usr/local/bin/protoc-gen-grpc-web
262
262
> ```
Original file line number Diff line number Diff line change 8
8
"@grpc/proto-loader" : " ~0.5.4" ,
9
9
"async" : " ~3.2.3" ,
10
10
"google-protobuf" : " ~3.14.0" ,
11
- "grpc-web" : " ~1.4.2 " ,
11
+ "grpc-web" : " ~1.5.0 " ,
12
12
"lodash" : " ~4.17.0" ,
13
13
"webpack" : " ~5.82.1" ,
14
14
"webpack-cli" : " ~5.1.1"
Original file line number Diff line number Diff line change 8
8
},
9
9
"dependencies" : {
10
10
"google-protobuf" : " ~3.14.0" ,
11
- "grpc-web" : " ~1.4.2 "
11
+ "grpc-web" : " ~1.5.0 "
12
12
},
13
13
"devDependencies" : {
14
14
"assert" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments