Release notes v11

Release Details

v11 - uSync.Complete for Umbraco 11

This is a major release that brings full compatibility with Umbraco 11. It contains

  • All the updates that come in uSync 11.
  • Better support for partial Language variant publishing
  • Improved caching of dependencies and exports
  • Licencing improvements (coming soon auto-updating subscription keys!)

Config default change: Caching on by default

as of v11 - publisher caching will be on by default - we have made some improvements with dependency and export caching and now we are turning this feature on by default. It results in even faster push and pull operations between servers.

You can turn caching off if the speed scares you :

"uSync": {
    "Complete": {
      "Caching": {
        "Enabled": true
      }
    }
}