Skip to content

Release Notes

Latest
Compare
Choose a tag to compare
@rgrebenchuk rgrebenchuk released this 05 Mar 12:30
· 483 commits to master since this release

List of new features and improvements

Platform and OroCRM:

  • Multiple LDAP integration configurations support. Improved LDAP integration now merges attributes when a user appears in multiple LDAP queries, ensuring that business units and roles are consolidated rather than overwritten. Users will now be assigned to all relevant business units and have a combined set of roles for accurate access management [BAP-22452 ]
  • Replace EventDispatcher with EventDispatcherInterface where it is possible [BAP-22784 ]
  • Update checksum when line item entities are changed in API [BAP-22856]
  • Add possibility to customize request data normalization for API subresources [BAP-22864]
  • Prevent loading all parent entity fields in custom association subresource [BAP-22866]

List of fixed issues

Platform and OroCRM:

  • Scheduled email campaigns repeatedly send emails and never stop [CRM-9337]
  • Some form field values with special characters are unnecessarily truncated on save. Some form fields were excessively sanitized, resulting in the removal of special characters from user input after submission [BAP-22722]
  • Impossible to download email attachments not downloaded by automated sync. The email UI did not display attachment links for attachments that were skipped during the automated email sync due to configuration settings [BAP-22847]
  • Fix input data and error handling for API subresources [BAP-22863]
  • Fix API request data validation for resources without ID [BAP-22876]
  • Action send_email_template ignores workflow variables for recipients parameter [BAP-22897]
  • Error in processes.yml of ImapBundle breaks installation [BAP-22915]