- 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