Skip to content

Add v1.4–v1.7 milestones to ROADMAP#52

Merged
eclectic-coding merged 1 commit into
mainfrom
chore/roadmap-v1x-milestones
May 28, 2026
Merged

Add v1.4–v1.7 milestones to ROADMAP#52
eclectic-coding merged 1 commit into
mainfrom
chore/roadmap-v1x-milestones

Conversation

@eclectic-coding
Copy link
Copy Markdown
Owner

Adds four new v1.x milestones covering the features we identified as next priorities.

Milestone Features
v1.4.0 Per-class default options, copy-on-read
v1.5.0 Memoization groups
v1.6.0 Circuit breaker for external stores
v1.7.0 Multi-level (L1/L2) caching, stampede protection

🤖 Generated with Claude Code

v1.4.0 — Developer Experience
  - Per-class default options (safe_memoize_options macro)
  - Copy-on-read (dup cached values on every read)

v1.5.0 — Cache Invalidation
  - Memoization groups (reset_memo_group)

v1.6.0 — Resilience
  - Circuit breaker for external stores

v1.7.0 — Advanced Store Features
  - Multi-level (L1/L2) caching
  - Stampede protection (XFetch algorithm)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@eclectic-coding eclectic-coding merged commit 6da802b into main May 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant