v0.8.14
supermemoryai/supermemoryv0.8.14Jun 10, 2024by littleredcorvette
AI Summary
This release includes performance improvements for the ticktock scheduler and fixes for autocomplete issues. It also renames the experimental GitHub command and removes deprecated CI keywords.
Key Highlights
- Renamed experimental `github` command to `gha` with new `ls` and `remove` subcommands
- Removed deprecated `PIPELINE` & `TRIGGER` keywords and associated code
- Fixed autocomplete failure when referencing targets containing a `~`
- Improved `--ticktock` performance of cache key computation and GC
Breaking Changes
- PIPELINE
- TRIGGER
New Features
- Experimental `gha` command with `ls` and `remove` subcommands
Full Release Notes
### Fixed - Autocompletion failed to expand ARG names when referencing a target containing a `~`. - Improved `--ticktock` performance of cache key computation and GC; the improvement is most noticeable with many small RUN commands. ### Changed - Renamed experimental `github` command to `gha`, and introduced new `ls` and `remove` subcommands. ### Removed - Removed `PIPELINE` & `TRIGGER` keywords and associated code relating to formerly deprecated Earthly CI. ### Additional Info - This release includes changes to buildkit