Skip to content

Tags: allen2c/cachetic

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from allen2c/dev/v0.6.0

Dev/v0.6.0

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from allen2c/dev/v0.5.0

✨ feat(deps): Add rich and markdown dependencies to enhance documenta…

v0.4.1

Toggle v0.4.1's commit message
✨ feat(logging): Add rich pretty printing for cache operations

Enhanced debug logging with rich's pretty_repr for better readability of cache keys and operations. Now GET/SET operations display formatted cache keys instead of plain strings.

- Replaced simple string formatting with rich.pretty.pretty_repr
- Added rich dependency to project requirements
- Updated debug messages to show [GET] and [SET] prefixes
- Improved max_string limit to 40 chars for cleaner output

🔧 chore(deps): Update optional dependency naming from 'mongo' to 'mongodb'

Changed the optional dependency group name to be more consistent and clear.

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from allen2c/dev/v0.4.0

Dev/v0.4.0

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from allen2c/dev/v0.3.0

Dev/v0.3.0

v0.2.0

Toggle v0.2.0's commit message
Release version 0.2.0

v0.1.0

Toggle v0.1.0's commit message
Init README.md