Releases: doronz88/rpc-project
Releases · doronz88/rpc-project
v2.1.0
What's Changed
- 62ec8fa docs: update README (@doronz88)
- 7b9df6b client: add background option for spawn (@doronz88)
- 879fad7 darwin_processes: add socket fds parsing (@doronz88)
- 9c8e289 README: Replace remote_server with rpcserver (@matan1008)
- 19a1afb bugfix: make test_stat_sanity pass on ci (@doronz88)
- 78d0ee8 Fs: Fix ScandirIterator closing. (@matan1008)
- 5952b9a Fs: Auto convert from pathlib.Path to str. (@matan1008)
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- 209e487 darwin_fs: add statfs (@doronz88)
- 2b291c9 Client: Export errno global getter and setter. (@matan1008)
- dcd91f7 FS: Fix stat32 struct. (@matan1008)
- 2a1d059 FS: Add scandir. (@matan1008)
- 828c14d darwin: add structs (@doronz88)
- 950b4cb refactor everything into rpc* (@doronz88)
- b27c9b9 darwin_client: bugfix: distinguish inode64 by machine (@doronz88)
- 4a6dacf symbol: optimize super call inside SymbolFormatField (@doronz88)
- 60c4d64 fs: add chown (@doronz88)
- d2f4661 fs: add last_error to all raised exceptions (@doronz88)
- 92b2705 fs: bugfix: scandir without context manager (@doronz88)
Full Changelog: v1.4.0...v2.0.0
v1.4.0
What's Changed
- network: add gethostbyname by @doronz88 in #31
- bugfix: make handshake return uname.sysname by @doronz88 in #32
- linux_client: add uname by @doronz88 in #33
- bugfix: linux: add domainname field to utsname struct by @doronz88 in #34
- bugfix: handle connection failed by @doronz88 in #35
- Logging: Disable blib2to3.pgen2.driver logging. by @matan1008 in #36
New Contributors
- @matan1008 made their first contribution in #36
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.0
v1.2.0
What's Changed
- 746da44 client: add environ property (@doronz88)
- 8cc4bf8 fs: add pwd (@doronz88)
- e23a9ab server: bugfix: handle errors from posix_spawn (@doronz88)
- f887e8e symbol: add signed casting (@doronz88)
- bb30691 fs: bugfix: handle signed return values (@doronz88)
- 608e813 fs: add chdir (@doronz88)
- bdb00ee bugfix: refactor: fs: move and fix walk (@doronz88)
- 7f42bbc refactor: fs: improve doc and refactor walk (@doronz88)
- 37098a7 client: add network module (@doronz88)
- fc8860c client: add an unimplemented uname method (@doronz88)
- 8fe1060 network: add tcp_connect (@doronz88)
- b254caf fs: add open and write (@doronz88)
- 8cc0a6f network: add unix_connect (@doronz88)
- 0ac04df network: add docstrings (@doronz88)
- 4dd1dee refactor: move several consts into consts module (@doronz88)
- e6c2174 network: add interfaces (@doronz88)
- 6fbfb38 generic: add ipv6 structs (@doronz88)
- 1156796 docs: update READMEs (@doronz88)
- c7826e5 bump version to 1.2.0 (@doronz88)
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- github: add workflows and issue template by @doronz88 in #3
- darwin_fs: rename module by @doronz88 in #5
- add symlink syscall by @yotamolenik in #4
- Bugfix/server exec return value by @doronz88 in #6
- darwin_client: add preferences module by @doronz88 in #7
- darwin_client: processes: add list by @doronz88 in #8
- darwin_processes: add list fds per pid by @doronz88 in #9
- darwin_processes: add get_task_all_info by @doronz88 in #10
New Contributors
- @doronz88 made their first contribution in #3
- @yotamolenik made their first contribution in #4
Full Changelog: v1.0.0...v1.1.0