Skip to content

v0.9.5

Compare
Choose a tag to compare
@dr-frmr dr-frmr released this 10 Oct 20:32
· 412 commits to main since this release
76c312a
Kinode

Patch release with features and fixes:

features:

  • fd_manager:distro:sys, a runtime module for coordinating file descriptor use within runtime
  • docker builds in main repo

fixes:

  • integrate vfs, net, sqlite, and kv to use fd_manager so they never run out of file descriptors
  • fix auto update feature in app store
  • various small improvements

Running the Binary

To run the binary, you must indicate where the home folder for the node will be. You may also optionally specify your HTTP port. The default if unspecified is the first free port at or above 8080. Here's an example:

./kinode home/mynodename

What's Changed

Full Changelog: v0.9.4...v0.9.5