This brings the functionality for Member Types on par with Document, Element, and Media Types, and will surely be a big help for projects making use of multiple Members Types. Documentation has been updated with the new functionality.
Pre- and Post-Routing pipeline filters
With new pipeline filters, developers have even more control over how middleware is added. This can now be done before or after routing, with the PreRouting and PostRouting filters respectively. More details can be found on the Add PreRouting and PostRouting pipeline filters PR description.
❕Update 31-08-2023: We unfortunately did not include the Pre- and Post-Routing pipeline filters feature in Umbraco 12.1. It will be available in 12.2 which is targeted for release on September 14 (with RC coming on September 7). Sorry for any inconvenience this may have caused.
Search and indexing updates
A new configuration has been added with this release, making it possible to opt out of indexing nested properties (Block List/Grid, Nested Content) individually in the Examine indexes. This can be done by setting:
The default behavior will be as before, with the value set to true.
You also find a nice addition to the Examine Dashboard making it easier to inspect queries on large data sets.