Release notes v16.0.2

Release Details

v16.0.2 - STS Patch release

This is a patch release for v16 of uSync.Complete for Umbraco, it contains fixes for reported issues.

What's New

  • 🐛 Fix - Number of exported items (via exporter) Might be truncated because of paging issues in underling service.
  • 🌟 Improvement: Better error logging when FileUpload requests file (helping people debug this issue better).
  • 🐛 Fix - SideSeed doesn't connect to server to get settings correctly during migration
  • 🐛 Fix - The "pull" button on the sync dashboard actually opens the push dialog

Getting

Install via your favorite command line,

dotnet add package uSync.Complete --version 16.0.2

or directly into your .csproj file.

<PackageReference Include="uSync.Complete" Version="16.0.2" />

[!NOTE] For Standard Term Release (STS) we are following a practice of little and often, we will release tested fixes as soon as practical rather than wating for a rollup, this means there might be many small 'patch' releases during this time, but fixes will be public quicker

When we return to Long Term Support (LTS) releases we will move to a slower cadence where fixes will be rolled up into larger releases