ResourcesChangelog
Changelog
Release history and platform updates.
Drok follows a continuous delivery model. Platform updates are deployed multiple times per week. This changelog documents significant feature releases, improvements, and changes.
Versioning
Drok uses calendar versioning for platform releases (YYYY.MM.DD) and semantic versioning for the CLI and SDK packages.
March 2026
2026.03.01
Platform
- Package registry security scanning now includes EPSS (Exploit Prediction Scoring System) scores alongside CVSS
- Pipeline matrix builds now display as a collapsible grid in the pipeline graph view
- Search results now include match context (2 lines before and after by default)
CLI v1.8.0
- Added
drok package scancommand for on-demand vulnerability scanning - Added
drok pipeline matrixcommand to view matrix build status - Performance improvement:
drok searchresults now stream incrementally instead of waiting for full query completion
February 2026
2026.02.15
Platform
- Review checklists now support conditional items (show/hide based on file patterns in the merge request)
- The Architect now supports cross-repository queries for organizations with the feature enabled
- Webhook delivery logs now show request and response headers in addition to bodies
- Image diff viewer now supports WebP and AVIF formats
CLI v1.7.0
- Added
drok architectcommand for natural language code queries from the terminal - Added
--format yamloutput option to all list commands - Fixed:
drok mr createnow correctly handles branch names with slashes
Desktop v1.4.0
- Added split-pane diff viewer
- Improved offline commit signing with cached GPG keys
- Fixed: notification badge count now updates in real time on macOS
2026.02.01
Platform
- Post-quantum SSH key exchange now available for all accounts (previously Enterprise only)
- Pipeline environments now support manual approval gates with configurable wait timers
- NuGet package registry added to supported registries
- Organization-level webhooks now support filtering by repository pattern
CLI v1.6.0
- Added
drok pq-key generatefor post-quantum key generation - Added
drok pq-key configure-gitfor automatic Git signing configuration - Performance improvement:
drok repo clonenow uses parallel object fetching
January 2026
2026.01.15
Platform
- Collaborative web editor with real-time cursor synchronization (operational transformation)
- Branch comparison view now shows commit graph between branches
- Audit log streaming to external SIEM systems
- SCIM 2.0 user provisioning support
CLI v1.5.0
- Added
drok org ssocommands for SSO configuration - Added
drok audit-logcommand with filtering and export - Shell completion improvements for Zsh and Fish
Desktop v1.3.0
- Added collaborative editing indicator when multiple users have the same file open
- Reduced memory usage by 40% for large repository browsing
- Added Windows ARM64 build
2026.01.01
Platform — Initial Public Release
- Full Git protocol support (HTTPS and SSH) via native libgit2 Rust bindings
- Repository hosting with LFS backed by Cloudflare R2
- Architecture-aware file browser with Tree-sitter syntax highlighting (200+ languages)
- Threaded code review with inline comments, suggested changes, and review checklists
- CI/CD Pipelines with pre-execution validation, visual pipeline graphs, and structured logs
- Tantivy-powered full-text code search with regex, language filtering, and path scoping
- The Architect — native AI layer for natural language code queries
- Package registries: npm, PyPI, Cargo, Docker, Maven
- Monaco-based web editor with LSP support
- Post-quantum cryptography (ML-KEM-1024, ML-DSA-87, SLH-DSA-SHA2-256s)
- Organization management with teams, RBAC, CODEOWNERS, and SSO
- Branch protection with required reviews, status checks, and signature requirements
- Comprehensive audit logging with export and streaming
- REST API and GraphQL API
drokCLI (Rust binary)- Desktop application (Tauri v2) with offline support
CLI v1.0.0
- Initial release
Desktop v1.0.0
- Initial release