Skip to content

Releases: Seniatical/EzyCore

v0.3.1-b4

15 Apr 13:10
8971063
Compare
Choose a tag to compare

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

Full Changelog: v0.2.3-a2.2...v0.3.1-b4

v0.2.3-alpha.2.2

12 Apr 22:37
Compare
Choose a tag to compare

Improvements to version v0.2.1-beta.4

  • New and improved Segment.get method
  • Fixed docstrings
  • Fixed errors with accessing self.__manager in Segment class

Docs: https://ezycore.rtfd.io

v0.2.1-beta.4

10 Apr 15:33
Compare
Choose a tag to compare

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 both first and last methods
  • BaseManager.__setitem__ now only accepts segment classes for clarity and bug proofing
  • Usual bug fixes

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.2.1-b4

First Release - v0.0.1

09 Apr 17:27
Compare
Choose a tag to compare
Pre-release

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