Release notes v13.2.0

Release Details

v13.2.0 - Feature update

This is a minor release of uSync.Complete for Umbraco v13 it introduces some new functionality and brings underling dependencies upto dete.

What's new

  • ⭐ Edited/Published value settings, control when and if edited or published values are pushed for content.
  • ⭐ SignalR headers - send the same custom header/user agent strings with signalR requests.
  • ⭐ Disable SignalR between servers (some people have seen firewall issues)
  • 📓 Improved logging for request buffering (adding debugging people's stream buffer problems)
  • ⬆️ Upgrade uSync dependency to v13.3.1

Publshed / Edited values.

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.

image

Inter-server SignarR

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
    }
}

Installing / Updating

via nuget:

dotnet add package uSync.Complete --version 13.2.0

https://www.nuget.org/packages/uSync.Complete/13.2.0