Skip to content

Releases: KevinJump/uSync

v13.1.0 - 🌳Roots - release.

15 Feb 09:58
Compare
Choose a tag to compare

This is a major minor release of uSync 13 for Umbraco v13, it contains the uSync.Roots feature and improvements in sorting and notification performance for the core uSync package.

What Fixed

What's new

  • 🌟 V13/roots - Roots functionality, for Umbraco v13 by @KevinJump in #577
  • ⭐ Background threading of notifications (off by default)

🌳Roots

uSync Roots, offers a new way of working with multiple sites, allowing you to have "root" sites that your site can inherit settings and content from, with fancy merging™️, you can even have individual properties merge between sites without losing the ability for the master site to still update the doctypes.

for more information checkout our documentation on uSync.Roots.

🧵Background Notifications

With the introduction of scoped notifications, you might now see a "Processing Notifications (xxx)" message during a sync, this is when all the Umbraco notification events fire. With background notification these notifications are sent off to a background thread for processing, so you can get back to your site quicker. (the notifications still all happen in the background).

For a lot of sites, the existing process is fine, but for sites with a lot of content this will reduce the amount of time you sit around waiting for a sync to finish.

there are certain circumstances where you might not want background notifications, and it does change the ways to identify a uSync triggered save. so, the feature is off by default on v13 sites. it will become the default when we move to Umbraco v14.

Check out the background threading documentation for more information.

New Contributors

Full Changelog: v13.0.1...v13.1.0

v10.7.3 - Post patch patch.

23 Jan 11:40
Compare
Choose a tag to compare

This is a patch release for uSync for Umbraco 10. It contains some fixes that where in uSync releases v12.2.3 (umbraco v12).

Updates :

Full Changelog: v10.7.2...v10.7.3

v13.0.1 - Patch release

15 Jan 12:02
Compare
Choose a tag to compare

This is a patch release of uSync v13 for Umbraco v13 it contains as fix for displaying errors on import (a typo in the error handling meant the error didn't show)

Fixes

#575 - uSync appears to hang when there is an import error.

v12.2.3 - Patch release

15 Jan 12:02
Compare
Choose a tag to compare

This is a patch release for uSync on umbraco Umbraco 12

Fixes

#575 - errors are not displayed when there is an error during import

What's Changed

  • Added Welsh translations by @OwainJ in #556
  • Use IsValidJsonString, inplace of DetectIsJson - more reliable. by @KevinJump in #567

New Contributors

Full Changelog: v12.2.2...v12.2.3

v10.7.2 - Patch release

15 Jan 12:02
Compare
Choose a tag to compare

This is a patch release for uSync v10 for Umbraco v10.

#Fixes
#575 - error messages are not shown when errors happen during import
#573 - curly braces content is sometimes mistaken for json when its not.

Full Changelog: v10.7.1...v10.7.2

v13.0.0 - Major Release 🫡

14 Dec 11:58
Compare
Choose a tag to compare

This is a major release update for uSync for Umbraco - to support Umbraco 13 which is also a major release.

This release contains updates so uSync will work with Umbraco 13, and .net8. Patch wise this is the same as the latest v12.x release

Updates

  • Support for Umbraco 13.
  • Support for .NET 8
  • Support of the new blocks inside RTE feature
  • Support for webhooks (See below).

Webhooks.

Umbraco v13 comes with UI support for defining your own webhooks, with no code.
for uSync 13 we have added code for the webhooks, but they are disabled by default. but can be enabled either in program.cs or a composer (using a composer is preferred).

builder.AdduSyncWebhooks()

this will then add some uSync webhooks (import completed, item imported etc) to the webhooks, so you can fire off things when uSync is ran.

v8.11.8 - uSync 8 - 2024 Update 1.

01 Feb 12:25
Compare
Choose a tag to compare

This is a minor update for uSync for Umbraco 8 - it contains some minor fixes around date formatting in nested content items.

Full Changelog: v8.11.7...v8.11.8

Fixes

  • 1adb4b5 - extra check for sortable dates when importing date elements
  • Date formatting inside nested content 12281a7

v12.2.2 - Rename Sorting Patch

07 Nov 10:23
Compare
Choose a tag to compare

This is a patch release of uSync for umbraco 12. it contains a fix for an issue that causes imports to fail when rename files are present (effects only v12.2.1)

Fixes

  • #564 - Fix for sorting algorithms when rename files are present.
  • #562 - Fix for changing datatypes when new property is only defined in app_plugins folder.

Full Changelog: v12.2.1...v12.2.2

v12.2.1 - Chapéu Selecionador (Sorting hat) 🧙‍♀️

25 Oct 10:47
2eb8b60
Compare
Choose a tag to compare

This is a minor patch update for uSync v12 for Umbraco 12 it contains changes to how pre-import sorting works. (performance). and Portuguese translations by @lauraneto

Sorting improvements

In this release we have moved content type sorting to using a topological sorting algorithm, based on composition dependencies (sounds fancy!)

This means it will attempt to import the content types in an order based on composition dependencies. In theory will increase the speed
of the import for larger sites and mean less is done in the second pass phase of content type importing. (some things like structure still need to happen in the second pass, but they have a smaller overhead).

What's Changed

New Contributors

Full Changelog: v12.2.0...v12.2.1

v12.2.0 - Major/Minor

06 Oct 11:16
Compare
Choose a tag to compare

This is a minor uSync release containing some updates and fixes to known issues.

Fixes

  • Fix zip file import validation fails when /publicaccess files are included.
  • Fix #551 - Reimporting trashed items with old files can cause partial trashed items in the tree
  • Fix #548 - Recycled items on first boot cause import issues.
  • Readme said Eleven instead of Twelve by @nul800sebastiaan in #536

Updates

New Contributors

Full Changelog: v10.7.0...v12.2.0