Loading Forky
LOADING FORKE...
Changelog

Everything we've actually shipped.

Hand-curated, not auto-generated from commits — an auto-derived log fills up with dependency bumps and tells you nothing. One entry here is one user-visible shipping moment, often spanning several repos.

June 3, 2026

1 change
Update

Tabular-Style Live Database Performance Charts & Superadmin Role Controls

Overhauled the database administration monitoring console with tabular-style SVG metrics. Replaced simulated telemetry with real PostgreSQL statistics (commits, rollbacks, buffer cache hit ratios, active connections), and introduced strict superadmin role gating for schema migrations and table mutations.
Improvements
  • Real-time PostgreSQL monitoring charts graphing live transaction throughput and latency.
  • Role-based security policies restricting table alterations, drops, and RLS toggling to superadmins.
  • Added comprehensive audit logging for all data export and mutation actions.

June 1, 2026

1 change
Feature

Developer Profile Card Flip & GitHub OAuth Authentication

Released interactive 3D flippable developer profile cards with verified GitHub bio, tech stack tags, and repository contribution badges. Added seamless GitHub OAuth login and account connection.
Developer Profile Card Flip & GitHub OAuth Authentication
ENLARGE
Improvements
  • Interactive flippable profile cards showing public developer metadata and proof of work.
  • Zero-friction GitHub OAuth sign-in with automatic avatar and profile syncing.
  • Role-based access control and security constraints.
Fixes
  • Handled missing GitHub emails gracefully with fallback placeholder accounts.

May 25, 2026

1 change
Feature

Deterministic Multi-Language PR Sandbox Engine

Constructed the underlying deterministic code validation engine that powers task verification across Forke. Runs isolated Docker sandbox environments for JavaScript, TypeScript, Python, and Go micro-tasks, executing build pipelines, linters, and unit test suites to ensure submissions meet rigorous repository requirements prior to review.
Deterministic Multi-Language PR Sandbox Engine
ENLARGE
Improvements
  • Isolated Docker sandbox runners for multi-language micro-task execution.
  • Automated AST baseline diff snapshots to verify changes against task scope.
  • Language detection engine supporting static web and compiled backend stacks.
Fixes
  • Optimized container startup latency by pre-caching base runtime images.
03 / 03