You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Significant overhaul. Cache backend changed from TinyDB to Sqllite/SQLAlchemy
- β¨ Add auto migration from old cache to new cache (database) on first command.
- β¨ `cencli migrate ...` command added to orchestrate migration from 1 Greenlake workspace to another=
- β¨ `cencli batch move/add/delete` enhanced / faster / more efficient cache lookups
- β‘οΈ improve performance for various cache lookups. Mainly impactful for larger environments ~ 125x+ faster depending on command/lookup required
- π various files moved / organized with cache overhaul
- π various fixes
This is a monster commit, which is bad practice, was just easier to forgoe the individual commits as a lot of this work was done for a large project on the fly.