- improve helm documentation
- jwt.algorithm is not deprecated as was stated in the docs, just the default changed
- tokenlogin configuration in App Suite MW changed a while ago, documentation was adjusted accordingly
- WebPush not being sent due to missing subscription endpoint
- This was supposed to be fixed in earlier releases, but it still did not work in some cases
- Grafana dashboard to helm charts
- Install dashboard along deployment by setting
extras.monitoring.enabled: true
- Default fetchJwt API retry handling, again
- No automatic retry of the token request
- Use options.autoRetry to get old behaviour
- Usually, when calling fetchJwt, new behaviour is expected, though
- Default settings value for availability is "online" to avoid unnecessary JSLOB writes
- Support http proxies for egress requests (web push)
- Improve error logging for App Suite API calls during auth
- WebPush notifications don't work with mysql backend
- Update client badge for PWAs from push events
- Improve logging in webpush error cases
- [API] Ensure getJwt never returns unusable JWT
- Do not load switchboard code for guest users
- Propagate events to all sockets even if one is missing
- Subscription endpoint undefined
- Redis prefix to prevent namespace issues when sharing redis
- Service account tokens to impersonate an App Suite user
- Don't trigger global refresh on socket connection
- Openapi spec exclusively based on fastify schema
- Add BIND_ADDR environment to configure bind address
- Istio sidecar injection for cleanupdb is now opt in and disabled by default