Impact upcoming runtime image
Version 30.1 by Erik Bakker on 2026/07/14 13:29
As announced in our Release blog dated July 16th, 2026 we are hard at work updating our runtime code to the latest major version. Below you will see a more detailed overview of all functionality
If you have any questions, please contact academy@emagiz.com.
1. Prerequisites
- For more general context read the following microlearning
2. Changes
- The grant type password when using the OAuth interceptor to retrieve a token from an external IDP is no longer supported.
- If you are using this grant type please verify whether the IDP allows you to request OAuth tokens using one of the accepted grant types (preferably client credentials).
- The default behavior of requesting an OAuth token from an IDP has changed. This means that the Client authentication method will default to Client secret basic instead of Client secret post.
- If you are using the default configuration please verify whether the IDP allows you to request OAuth tokens using the option Client secret basic.
- All data pipeline (Job) related functionality will be removed and can no longer be used.
- The ProxyWebServiceMessageSender support component will be removed.
- The default components for constructing error messages that are reported to the API caller for your API Gateway will be changed. Ensure the changed flows are included in the release the moment we introduce this new runtime image.
3. Key takeaways
- Validate whether the changes mentioned above are impacting any model you are responsible for.