Impact upcoming runtime image

Version 31.1 by Erik Bakker on 2026/07/14 13:33

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

Information

Please note that the list shown below is subject to change. This means that additional changes can be added to this list. Once something is on this list you may assume that it will be included when we release our upcoming runtime image.

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.

3. Key takeaways

  • Validate whether the changes mentioned above are impacting any model you are responsible for.

4. Suggested Additional Readings