Update v36.0¶
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 WildFly
v39.x.
Insight CLI and S3 Replacement with Insight Store¶
The new insight CLI requires INSIGHT_STORE_TOKEN.
Set this variable in middleware and use it for uploads with the CLI.
See the middleware environment variables.
If you are running adapters (datasource, Octave Attune, ...), you also need to configure INSIGHT_STORE_URL and INSIGHT_SUITE_NAME.
See the adapter environment variables.
Breaking Changes¶
-
The legacy Insight-Web Explorer is deprecated. Functionality has been migrated into the Insight-Mobile client which now serves as the only client implementation. When used via
/insight/clientthe "Explorer mode" is enabled. Please update your routing rules accordingly. See Client Installation and Setup for consolidated Apache, Ingress or Traefik examples. -
OIDC setups must now configure the post logout redirect URI on the provider as well. See OpenID Connect Overview and Examples.