Server

All notable changes to the GoFigr Server (API & Backend).

Current version: v2.5.2


March 2026

v2.5.2 — March 3, 2026

  • AI code editing for Studio — Agentic code editing for Clean Room figures

  • Use Claude Sonnet 4.5 as default model for AI Figure Assistant

  • Fixed derive endpoint cloning stale code into derived revisions

  • Repo cleanup and dev infrastructure improvements

v2.5.1 — March 2, 2026

  • Disabled cleanup tasks

v2.5.0 — March 2, 2026

Major release supporting Clean Room Studio:

  • New derive and append_data endpoints for studio figure publication

  • is_clean_room field on FigureRevision and ExternalData models

  • Python 3.12 compatibility — Replaced pkg_resources with pathlib/importlib.resources

  • Fixed derive endpoint excluding code/DataFrame objects due to SQL NULL logic

  • Derived revision activity log entries are now visible


February 2026

v2.4.12 — February 6, 2026

  • Updated activity log pagination defaults to 1000/10000

  • Hardened analytics endpoint against DoS

  • Restricted admin user management actions

  • Added anonymous user activity logging

  • Fixed admin privilege escalation

v2.4.11 — January 28, 2026

  • Added security tests for SiteSettings API permissions

  • Enabled anonymous access to site settings

  • Changed e2e registration test schedule to run once daily

  • Improved release tooling


January 2026

v2.4.10 — January 22, 2026

  • Use first figure slide for story thumbnail

v2.4.9 — January 22, 2026

  • Added og:article:author property to OG tags

  • Fixed: Use X-Forwarded-Host header for correct host behind proxies

  • OG tag tweaks

v2.4.8 — January 20, 2026

  • Return analysis info in figure revision endpoint

v2.4.7 — January 20, 2026

  • Fixed: Deny Organization access for workspace-scoped API keys

  • Fixed generate_description endpoint persisting errors

  • Fixed description author/timestamp update on manual edit

v2.4.6 — January 20, 2026

  • Fixed beat scheduling for background tasks

v2.4.5 — January 19, 2026

  • Added orphaned activity cleanup

  • Added exclude_deleted filter for cleaner queries

v2.4.4 — January 18, 2026

  • Performance optimizations

    • Cache thumbnails and activity serialization in database

    • Use shallow workspace serializer for faster responses

    • Add story thumbnail support

  • Improved admin activity view performance

v2.4.3 — January 16, 2026

  • Enabled anonymous AI access for public stories

  • Improved test infrastructure

  • Fixed thumbnail size handling

v2.4.2 — January 16, 2026

  • AI metering enhancements

    • Added AI usage metrics to admin user management

    • Added anonymous user support for AI features

    • Added weighted token cost calculation

    • Added admin quota handling

  • Improved security for comment endpoints

v2.4.1 — January 14, 2026

  • Fixed error handling in story orchestrator

  • Improved handling of deleted activities

  • Bug fixes and stability improvements


December 2025

v2.4.0 — December 2025

Major release introducing:

  • AI-Powered Story Mode — Transform figures into presentations

  • Comments & Collaboration — Team feedback with @mentions

  • Git Repository Import — Import notebooks from GitHub/GitLab

  • Document Import — Extract figures from PowerPoint & Word

  • Enhanced Search — Text and visual similarity search

See January 2026 Feature Summary for detailed descriptions.

v2.3.0 — December 2025

  • Initial Deep Insight integration

  • Workspace management improvements

  • Document assistant enhancements

Last updated