Eigenn
Eigenn

Product

  • Command Center
  • Pricing
  • How Teams Work
  • Compare
  • Desktop App

Solutions

  • Agencies
  • B2B SaaS
  • Professional Services

Developers

  • SDKs
  • Documentation

Company

  • About
  • Contact
  • Blog
  • Status

Legal

  • Privacy Policy
  • Terms of Service
  • Sub-processors
© 2026 Eigenn
DocsAPI ReferenceGuidesChangelogSupport
Auto generated

Changelog

Product updates are generated from Conventional Commits and published by semantic-release. API updates are generated from the public OpenAPI contract.

Product UpdatesAPI Changelog

Version 2.3.7

2026-05-05semantic-release

Bug Fixes

  • restrict api university ingress to api hosts (319cfc3)

Version 2.3.6

2026-05-05semantic-release

Bug Fixes

  • ci: keep staging worker release name (eb375ec)
  • ci: use graphile worker helm release name (567602b)

Version 2.3.5

2026-05-05semantic-release

Bug Fixes

  • align product domains with brand hosts (ce3c0d5)
  • api: prevent recursive public openapi schemas (56add72)
  • expose operatorcamp web hosts (2692810)
  • serve engine root metadata (fc14f34)

Version 2.3.4

2026-05-05semantic-release

Bug Fixes

  • expose operatorcamp web hosts (9cc50c2)

Version 2.3.3

2026-05-05semantic-release

Bug Fixes

  • serve engine root metadata (c6ae353)

Version 2.3.2

2026-05-05semantic-release

Bug Fixes

  • route engine worker to eigenn domains (787a75d)

Version 2.3.1

2026-05-05semantic-release

Bug Fixes

  • redirect engine root to eigenn (eb48398)

Version 2.3.0

2026-05-05semantic-release

Bug Fixes

  • accept develop table conflict changes (fedb4c7)
  • add 60s timeout to enterprise directory sync fetch (8043c5e)
  • add status guards to notification handlers and fix reminder lookahead (c0a06e7)
  • add web debug runtime dependency (a8c5248)
  • add web module details runtime dependency (989e0e3)
  • add worker-autoscaled toleration to api-university staging (2e738ca)
  • address assistant rate limit comments (9aa3c91)
  • address assistant review feedback (f4e48c1)
  • address assistant review followups (6936cbb)
  • address coderabbit finance review comments (cb02307)
  • address finance analytics review comments (0d50201)

Version 2.2.0

2026-03-24semantic-release

Features

  • multi-cluster deployment for all services (e6956d2)

Version 2.1.0

2026-03-10semantic-release

Bug Fixes

  • align Stripe Connect OAuth redirect URI and client secret resolution (a7e1709)
  • update Stripe Connect OAuth default redirect to /api/apps/stripe/oauth_callback (147f69b)

Features

  • domain verification cron, email threading headers, hide scrollbars (bf25bc2)
  • implement Postmark inbound email webhook pipeline (RFC-005) (b84345b)
  • product-tours: add tours package with runtime fixes and tests (070bac7)
  • redesign inbox composers and sidebar UX (ddfeee2)
  • wip (89367c8)

Reverts

  • restore Stripe Connect redirect URI to /api/stripe-connect/callback (2fc093d)

Version 2.0.0

2026-03-03semantic-release

Bug Fixes

  • add --force flag to drizzle-kit push to avoid interactive prompts (8db0a6b)
  • add missing 'use client' directives to query param hooks (82b9be3)
  • add missing type definitions for Node.js and Bun (20c7d2b)
  • address additional PR review feedback (b86732a)
  • address CodeRabbit review notes (60512f1)
  • address merge conflict (c7609b7)
  • address PR review comments for OpenTelemetry instrumentation (42a13d7)
  • api: add vips runtime dependency for sharp image processing (dc38837)
  • api: allow sharp postinstall script to run during build (93c55dc)
  • api: close remaining multi-tenant auth gaps (8c6f750)
  • api: enforce ownership checks before async job triggers (cfcf412)

