What's New

Track every update, fix, and feature we ship. Stay current with the .git platform.

v2.4.0 December 18, 2025 AI Code Review & Smart Branches 7 changes
🚀
Feature by @alexchen
AI-Powered Code Review
Our new AI code reviewer analyzes every pull request, suggesting improvements for performance, security, and code style. Integrated directly into the PR interface with inline comments.
🚀
Feature by @sarahkim
Smart Branch Protection Rules
New branch protection engine with customizable rules. Set requirements for status checks, review approvals, and automated branch cleanup. Configure via .git/config or the dashboard.
Improvement by @marcusrivera
3x Faster Preview Deployments
Optimized the preview deployment pipeline using incremental builds and edge caching. PR preview environments now spin up in under 15 seconds for most projects.
Improvement by @jennawu
Dashboard Performance Overhaul
Complete refactor of the dashboard rendering engine. Page loads are now 60% faster with virtual scrolling for large repository lists and lazy-loaded analytics charts.
🐛
Fix by @alexchen
Fixed environment variable injection in Docker builds
Resolved an issue where multiline environment variables with special characters were not being properly escaped during Docker build context injection.
🐛
Fix by @davidparks
Fixed webhook retry queue deadlock under high load
Webhook delivery reliability improved by fixing a deadlock condition in the retry queue when concurrent deliveries exceeded 1000/sec. Added circuit breaker pattern.
🐛
Fix by @sarahkim
Fixed timezone display in deployment timeline
Deployment events were incorrectly showing UTC instead of the user's configured timezone. Now respects the timezone set in account preferences.
v2.3.2 December 5, 2025 Security Patch & Stability Fixes 4 changes
🔒
Security by @security-team
Patched path traversal vulnerability in artifact storage
CVE-2025-4892 — Fixed a path traversal vulnerability in the build artifact storage service that could allow unauthorized read access. All instances patched automatically. No user action required.
🔒
Security by @security-team
Enforced HTTPS for all internal service-to-service communication
Upgraded all internal API communication to mTLS. Added certificate rotation automation and HSTS headers across all edge endpoints.
🐛
Fix by @jennawu
Fixed memory leak in long-running build agents
Resolved a memory leak in the build agent process that caused gradual memory accumulation over 48+ hours of continuous builds. Memory usage now stabilizes after initial allocation.
Improvement by @marcusrivera
Improved build cache hit rate by 40%
Enhanced the distributed build cache with content-addressable hashing and smarter invalidation. Teams reporting significant CI time reductions, especially for monorepo projects.
v2.3.1 November 21, 2025 Edge Runtime Hotfix 2 changes
🐛
Fix by @davidparks
Fixed 502 errors on European edge nodes
Resolved an upstream timeout configuration issue on EU-West edge nodes that caused intermittent 502 errors during peak traffic. Fixed by increasing upstream timeout and adding connection pooling.
🐛
Fix by @alexchen
Fixed CLI hanging on large repository sync
The git sync --full command would hang indefinitely when syncing repositories with more than 50,000 commits. Added streaming mode and progress reporting.
v2.3.0 November 8, 2025 Team Workflows & Custom Domains 6 changes
🚀
Feature by @sarahkim
Team Workflow Automation
Create custom automation workflows that trigger on git events. Auto-assign reviewers, run custom checks, manage release channels, and more — all through a visual workflow builder.
🚀
Feature by @jennawu
Custom Domains with Auto-Certificates
Map your own domains to preview and production deployments. Automatic SSL certificate provisioning via Let's Encrypt with zero-touch renewal. Wildcard domain support included.
🚀
Feature by @alexchen
Monorepo Support
Native monorepo detection and incremental builds. Only rebuild and redeploy the parts of your monorepo that changed. Supports Nx, Turborepo, and custom configurations.
⚠️
Breaking by @marcusrivera
CLI v2.3 requires Node.js 18+ or Bun 1.0+
The .git CLI tool now requires Node.js 18+ or Bun 1.0+ to run. Drop support for Node.js 16. Run npm install -g @git/cli@latest to upgrade.
Improvement by @davidparks
Webhooks now support batching and deduplication
Webhook payloads for rapid commit sequences are now batched to reduce delivery volume. Duplicate events from the same commit are automatically deduplicated at the edge.
🐛
Fix by @jennawu
Fixed analytics dashboard showing stale data
Analytics charts were caching data for 5 minutes, causing delayed updates. Switched to real-time streaming for all deployment and performance metrics.
v2.2.0 October 22, 2025 Observability Suite & Edge Functions 8 changes
🚀
Feature by @marcusrivera
Edge Functions Runtime
Deploy serverless functions that run at the edge with cold starts under 100ms. Write in TypeScript, Go, or Rust. Automatic scaling with per-request billing. Access request/response middleware directly.
🚀
Feature by @alexchen
Observability Dashboard
Built-in distributed tracing, structured logging, and custom metrics. Correlate deployments with performance impact. Export to Datadog, Grafana, or New Relic with one-click integrations.
🚀
Feature by @sarahkim
Deploy Environments (Dev / Staging / Prod)
Define and manage multiple deployment environments with isolated configs, databases, and domains. Promote deployments between environments with approval workflows.
📛
Deprecation by @marcusrivera
Legacy buildpacks deprecated — migrate to Dockerfiles
Legacy Heroku-style buildpacks are deprecated as of v2.2 and will be removed in v3.0. Use the git migrate-buildpack command to automatically convert to Dockerfiles.
Improvement by @davidparks
Rollback deployments reduced from 30s to 2s
Implemented blue-green rollback with instant traffic switching. Rollback any deployment to a previous state in under 2 seconds with zero downtime.
Improvement by @jennawu
API rate limits increased 10x for Pro plans
Pro plan API rate limits increased from 100 to 1000 requests/minute. Enterprise plans now have configurable limits. WebSocket API also added for real-time events.
🐛
Fix by @alexchen
Fixed SSH key authentication for git pushes
SSH key authentication would intermittently fail for repositories with special characters in the path. Fixed by properly encoding path components in SSH URLs.
🐛
Fix by @sarahkim
Fixed concurrent deployment race conditions
When multiple pushes happened simultaneously, deployments could overwrite each other. Added deployment queueing with deterministic ordering based on commit timestamp.
v2.1.0 October 5, 2025 Plugin Marketplace & GitHub Actions 5 changes
🚀
Feature by @jennawu
Plugin Marketplace
Browse, install, and configure community plugins from our new marketplace. Over 100 plugins available at launch including monitoring, security scanning, linting, and more.
🚀
Feature by @davidparks
GitHub Actions Integration
Native GitHub Actions integration. Trigger .git deployments directly from your .github/workflows files. Actions are also available for manual deployments and environment management.
Improvement by @marcusrivera
Dark mode for the entire dashboard
Complete dark mode redesign across the entire dashboard. Automatic detection of system preference with manual override. High contrast mode also added for accessibility.
Improvement by @alexchen
Faster LFS transfers with parallel streaming
Large File Storage transfers now use parallel streaming with up to 8 concurrent connections. LFS upload/download speeds improved by up to 4x for large binary assets.
🐛
Fix by @sarahkim
Fixed SSO session expiry not syncing with IdP
Enterprise SSO sessions were not properly syncing with identity provider expiry settings. Sessions now correctly expire when the IdP session ends, and refresh tokens are properly rotated.
v2.0.0 September 15, 2025 Platform Rebuild & New APIs 6 changes
🚀
Feature by @all-team
Complete Platform Rebuild
Built from the ground up on a new architecture. Rust backend, TypeScript frontend, and a redesigned deployment engine. Everything is faster, more reliable, and more extensible.
🚀
Feature by @marcusrivera
REST API v2 & GraphQL API
Brand new REST API v2 with full resource support and a GraphQL API for complex queries. GraphQL endpoint at api.git.dev/graphql with introspection and playground.
⚠️
Breaking by @marcusrivera
API v1 retired — migration guide available
API v1 endpoints are no longer active. Migrate to API v2 using our automated migration tool: git api-migrate --from=v1 --to=v2. Detailed breaking changes documented in the migration guide.
⚠️
Breaking by @alexchen
.gitignore syntax updated for build configs
Build configuration in .git/config.yaml replaces the old app.json format. The CLI will auto-convert on first deploy. See docs for the new schema.
Improvement by @davidparks
10x faster cold starts
New container runtime with optimized layer caching and instant warm-up strategies. Cold starts now average 800ms down from previous 8s. Predictable performance under all conditions.
🔒
Security by @security-team
SOC 2 Type II certification achieved
.git is now SOC 2 Type II certified. Full audit report available to Enterprise customers. Enhanced access controls, encrypted secrets management, and compliance dashboards.