Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Planned
- Distributed tracing/observability
- Metrics export (Prometheus)
- Cache warming strategies
- Serialization plugins (msgpack, protobuf)
- Redis cluster support
- DynamoDB backend example
## 0.1.5 - 2025-12-15

### Added
- RedisCache now supports pluggable serializers with built-ins for `pickle` (default) and `json`, plus custom `dumps`/`loads` implementations.
- `HybridCache.from_redis` helper for a one-liner L1 (in-memory) + L2 (Redis) setup.
- `HybridCache` now supports `l2_ttl` parameter for independent L2 TTL control. Defaults to `l1_ttl * 2` if not specified.
- `__version__` attribute exposed in the main module for version checking.
- Comprehensive test coverage for BGCache lambda cache factory pattern and HybridCache l2_ttl behavior.
- Documentation example for using lambda cache factories with BGCache (lazy Redis connection initialization).

## [0.1.4] - 2025-12-12

Expand Down
241 changes: 0 additions & 241 deletions GITHUB_ACTIONS.md

This file was deleted.

Loading
Loading