Skip to content

Releases: tomerfiliba-org/rpyc

4.1.4

30 Jan 06:37
4cf2f5e
Compare
Choose a tag to compare
  • Merged 3.7 and 3.8 teleportatio compat enhancement #371
  • Fixed connection hanging due to namepack cursor #369
  • Fixed test dependencies and is_py_* for 3.9

4.1.3

26 Jan 04:16
008d7ea
Compare
Choose a tag to compare
  • Performance improvements: #366 and #351
  • Merged fix for propagate_KeyboardInterrupt_locally #364
  • Fixed handling of exceptions for request callbacks #365
  • Partially fixed return value for netref.__class__ #355

4.1.2

03 Oct 06:21
Compare
Choose a tag to compare
  • Fixed CVE-2019-16328 which was caused by a missing protocol security check.
  • Fixed RPyC over RPyC for mutable parameters and extended unit testing for #346

4.1.1

27 Jul 07:04
Compare
Choose a tag to compare

Release RPyC 4.1.1

  • 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)

Note

  • Known issue with 3.8 for CodeType parameters (may drop Python2 support first)

4.1.0

25 May 07:32
Compare
Choose a tag to compare

Release RPyC 4.1.0

  • Added connection back-off and attempts for congested workloads
  • Fixed minor resource leak for ForkingServer
  • Cross-connection instance check for cached netref classes

Note

  • Requests/replies are not compatible between >=4.1.0 and earlier versions