Release Details
This is a minor release of uSync.Complete for Umbraco v13 it introduces some new functionality and brings underling dependencies upto dete.
uSync Publisher by default pushes published content and that means at a property level it pushes published values.
this does mean if you attempt to publish unpublished content you can end up with the content item on the target server but no properties, or if your editor expects the saved changes they have made to be published then they might want the edited values to be sent.
new options in the advanced tab let you controll this.
SignalR is not used for any operational part of the syncing process, servers establish a SignalR communication channel, to provide more timely UI updates during a push.
Some people have experienced problems with server -> server signalR comms, so we have updated the setup to include any custom headers defined in the config, and if you want you can completely disable the server -> server signalR via the config.
"uSync": {
"Publisher": {
"ServerToServerHub": false
}
}
via nuget:
dotnet add package uSync.Complete --version 13.2.0