File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # [ Release 0.4.0] ( https://github.com/standy66/purerpc/compare/v0.3.2...v0.4.0 ) (2019-07-22)
2+
3+
4+ ### Bug Fixes
5+
6+ * speed improvements ([ 1cb3d46] ( https://github.com/standy66/purerpc/commit/1cb3d46 ) )
7+
8+
9+ ### Features
10+
11+ * add state property to GRPCStream ([ 0019d8c] ( https://github.com/standy66/purerpc/commit/0019d8c ) )
12+ * answer PING frames ([ c829901] ( https://github.com/standy66/purerpc/commit/c829901 ) )
13+ * change MAX_CONCURRENT_STREAMS from 1000 to 65536 ([ d2d461f] ( https://github.com/standy66/purerpc/commit/d2d461f ) )
14+ * decouple h2 and grpclib logic ([ 1f4e6b0] ( https://github.com/standy66/purerpc/commit/1f4e6b0 ) )
15+ * support percent-encoded grpc-message header ([ c6636f4] ( https://github.com/standy66/purerpc/commit/c6636f4 ) )
16+ * change default max message length to 32 MB
17+
18+
119# [ Release 0.3.2] ( https://github.com/standy66/purerpc/compare/v0.3.1...v0.3.2 ) (2019-02-15)
220
321
Original file line number Diff line number Diff line change 11# This file is imported from __init__.py and exec'd from setup.py
22
3- __version__ = "0.3.2 "
3+ __version__ = "0.4.0 "
You can’t perform that action at this time.
0 commit comments