Release notes v12.2.1

Release Details

v12.2.1 - Chapéu Selecionador (Sorting hat) 🧙‍♀️

This is a minor patch update for uSync v12 for Umbraco 12 it contains changes to how pre-import sorting works. (performance). and Portuguese translations by @lauraneto

Sorting improvements

In this release we have moved content type sorting to using a topological sorting algorithm, based on composition dependencies (sounds fancy!)

This means it will attempt to import the content types in an order based on composition dependencies. In theory will increase the speed of the import for larger sites and mean less is done in the second pass phase of content type importing. (some things like structure still need to happen in the second pass, but they have a smaller overhead).

What's Changed

New Contributors

Full Changelog: https://github.com/KevinJump/uSync/compare/v12.2.0...v12.2.1