Skip to content

Latest commit

 

History

History
94 lines (54 loc) · 6.08 KB

File metadata and controls

94 lines (54 loc) · 6.08 KB

Changelog

1.5.8 (2026-02-27)

1.5.8-admin (2026-02-26)

Bug Fixes

  • address CodeRabbit feedback for AI usage FK migration (973a717)
  • ai: allow disabling models with usage history (b38e0da)
  • ai: make disable idempotent and strengthen tests (c21827a)
  • ai: soft-disable configurations with is_active (d9dcaf8)
  • allow admin refresh token without admin record (773e0df)
  • disable no-control-regex for ANSI escape stripping (11d0ee5)
  • disable noImplicitAny for deno check and block Deno.serve() pattern (e6cf105)
  • distinguish ENOENT from other errors in checkCode catch handler (f1fd067)
  • only run deno check when Deno Subhosting is configured (13b03f5)
  • prevent mixing S3 and AWS credentials in storage provider (706ce49)
  • resolve eslint curly and no-control-regex errors (cd7cec9)
  • use docs/** glob so negation patterns re-include needed docs (9bfcfc3)
  • use NO_COLOR env instead of parsing ANSI from deno check output (8c800bb)
  • use String.fromCharCode to avoid control char in source (48a48a5)
  • use unicode escape and consistent arrow formatting in deno check output (74ee0ff)

Features

  • add deno check pre-validation for edge functions (95fd268)
  • add S3-compatible storage provider support (Wasabi, MinIO, etc.) (d3eae5e)

1.5.7-storageLimit4 (2026-02-15)

Bug Fixes

  • remove hardcoded 50MB CSV file size check from frontend (c1daf24)

1.5.7-storageLimit2 (2026-02-15)

1.5.6 (2026-02-13)

1.5.4 (2026-02-07)

1.4.0 (2025-12-19)

1.2.8 (2025-12-05)

1.2.6 (2025-11-22)

1.2.4 (2025-11-22)

1.2.2 (2025-11-18)

1.2.0 (2025-11-15)

1.1.2 (2025-10-28)

Bug Fixes

  • addressing coderabbit comments (97dd933)
  • macOS compatibility and AI config cleanup for e2e tests (2e04d79)
  • removing package-lock (9df772d)
  • removing package-lock (222dfc1)
  • update the frontend to use the bulk-upsert exising API (2b9b3b2)

Features

  • added tests for ai configs (2a4e93a)
  • added tests for functions and secrets (a985f03)
  • added tests for logs (81f7734)
  • fixed all the tests with correct format (1242d13)
  • fixed secret tests (5703836)
  • updated the backend and the service to update the csv parsing and validating (e7ffd29)
  • updated the frontend to display the button and the respective functions (50613d8)

1.1.0 (2025-10-11)

Bug Fixes

1.0.0 (2025-09-29)

0.3.0 (2025-09-26)