Skip to content

v0.7.0 - Module split

Compare
Choose a tag to compare
@Monkopedia Monkopedia released this 30 Oct 20:02
· 56 commits to main since this release

This release splits the module structure of ksrpc to cut down on dependencies for projects that down need them. The main library target no longer exists and is replaced with ksrpc-core and a number of other modules.

Other changes:

  • Fix hanging for jvm + posix sockets on stdin/out
  • Add support for ktor native cio engine
  • Various style and license fixes
  • Automation for pushing API docs