File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change
1
+ 5.1.0
2
+ =====
3
+ Date: 2022-02-26
4
+
5
+ - Add `types.MappingProxyType ` to `_builtin_types ` `#470 `_
6
+ - Updated documentation `#469 `_
7
+ - Fixed spradic dealock issues from wait within AsyncResult `#463 `_ and `#455 `_
8
+ - Fixed chained Classic RPyC connections `#460 `_
9
+ - Added ability to list Registry services `#452 `_
10
+ - Fixed bug that prevented RPyC from running on systems without SSL `#451 `_
11
+ - Fixed unexpected behavior with respect to `auto_register ` `#445 `_
12
+ - Fixed propagation of `chunk_size ` parameter for `download_dir ` `#433 `_
13
+
14
+ .. _#470 : https://github.com/tomerfiliba-org/rpyc/pull/470
15
+ .. _#469 : https://github.com/tomerfiliba-org/rpyc/pull/469
16
+ .. _#463 : https://github.com/tomerfiliba-org/rpyc/pull/463
17
+ .. _#460 : https://github.com/tomerfiliba-org/rpyc/pull/460
18
+ .. _#455 : https://github.com/tomerfiliba-org/rpyc/pull/455
19
+ .. _#452 : https://github.com/tomerfiliba-org/rpyc/pull/452
20
+ .. _#451 : https://github.com/tomerfiliba-org/rpyc/pull/451
21
+ .. _#445 : https://github.com/tomerfiliba-org/rpyc/pull/445
22
+ .. _#433 : https://github.com/tomerfiliba-org/rpyc/pull/433
23
+
24
+
1
25
5.0.1
2
26
-----
3
27
Date: 1.11.2021
Original file line number Diff line number Diff line change 1
- version = (5 , 0 , 1 )
1
+ version = (5 , 1 , 0 )
2
2
version_string = "." .join (map (str , version ))
3
- release_date = "2021.01.11 "
3
+ release_date = "2022-02-26 "
You can’t perform that action at this time.
0 commit comments