Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@dr-frmr dr-frmr released this 11 Jun 22:41
3719ab3
Screenshot 2024-05-08 at 2 38 11 PM

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

Full Changelog: v0.8.0...v0.8.1