Update v36.1¶
Update Insight Middleware Version¶
Please make sure you use the latest server components for JEE server, reverse proxy, and related services.
- For this release, upgrade to ElasticSearch
v9.x. If you update ElasticSearch tov9.xplease make sure using the correct update path
Breaking Changes¶
- CookieMapping must be configured for MAS otherwise sessions won't be closed/deleted in MAS after logout!
- MAS OIDC The
post_logout_redirect_urisfield is now required in the MAS OIDC client configuration. The value must point to the Insight logout callback URL (e.g.https://<your-insight-host>/insight/auth/logout_callback). Existing client registrations must be updated via the PUT endpoint to include this field. - Rich text popup widgets: The RichTextPopup widget now opens a rich text editor dialog. The previous popup behavior for displaying HTML content has moved to HTMLViewerPopup. Existing configurations that use RichTextPopup only to display HTML content in a popup must be changed to HTMLViewerPopup.