v0.8.12

supermemoryai/supermemoryv0.8.12May 23, 2024by littleredcorvette

AI Summary

This release adds an experimental scheduler modification to resolve graph state errors and updates BYOC commands to reflect server-side API changes.

Key Highlights

  • Experimental modification of the buildkit scheduler to solve `inconsistent graph state` errors
  • Updated BYOC commands to reflect server-side API changes
  • Fixed bug where `--buildkit-container-name` was incorrectly ignored

New Features

  • Experimental scheduler modification (enabled via `--ticktock`)

Full Release Notes

### Added
- An experimental modification of the buildkit scheduler, which attempts to solve the `inconsistent graph state` error, which can be enabled locally with `earthly --ticktock ...`.

### Changed
- The BYOC (bring your own cloud) commands have been updated to reflect server-side API changes.

### Fixed
- The `--buildkit-container-name` flag was incorrectly being ignored when `--no-buildkit-update` was set.

### Additional Info
- This release includes changes to buildkit