Typesense Migration

semantic-release

Changes

  • Migrated from self-hosted Typesense (search.oppulence.app) to hosted Typesense service
  • Updated endpoints to use load-balanced endpoint (5701arl9ycvd6ti4p.a1.typesense.net) with failover nodes
  • Configured multi-region support with individual node endpoints for redundancy
  • Updated all environments (production, staging, preview, local) with new endpoints
Generator contract

Product updates use Conventional Commits. Local previews and manual generation run through git-cliff with cliff.toml.

Release publishing runs through semantic-release, which commits CHANGELOG.md, package.json, and bun.lock. The public page reads that checked-in artifact.

API updates come from packages/api/openapi/CHANGELOG.md, generated from the public OpenAPI contract.

Open Scalar API Reference
Release support

For a changelog, API reference, or release-note issue, send the version, tag, commit SHA, affected API endpoint, and workspace context so support can trace the generated artifact.

Open support paths
address invoice pr review feedback (7a2a498)

Features

  • add both Tracker and Work to dashboard sidebar (a2db44f)
  • add copy (dc81720)
  • add corinthian changelog guard workflow for main PRs (51e9fd9)
  • add corinthian desktop workspace configuration (679b94f)
  • add Crisp live chat widget to canvas-web and corinthian-web (b10a363)
  • add entry CRUD, entry sheet, and comprehensive tracker tests (2442e1e)
  • add export CSV, create invoice, search filter, and settings for tracker (934856f)
  • add finance analytics intelligence (94df599), closes #370
  • add Internal Transfer category for transactions (#226) (142798d)
  • add midday-parity tracker with calendar, projects, and timer (b9f58a2)
  • add persistent guided setup journey for first-run users (740763e)
  • Add receipt upload and matching for transactions (#228) (b6ca08e)

Performance Improvements

  • api: consolidate RBAC permission resolution into a single query (f2a260e)
  • batch negative notification counter deltas into single UPDATE (ed6d41e)
  • corinthian-api: filter enterprise join candidates at the database level (#416) (7b2efd4)
  • corinthian-api: push tag filtering into Postgres via ILIKE (#388) (7d6e0a9)
  • corinthian-api: use SQL aggregation for analytics invoiceSummary (f4bb302)
  • corinthian-db: optimize getOrganizationChannel to query only the requested channel (#351) (d99e65a)
  • corinthian-db: resolve invoice list cursor via scoped subquery (#389) (fffa68c)
  • corinthian-worker: aggregate client balance with SQL FILTER (#386) (3d1403d)
  • corinthian: push invoice summary aggregation to SQL with GROUP BY (368e5d5)
  • corinthian: replace full-table scans in analytics router with SQL aggregation (33ff13f)
  • corinthian: replace in-memory client stats with SQL GROUP BY aggregation (e435170)
  • corinthian: replace in-memory invoice aggregation with SQL in export summary (9fa600a)
  • api: harden auth/parsing; sync engine guard; attachments (a45f898)
  • Features

    • add api reference (e89dbe1)
    • add block workflow UI and sim-style behaviors (87ba75a)
    • add corinthian helm deploys and chart lint precommit (94f5d72)
    • add customer capabilities endpoints with docs and tests (5f880b7)
    • add form modal and more (bed41ff)
    • add queries (e295929)
    • add sync engine enabled flag (78480e7)
    • add tRPC parity routers, accounting sync pipeline, and tests (c0a65c8)
    • Add window name validation for security (657e6e5)
    • add workflow node block types (7a6cb66)
    • ai: expand forecast scenarios (441a23e)
    • api: Add comprehensive factory patterns for API development (e16e6c4)

    Performance Improvements

    • api: speed up typecheck with dedicated incremental config (666c563)
    • increase production capacity for API and Worker (281b357)
    • increase production capacity for API and Worker (78f74bd)

    BREAKING CHANGES

    • engine: Typesense endpoints migrated from self-hosted to hosted solution