Skip to content

Commit 2144e5e

Browse files
committed
chore: bump to 0.4.0
1 parent bdcbb3a commit 2144e5e

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

RELEASE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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

src/purerpc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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"

0 commit comments

Comments
 (0)