Skip to content

Commit

Permalink
Updated change log and bumped version --- 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Jul 27, 2019
1 parent 9c450f6 commit d50c378
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
4.1.1
-----
Date: 07.27.2019

- Fixed netref.class_factory id_pack usage per #339 and added test cases
- Name pack casted in _unbox to fix IronPython bug. Fixed #337
- Increased chunk size to improve multi-client response time and throughput of large data #329
- Added warning to _remote_tb when the major version of local and remote mismatch (#332)
- OneShotServer termination was fixed by WilliamBruneau (#343)
- Known issue with 3.8 for CodeType parameters (may drop Python2 support first)


4.1.0
-----
Date: 05.25.2019
Expand Down
2 changes: 1 addition & 1 deletion rpyc/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = (4, 1, 0)
version = (4, 1, 1)
version_string = ".".join(map(str, version))
release_date = "2019.05.25"

0 comments on commit d50c378

Please # to comment.