Releases: m0hithreddy/rpyc-mem
Releases · m0hithreddy/rpyc-mem
Release 1.0.1
- Handle bool in proxy objects
- Other fixes
Release 1.0.0
Breaking Changes:
- The remote object creation through
RemoteModule
has seen some changes. - The visibility of few attributes are changed from protected to public.
Add Ons:
RpycMem
andRemoteModule
will accept callables forrmem_conn
parameter- Sessions are introduced through
RpycMemSession
class.
Initial Release
0.0.1
- Initial Release