v0.9.5
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
, andkv
to usefd_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
- net: add MAX_PEERS, add idle timeouts by @dr-frmr in #563
- add docker build images by @nick1udwig in #553
- MVP of limit-based fd_manager by @dr-frmr in #565
- add
fd_manager
runtime module by @nick1udwig in #561 - v0.9.5 by @nick1udwig in #562
- app_store: fix auto_updates by @bitful-pannul in #568
- Develop 0.9.5 by @dr-frmr in #569
- Release candidate 0.9.5 by @dr-frmr in #567
Full Changelog: v0.9.4...v0.9.5