Skip to content

Releases: shog-ai/shoggoth

Shoggoth v0.4.5

02 Apr 23:26
4a7f26f
Compare
Choose a tag to compare

Changelog

Full Changelog: v0.3.2...v0.4.5

Shoggoth v0.3.2

19 Feb 02:14
03f26a5
Compare
Choose a tag to compare

What's new in Shoggoth v0.3.2

  • implemented tunnels
  • multiple bug fixes
  • overall performance improvements
  • implemented shog studio frontend

Changelog

New Contributors

Full Changelog: v0.2.1...v0.3.2

Shoggoth v0.2.1

25 Jan 20:05
3be970a
Compare
Choose a tag to compare

What's new in Shoggoth v0.2.1

  • overall performance improvements
  • removal of resource size limits
  • optimization of download speed
  • automatic resource pinning replaced with proactive resource pinning
  • overhaul of profile-based addressing to content-based addressing
  • removal of profiles
  • multiple bug fixes

Changelog

Full Changelog: v0.1.7...v0.2.1

Shoggoth v0.1.7

27 Nov 02:01
372d699
Compare
Choose a tag to compare

What's new in Shoggoth v0.1.7

Download resources from web browser (#40)

Screenshot_20231127_023625

Shoggoth resources can now be downloaded directly from Shoggoth explorer. This means you no longer have to install Shoggoth on your computer to download resources like code repositories, ML models, datasets and papers. See this example.

Resource size now shown in Shoggoth explorer (#40)

As shown in the above image, the size of resources are now displayed in Shoggoth Explorer.

Shoggoth is now self-hosting

The Shoggoth source code can now be downloaded from Shoggoth itself, using the resource path SHOG97ea5af23ee50a9e28c6ee29f6ad307e/code/source.
Precompiled binaries for the latest release are also available in SHOG97ea5af23ee50a9e28c6ee29f6ad307e/code/release.

Node backup and restore (#41)

Shoggoth Nodes can now backup all their important files including node config.toml, database dbconfig.toml, database snapshot, and all their pins by running shog node backup. This command will create a tarball backup.tar which can be used to restore the node data and state by running shog node restore.

This means you can transfer a node from one computer to another, and upgrading a node to a newer version or reinstalling Shoggoth will be a lot more convenient.

Node monitor (#46)

When running a node as a service with shog node start, a child process will be spawned to monitor the node. If for some reason the node process stops running and it was not explicitly stopped with shog node stop, the monitor will automatically restart the node.

Changelog

New Contributors

Full Changelog: v0.1.6...v0.1.7

Shoggoth v0.1.6

22 Nov 03:55
71acb77
Compare
Choose a tag to compare

What's new in Shoggoth v0.1.6

Replaced Redis database and RedisJSON dependency with ShogDB (#26)

Builds ~90% faster than v0.1.5

Installation size ~90% smaller than v0.1.5

OpenGraph tags added to enable thumbnail previews (#34)

Added table of contents to documentation, and UI improvements

Many updates to documentation

multiple bug fixes

Updated build system

Supports more platforms

Changelog

New Contributors

  • @lun-4 made their first contribution in #11
  • @samsararider made their first contribution in #17
  • @biccsdev made their first contribution in #22

Full Changelog: v0.1.5...v0.1.6

Shoggoth v0.1.5

04 Nov 14:24
Compare
Choose a tag to compare