Skip to main content

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 cases

Version 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

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
Recommended Actions:
  1. Update dependencies: uv sync
  2. Run tests with new Docker infrastructure: make test-integration
  3. Review new test coverage reports
  4. Update CI/CD to use Docker Compose test environment
Breaking Changes: NoneNew Features:
  • LangGraph 0.6.10 (API compatible)
  • 100% test pass rate (437/437)
  • 21 comprehensive ADRs
Recommended Actions:
  1. Update dependencies: uv sync
  2. Run tests: make test
  3. Review new ADRs for architectural guidance
Breaking Changes: None (Pydantic V2 backward compatible)New Features:
  • Compliance storage backend (5 interfaces)
  • Pydantic V2 migration
  • Type safety enhanced (27% → 64%)
Recommended Actions:
  1. Review Pydantic V2 changes if extending models
  2. Run type checks: mypy src/
  3. Test compliance storage integration
Breaking Changes: NoneNew Features:
  • GDPR/SOC2/HIPAA compliance automation
  • SLA monitoring with 20+ Prometheus alerts
  • 2 new Grafana dashboards
Recommended Actions:
  1. Configure compliance settings in .env
  2. Import new Grafana dashboards
  3. Review Prometheus alert rules
  4. Set up data retention policies
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
Recommended Actions:
  1. Set up Keycloak if using SSO: make setup-keycloak
  2. Configure Redis for sessions
  3. Review Kubernetes deployment guides
Breaking Changes: ⚠️ Major package reorganizationImport Path Changes:
Recommended Actions:
  1. Update all imports to new structure
  2. Review migration guide in CHANGELOG
  3. Update CI/CD pipelines
  4. 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