chore(changelog): document v0.2.0 [Unreleased] notes on develop#286
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates ChangesCHANGELOG v0.2.0 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Updates
CHANGELOG.mdunder[Unreleased]to reflect work already merged intodevelopsince 0.1.0, in preparation for a v0.2.0 release. No application code changes.Notable additions captured:
reddit_activity_tracker, collectorTrackerResult/ lifecycle hooks, protocol DTO serialization,core.adapters, API contract tests, Pyright coverage forcppa_user_trackerandcppa_pinecone_sync.Notable changes captured:
discord_activity_trackerper-channel incremental export and backfill failure reporting,slack_event_handlerChrome-profile token extraction, identity-hub decoupling inboost_mailing_list_tracker, concurrency refactor, import-linter and service-layer write enforcement, Pydantic boundary schemas, CI/deploy workflow updates.Also adds Removed, Fixed, Security, and Documentation sections (deprecated collector base classes, Slack job-queue locking fix, pip-audit/CVE bumps, tutorial/ADR/architecture docs).
Apps touched
CHANGELOG.md)reddit_activity_tracker,core,discord_activity_tracker,slack_event_handler,boost_mailing_list_tracker,github_activity_tracker,boost_library_tracker,cppa_user_tracker,cppa_pinecone_sync, CI/workflowsTest plan
python -m pytest(or scoped:python -m pytest <app>/tests) — N/A (no code changes)uv run pyright(if typed code changed) — N/Alint-imports(if imports or cross-app coupling changed) — N/ACHANGELOG.md[Unreleased]entries against recent merges ondevelopDocs / coupling
python scripts/generate_service_docs.pyrun (ifservices.pyorcore/protocols.pychanged) — N/Adocs/updated (if behavior or ops changed) — changelog only; linked docs referenced in release notesCloses #276
Summary by CodeRabbit
New Features
Changed
Bug Fixes
Documentation