Releases: Seniatical/EzyCore
Releases · Seniatical/EzyCore
v0.3.1-b4
Implemented newer methods of cache invalidation ontop of pre-exsting methods, as well better support for searching through caches
Docs: https://ezycore.readthedocs.io/en/v0.3.1-b4/
What's Changed
- Segment Searching by @Seniatical in #5
- Cache Invalidation by @Seniatical in #6
Full Changelog: v0.2.3-a2.2...v0.3.1-b4
v0.2.3-alpha.2.2
Improvements to version v0.2.1-beta.4
- New and improved
Segment.get
method - Fixed docstrings
- Fixed errors with accessing
self.__manager
inSegment
class
Docs: https://ezycore.rtfd.io
v0.2.1-beta.4
Major bug fixes
v0.2.1-b4
comes with a more stable codebase, fewer errors and tests!
What's New
- Segments that implement a
FILO
type system, such as the default implementation can now use bothfirst
andlast
methods BaseManager.__setitem__
now only accepts segment classes for clarity and bug proofing- Usual bug fixes
What's Changed
- Implement Testing & Installation by @Seniatical in #2
New Contributors
- @Seniatical made their first contribution in #2
Full Changelog: v0.0.1...v0.2.1-b4
First Release - v0.0.1
Base Release
Core framework and implementation methods for EzyCore
Features
- Base manager class, and basic implementation
- Base segment class, and basic implementation
- Includes basic cache invalidation, queues, max sizes
- Very basic driver class, and basic SQLite implementation
- Will expand classes later and add more drivers
- Added support for partial referencing
Coming Soon
- More support and methods for drivers
- Watchers for monitoring changes in cache
Full Changelog: https://github.com/Seniatical/EzyCore/commits/v0.0.1