Release notes v10.1.0

Release Details

v10.1.0 - uSync.Complete Patch release

This is a minor patch release of uSync complete, it contains updated references to uSync 10.1 and some features and fixes.

Features

  • Support for v10 Basic Auth headers 180
  • Allow custom headers via options on all server to server requests. 184
  • Copy server option in publisher context menu 181
  • improved file change count when syncing files 183
  • Add ForceHost options to force host name checking between requests. 186
  • Improved error message display for exporter errors
  • Don't pause core uSync export process when publishing/importing (keeps usync folder in sync better)
  • Ensure synced file items have a unique key
  • Support v10.1 production mode (blocks cshtml file writes as files will be compiled)

Fixes

  • Export dosn't display the correct error if an upload of a syncpack fails due to size.
  • Ensure uSync uses the correct hashing method when remote checking for expiring agency licences

Get uSync.Complete

uSync.Complete can be installed as a nuget package on your site - you can add the package a number of way :

via dotnet add

via a command line you can add uSync.Complete

dotnet add package uSync.Complete  --version 10.1.0

as a package reference

You can add the dependency directly to your projects .csproj file.

<ItemGroup>
  <PackageReference Include="uSync.Complete" Version="10.1.0" />
</ItemGroup>

via Visual Studio package manager console

If you are old school . install-package still works

install-package uSync.Complete -version 10.1.0