Departments Docs
Changelog
8 releasesEvery release of the Departments platform is documented here. Follow ourdeployment guide to upgrade.
4.2.7
2026-06-09patch- •Improved neural router throughput by 23% under high concurrency.
- •Fixed memory leak in long-running consensus rounds.
- •Reduced cold-start latency for agent replicas from 4.2s to 1.8s.
- •Updated default model mappings to include gpt-4o-mini.
- •Patched CVE-2026-3312 — WebSocket origin validation.
4.2.6
2026-05-28patch- •Added —dry-run flag to dep deploy for pre-flight validation.
- •Fixed agent status reporting inconsistency in multi-region deployments.
- •pgvector index optimization — recall improved from 0.93 to 0.97.
- •Deprecated api.departments.cyrus365.com/v0 endpoint (scheduled removal Aug 2026).
4.2.5
2026-05-12minorBREAKING- ⚠BREAKING: Consensus protocol v2 activated — vote messages now require 'round_id' field.
- •New agent type: 'oracle' — read-only agents for data retrieval without side effects.
- •Introduced semantic caching — repeated queries served from cache (TTL configurable).
- •dep log command now supports structured JSON output (—format json).
- •WebSocket reconnection strategy changed to exponential backoff with jitter.
4.2.4
2026-04-30patch- •Fixed race condition in agent spawner when provisioning >10 replicas simultaneously.
- •Improved error messages for insufficient credit scenarios.
- •Reduced API response overhead by 15% via response compression.
- •Added health check endpoint: GET /v1/health (returns nexus-wide status).
4.2.3
2026-04-15minor- •New module: Aethra predictive synthesis — time-series forecasting with confidence intervals.
- •Enhanced GraphQL schema — added Agent.metrics field with real-time throughput/latency.
- •Introduced region affinity for data residency compliance (GDPR, HIPAA).
- •dep init now includes interactive prompt for provider selection.
- •Fixed CLI crash on Windows when config path contains spaces.
4.2.2
2026-03-28patch- •Security hardening: all inter-agent traffic now requires mTLS.
- •Reduced consensus round timeout default from 10s to 5s.
- •Fixed pgvector connection pool exhaustion under heavy load.
- •Improved dep agents ls rendering for terminals with <80 columns.
4.2.1
2026-03-10majorBREAKING- ⚠BREAKING: Migrated from REST-only to GraphQL-primary API. REST endpoints remain available but are feature-frozen.
- ⚠BREAKING: Agent config schema v3 — 'model' field now requires 'provider' sub-object.
- •Introduced the Neural Router v2 with 3x throughput improvement.
- •New CLI command: dep scale — horizontal scaling with auto-scaling policies.
- •Added multi-region support — agents can span up to 7 global regions.
- •New free tier: 10,000 compute credits per month for individual developers.
- •Launched the Departments GitHub Action for CI/CD integration.
4.1.0
2026-02-14major- •Initial public release of the Departments platform.
- •Core features: agents, neural routing, consensus engine, memory layer.
- •Pre-built modules: CogniScan Ω, NexusFlow, Aethra, SynthMind.
- •CLI tool: dep — init, deploy, logs, agents, config management.
- •API: REST endpoints for agent CRUD, task management, and event streams.
- •WebSocket real-time event subscriptions.