5.0.0: Various improvements and backwards incompatible changes
Backwards Incompatible:
- RPyC 5.0.0 cannot teleport functions to earlier versions
- Deprecated Python 2 support to coincide with it's EOL
Improvements:
- Server hostname default supports IPv4 and IPv6 by using the wildcard address #425
- Added
docker/docker-compose.yml
for Python 3.6, 3.7, 3.8, 3.9, and 3.10 containers to improve local workflow - Fixed pickle failure on windows for
connect_multiprocess
andconnect_thread
#412 - Fixed teleport function behavior for keyword-only arguments with default #422
- Improved documentation on custom exception handling
- Fixed IPv6 support for server #407
- Added a simple asynchrounous service example #400