Skip to content

πŸ”– v10.0.0

Choose a tag to compare

@Pack3tL0ss Pack3tL0ss released this 08 Jul 19:53
· 21 commits to master since this release
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.