You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable Username/Password Login [BAP-23058]: Added ability to disable login to back-office with the username and password authentication. Such option allows to streamline single sign-on (SSO) configuration so authentication is fully handled by integrated identity provider (Google Workspace, Microsoft 365 or others).
Advanced search in the back-office API [BAP-23040]: Added searchQuery filter that allows to create advanced search requests via API and use granular conditions per entity indexed fields.
Subresource Integrity Check (SRI) [BAP-22926]: Added feature toggle that allows to enable Subresource Integrity (SRI) check for application JS and CSS assets in order to improve security of the application and ensure that the files delivered to the client browser are exactly what the developer intended.
Add a check to see if the decryption works in oro:check-requirements [BAP-22955]
Websocket client performance issue [BAP-23044]
AclHelper: ensure $owners can be json_serialized to an array [BAP-23112]
Store request data for included and primary entities for "customize_form_data" API processors [BAP-23119]
Allow to use upper case letters and hyphens for API resource names [BAP-23159]
Allow to make "meta" filter optional for new API types [BAP-23161]
Allow to use "fields" filter for API types that do not support inclusions [BAP-23162]
Allow to make "sort" filter optional for new API types [BAP-23163]
Handling of taggable entities when "tags" association does not exist in API [BAP-23165]
Update GrapesJS to latest version [BB-25752]
Re-enable autocomplete for Behat tests in new PhpStorm versions [BB-26011]
Fixed Issues
Cleanup of import expired results can lead to out of space [BAP-22947]
Using 'choice' as name for a form does not work anymore [BAP-23117]
Unexpected error with 500 status code in API [BAP-23155]
Grid filters in dev and prod modes have different content [BB-25638]
Incorrect icon view in error notifications [BB-25883]
autocomplete.php generation with empty methods [BB-25923]