docs/releases/v1.43.0-next.0-changelog.md
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.43.0-next.0
mockServices.rootConfig() instance now has an update method that can be used to test configuration subscriptions and updates.577f0ed: BREAKING: Encode query filters for requests made to msgraph. If you currently have manually encoded characters in a filter, this is a breaking change and must be updated to avoid requests being double encoded.
user:
- filter: department in('MARKETING', 'RESEARCH %26 DEVELOPMENT')
+ filter: department in('MARKETING', 'RESEARCH & DEVELOPMENT')
new-frontend-plugin template that was incorrectly passing id instead of pluginId to createFrontendPlugin and unnecessarily importing React.compatWrapper creating many wrapping Providers when they should notEntityContextMenu, and do not render a divider if an empty array is passed to UNSTABLE_extraContextMenuItems.default* for older packages as this package is in range for breaking /alpha changes