Skip to content

Releases: hyperware-ai/hyperdrive

v1.4.0

24 Jun 18:38
88848dc

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v2.0.0

v1.3.0

09 Jun 22:10
7318369

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

03 Apr 00:13
0f4df00

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

27 Mar 03:14
f1f057f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

17 Mar 17:59
f78e087

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

11 Mar 05:24
19e5d8d

Choose a tag to compare

v1.1.0: Hyperware Mainnet

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

01 Feb 03:21
9503724

Choose a tag to compare

v1.0.0 Pre-release
Pre-release
Kinode

v1.0.0: Kinode Mainnet

What's Changed

Full Changelog: v0.10.2...v1.0.0

v0.10.2

20 Jan 06:10
82dbcaa

Choose a tag to compare

Kinode
  • several improvements and bug fixes to app store
  • fix bugs in ETH provider
  • fix login bug

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 with -p. 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.10.1...v0.10.2

v0.10.1

06 Jan 18:54
00d345c

Choose a tag to compare

Bugfix release. Main change is to fix a kernel bug that led to improper behavior of get_state() when no state was set.

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

28 Dec 00:10
5c377d1

Choose a tag to compare

Beta 0.10.0

This is the final breaking change before Kinode 1.0!

Developers must update apps. To do so, simply upgrade to process_lib 0.10.1 and set your wit_version in metadata.json to 1. Also, if you are using any hardcoded process names that include underscores, make sure to switch to hyphens. Core runtime modules have been renamed to no longer use underscores.

Change log is useful here -- significant changes have been made to core interfaces. In summary:

  • move all kimap names to - only, no more _
  • address all breaking-change security issues found in audit (and many non-breaking)
  • HTTP server interface breaking change
  • ETH interface breaking change
  • KV + SQLITE interface overhauls, including capabilites
  • VFS error changes
  • wit 1.0.0
  • add per-process verbosity settings to terminal
  • add versioned state to userspace packages that need it
  • refactor settings app FE to react (this is responsible for most of the + diff)

Enjoy and get ready for 1.0!

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 with -p. 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.10...v0.10.0