Release Details
This is a major release that brings full compatibility with Umbraco 11. It contains
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
}
}
}