You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add file stream and image stream rpc call
* fix test
* 0.17.5
* add imageType to MessageImageStreamRequest
* add @deprecated to MessageFile and MessageImage rpc
* add change history in readme
* 0.18.0
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,9 @@ TCP hole punching
221
221
222
222
## HISTORY
223
223
224
+
### v0.18 (Oct 15, 2020)
225
+
- Add new `MessageFileStream` and `MessageImageStream` to replace the `MessageFile` and `MessageImage` method to avoid blocking nodejs event loop when sending large files ([#88](https://github.com/Chatie/grpc/pull/88)) by [@windmemory](https://github.com/windmemory)
226
+
224
227
### v0.17 (Aug 5, 2020)
225
228
226
229
- Add PHPH Support ([#76](https://github.com/Chatie/grpc/pull/76) [#78](https://github.com/Chatie/grpc/pull/78)) by [@zhangchunsheng](https://github.com/zhangchunsheng)
0 commit comments