Skip to content

Commit 018672f

Browse files
authored
Merge pull request #2 from agkloop/new-serd
New serd
2 parents d99c439 + 9aca688 commit 018672f

File tree

8 files changed

+831
-837
lines changed

8 files changed

+831
-837
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
10-
### Planned
11-
- Distributed tracing/observability
12-
- Metrics export (Prometheus)
13-
- Cache warming strategies
14-
- Serialization plugins (msgpack, protobuf)
15-
- Redis cluster support
16-
- DynamoDB backend example
8+
## 0.1.5 - 2025-12-15
9+
10+
### Added
11+
- RedisCache now supports pluggable serializers with built-ins for `pickle` (default) and `json`, plus custom `dumps`/`loads` implementations.
12+
- `HybridCache.from_redis` helper for a one-liner L1 (in-memory) + L2 (Redis) setup.
13+
- `HybridCache` now supports `l2_ttl` parameter for independent L2 TTL control. Defaults to `l1_ttl * 2` if not specified.
14+
- `__version__` attribute exposed in the main module for version checking.
15+
- Comprehensive test coverage for BGCache lambda cache factory pattern and HybridCache l2_ttl behavior.
16+
- Documentation example for using lambda cache factories with BGCache (lazy Redis connection initialization).
1717

1818
## [0.1.4] - 2025-12-12
1919

GITHUB_ACTIONS.md

Lines changed: 0 additions & 241 deletions
This file was deleted.

0 commit comments

Comments
 (0)