App Suite Releases
  • 8.35
  • 7.10.6
Imprint
  • 8.35
  • 7.10.6
Imprint
  • Release 8.38
  • Release 8.37
  • Release 8.36
  • Release 8.35
  • Release 8.34
  • Release 8.33
  • Release 8.32
  • Release 8.31
  • Release 8.30
    • Noteworthy Changes
      • Important Changes
      • App Suite Middleware
    • Changelogs
      • App Suite UI
      • App Suite Middleware
      • Additional Components
        • AI Service
        • Switchboard
    • Helm Charts
      • App Suite Stack Chart
      • Cache Service
      • DocumentConverter
      • ImageConverter
      • App Suite Middleware Core
      • SpellCheck
      • Switchboard
  • Release 8.29
  • Release 8.28
  • Release 8.27
  • Release 8.26
  • Release 8.25
  • Release 8.24
  • Release 8.23
  • Release 8.22
  • Release 8.21
  • Release 8.20
  • Release 8.19
  • Release 8.18
  • Release 8.17
  • Release 8.16
  • Release 8.15
  • Release 8.14
  • Release 8.13
  • Release 8.12
  • Release 8.11
  • Release 8.10

Switchboard

5.0.2 - 2024-10-28

Added

  • Allow to specify TLS options for redis client (#28) e8787af

Fixed

  • REDIS_DB environment variable not set by helm chart (#26) efc890a
    • redis configuration is now aligned with other services (like ui-middleware)
    • in values files use redis.db to configure the environment variable

5.0.1 - 2024-10-02

Added

  • Propagate new mail events via Web Push API to PWA clients (appsuite/web-foundation/switchboard#21)
    • Switchboard sends notification to subcribed clients via Web Push API
    • Switchboard now needs a database connection to store subscriptions
    • VAPID keys and a VAPID subject need to be configured for Web Push
    • Currently disabled on iOS due to permission issues
      • Enforce by setting io.ox/switchboard//webpush/enabled=true

Changed

  • Enable websocket notifications without presence feature
    • Connect to websocket even if presence feature is disabled
    • Enables users to receive update events using PNS feature
  • Support switchboard service to be mounted on a subpath of App Suite
    • Introduce new jslob setting io.ox/switchboard//apiRoot
    • Basically allows to mount switchboard into the core domain at a certain path (need to rewrite for the service, see helm readme)

5.0.0 - 2024-08-29

Added

  • OXUI-1308: JWKS
    • Add JWKS route
    • Add documentation for JWKS
    • Add support to deploy with JWKS or shared secret
    • Add deprecated warning for shared secret
  • Brand information to JWT payload
  • Configure external vue for consumption
  • Expose call history as state extension
  • Expose settings through state extension
  • Serve App Suite UI related plugins from switchboard service

Changed

  • Helm: Make security context configuration overwritable
  • Implement present state using vue patterns
  • Use pnpm as package manager

Removed

  • Helm: Unused service account
  • Unused wall implementation
AI Service