v0.8.1
A patch release. Contains UI fixes and networking-configuration fixes that allow hosted nodes to upgrade and operate smoothly. Please see the 0.8.0 release notes for more details.
For Developers: Apps that worked on 0.7.x will continue to work on 0.8.x. However, the eth:distro:sys
and net:distro:sys
APIs have had breaking changes, and the kinode_process_lib
library functions to interact with them are outdated. In order to use these APIs with kinode_process_lib
, you must upgrade to that library's 0.8.0 release. When you do this, you must update your program to use wit-bindgen = "0.24.0"
and, in the metadata.json
file for your package, add the field "wit_version": 0
in the properties
object. Packages that do not specify a wit_version will default to 0.7. Packages signaling version 0
will use the current wit version, 0.8. This version will be incremented with every future wit change.
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 8080. Here's an example:
./kinode home/mynodename
What's Changed
- valet button should link to valet, not to the kinode homepage (which … by @0x70b1a5 in #389
- fix: allow for registration without a networking mode by @dr-frmr in #391
- Dp/on demand buildserver by @dolled-possum in #392
- Develop 0.8.1 by @dr-frmr in #390
Full Changelog: v0.8.0...v0.8.1