App Suite Releases
  • 8.35
  • 7.10.6
Imprint
  • 8.35
  • 7.10.6
Imprint
  • Release 8.39
  • Release 8.38
  • Release 8.37
  • Release 8.36
  • Release 8.35
  • Release 8.34
    • Noteworthy Changes
      • Important Changes
      • App Suite DocumentConverter
      • App Suite Middleware
    • Changelogs
      • App Suite UI
      • App Suite Middleware
      • Additional Components
        • AI Service
        • App Suite DocumentConverter
        • Switchboard
    • Helm Charts
      • App Suite Stack Chart
      • Cache Service
      • DocumentConverter
      • ImageConverter
      • App Suite Middleware Core
      • SpellCheck
      • Switchboard
  • Release 8.33
  • Release 8.32
  • Release 8.31
  • Release 8.30
  • Release 8.29

AI Service

3.0.2 - 2025-02-18

Fixed

  • Use correct Dom purify version

3.0.1 - 2025-02-18

Fixed

  • Manually triggered AI typeahead can bypass consent check
  • Missing documentation for ai/hostname setting

3.0.0 - 2025-01-17

Added

  • Breaking change: As a user, I can switch between configured AI services
    • Service and model configuration changed to a simpler config, please check the helm charts README.MD or the migration guide
  • History for AI chat
    • Chats are now stored in a database, making it easy to revisit past topics or pick up where you left off.
  • Simple debug output for the AI config

Changed

  • Breaking change: Database usage is enabled by default now
    • With the recent change around AI Chat (i.e. adding a history), database usage is enabled by default.
    • This switch is now deprecated and will be removed in the near future since more and more features will require a persistence layer.
  • Accounting per service
    • Added migration to add service field to usage records
    • Added service field to usage API
App Suite Middleware