Bosch IoT Rollouts

Release Notes - Wed, 03 Sep 2025 13:43:34 GMT

What's new in Rollouts 2.15

Breaking Changes

  • DistributionSet 'type' query field inconsistency. As DistributionSet 'type' has 'key' and 'name', defining query only with 'type' is not enough, thus possible query fields for 'type' are now:
    • 'type.key' (old 'type')
    • 'type.name'

Bug Fixes and Improvements

  • Technical User password change policy introduced
  • UI now supports Multi-Factor Authentication (MFA). If given Tenant is configured and requires MFA login - Users that have not used MFA to login are displayed a dialog with explanation that MFA is required and no operations on this Tenant are further allowed - with option to redirect to the login page where user can login back with MFA enabled
  • Service Integration Events API Extended. Now more SIE Messages are supported in addition to the existing 'UPDATE_ASSIGNMENT' - for more information please visit: Service Integration Event API
  • Allow to filter Actions by 'createdAt' and 'lastModifiedAt'
  • Invalidation of DistributionSet changes (for more information check Invalidation of DistributionSet
    • removed cancel rollout option
    • NONE cancellation type will only invalidate the provided DS nothing more
    • SOFT will perform soft cancel on Actions and will set all the Rollouts that are associated with the provided DS to STOPPING state (which will lead to stop of a rollout case)
    • FORCE will perform force cancel on Actions and will set all the Rollouts that are associated with the provided DS to DELETING state (which will lead to delete of rollout)
  • Security and Infrastructure improvements

New Features

  • Introduced Rollout 'Stop' Action that Cancels ongoing Actions - for more information please visit: Manage Rollouts