Current Version
Latest Release: v2.8.0 (2025-10-22) Highlights: Test Coverage +35% (85%+ overall), Docker-based integration testing infrastructure, 61 new comprehensive test casesVersion Comparison Matrix
Release Highlights
v2.8.0 - Test Coverage Boost
Test coverage +35% (85%+) + Infrastructure improvements
v2.7.0 - Agentic AI Ready
Agentic loop + Anthropic best practices (9.8/10)
v2.6.0 - CI/CD Hardening
CI/CD fixes + Documentation improvements
v2.5.0 - Integration Testing
Docker integration tests + Infisical builds
v2.4.0 - LangGraph Upgrade
LangGraph 0.6.10 + 100% test pass rate
v2.3.0 - Type Safety
Storage backend + Pydantic V2
v2.2.0 - Enterprise Compliance
GDPR/SOC2/HIPAA compliance automation
v2.1.0 - Production Ready
Keycloak SSO + Production hardening
v2.0.0 - Major Restructure
Package reorganization (breaking)
Version Timeline
Migration Guides
v2.7.0 → v2.8.0 (Latest)
v2.7.0 → v2.8.0 (Latest)
Breaking Changes: NoneNew Features:
- Test coverage improvements (+35% overall, now 85%+)
- Docker Compose test environment (Qdrant, Redis, PostgreSQL)
- 61 new comprehensive test cases
- 25 previously-skipped tests now enabled
- Update dependencies:
uv sync - Run tests with new Docker infrastructure:
make test-integration - Review new test coverage reports
- Update CI/CD to use Docker Compose test environment
v2.3.0 → v2.4.0
v2.3.0 → v2.4.0
Breaking Changes: NoneNew Features:
- LangGraph 0.6.10 (API compatible)
- 100% test pass rate (437/437)
- 21 comprehensive ADRs
- Update dependencies:
uv sync - Run tests:
make test - Review new ADRs for architectural guidance
v2.2.0 → v2.3.0
v2.2.0 → v2.3.0
Breaking Changes: None (Pydantic V2 backward compatible)New Features:
- Compliance storage backend (5 interfaces)
- Pydantic V2 migration
- Type safety enhanced (27% → 64%)
- Review Pydantic V2 changes if extending models
- Run type checks:
mypy src/ - Test compliance storage integration
v2.1.0 → v2.2.0
v2.1.0 → v2.2.0
Breaking Changes: NoneNew Features:
- GDPR/SOC2/HIPAA compliance automation
- SLA monitoring with 20+ Prometheus alerts
- 2 new Grafana dashboards
- Configure compliance settings in
.env - Import new Grafana dashboards
- Review Prometheus alert rules
- Set up data retention policies
v2.0.0 → v2.1.0
v2.0.0 → v2.1.0
Breaking Changes: None (v2.0.0 was the breaking change)New Features:
- Keycloak SSO integration
- Redis session management
- Kubernetes/Helm deployment infrastructure
- 43 MDX documentation files
- Set up Keycloak if using SSO:
make setup-keycloak - Configure Redis for sessions
- Review Kubernetes deployment guides
v1.x → v2.0.0
v1.x → v2.0.0
Breaking Changes: ⚠️ Major package reorganizationImport Path Changes:Recommended Actions:
- Update all imports to new structure
- Review migration guide in CHANGELOG
- Update CI/CD pipelines
- Test thoroughly before deploying
Deprecation Schedule
Semantic Versioning
This project follows Semantic Versioning 2.0.0:- MAJOR (v2.x.x): Breaking changes (import paths, API changes)
- MINOR (vx.Y.x): New features (backward compatible)
- PATCH (vx.x.Z): Bug fixes (backward compatible)
Support Policy
Getting Help
CHANGELOG
Detailed release notes
GitHub Releases
Download specific versions
Discussions
Community support
Issues
Report bugs