Skip to content

Releases: Jumoo/uSync.Complete.Issues

v10.7.1 - Performance release.

04 Oct 14:49
4dc169e
Compare
Choose a tag to compare

This release contains the fixes from uSync 10.7.1

Plus some fixes and improvements for uSync.Complete

What's new

  • Server specific keys. (set the server and in the config)
  • pre-caching of ordered nodes, to speed up reporting
  • improved request validation - just to ensure requests make sense in context.
  • Turn on XML item caching with default caching.

v10.6.2 - Patch release

10 Aug 07:08
4dc169e
Compare
Choose a tag to compare

This is the patch release of uSync.Complete for Umbraco 10, it contains updates contained in uSync 10.6.2- it also contains some updates to how failed licence checks are treated and behave, essentially we are trying to reduce the number of times you get a Invalid domain reported on a licence check.

uSync 10.x is the LTS version of uSync for Umbraco 10.

What's new

  • Better reporting of licence checks against invalid domains
  • Better retry policies for bad domains in licence checks

v10.6.0 - Media / Language syncing fixes and updates

07 Jun 08:35
4dc169e
Compare
Choose a tag to compare

This is a minor update for uSync.Complete - it contains a number of small fixes and updates,

This release also updates uSync to v10.6.1

What's changed

  • Fix - Duplicate files in report #199
  • Fix - Dependency checks run against saved values, even when published values should be checked
  • Update - the username of the current user is now included in publisher events.
  • Fix - Exporter defaults to 12h time on sync pack name, when it should use 24 hour clock #201
  • Fix - Media is not exported/imported into a generic location when 'UmbracoMediaPath' is set #202

v10.5.0 - 🧩 Domains and 🖼️ Media fixes.

04 Apr 09:54
4dc169e
Compare
Choose a tag to compare

This is a minor version release of uSync.Complete for Umbraco 10.x - this version of uSync.Complete works on all versions of Umbraco 10.x

This release includes a dependency update

Fixes

  • Fix: uSync issue - 492 Content dashboard shows 'Media' in breadcrumb when it should say 'Content'
  • Fix: Compare node option should not be present on root 'Content' or 'Media' tree.
  • uSync #484 - Domain names not syncing correctly between sites.
  • #197 - Media folders not created correctly.
  • #195 - Fixes for "Different" spelling.

v8.11.14 - Umbraco 8 - 2024 Update 1

01 Feb 12:21
4dc169e
Compare
Choose a tag to compare

This is a minor update for uSync.Complete for Umbrco 8 ! (yes eight). it contains some fixes for uSync.Exporter so you can export user groups and users into a sync pack.

Fixes

v8.11.13 - Patch release

10 Aug 07:11
4dc169e
Compare
Choose a tag to compare

This is the patch release of uSync.Complete for Umbraco 8 it contains updates contained in uSync 8.it also contains some updates to how failed licence checks are treated and behave, essentially we are trying to reduce the number of times you get a Invalid domain reported on a licence check.

What's new

  • Better reporting of licence checks against invalid domains
  • Better retry policies for bad domains in licence checks

Fixes

  • Ensure Dependency calculation are from published values not edited values.

v8.11.12 - user, blueprint and media culture fixes.

02 May 08:41
4dc169e
Compare
Choose a tag to compare

This is a minor fix for uSync.Complete for Umbraco 8 - it contains a number of minor fixes.

Updates

  • Cleanup of user serializer so it reports less false positives (based on user id being used as guid seed)
  • Add AllowDeletingOfOrphanedItemsForAllTypes option so you can choose (not recommended) to have uSync delete orphans of all types when syncing.
  • Fix simple sync view on dashboard
  • Fix blueprint dependencies are turned into content dependencies when pushing
  • Allow user agent and custom headers to come from the web.config
  • Ensure culture specific options are only set on content items

v11.0.1 - User patch release

12 Jan 11:10
Compare
Choose a tag to compare

This is a minor patch release for uSync.Complete it contains some fixes for issues with syncing users in uSync.PeopleEdition

#Fixes

  • User sync fixes
    • Sync users only by alias (email) not key - as this is dependent on user creation order
    • Fix the start content / media nodes so they are null check not set in the user group

v11 - uSync.Complete for Umbraco 11

12 Jan 11:17
Compare
Choose a tag to compare

This is a major release that brings full compatibility with Umbraco 11. It contains

  • All the updates that come in uSync 11.
  • Better support for partial Language variant publishing
  • Improved caching of dependencies and exports
  • Licencing improvements (coming soon auto-updating subscription keys!)

Config default change: Caching on by default

as of v11 - publisher caching will be on by default - we have made some improvements with dependency and export caching and now we are turning this feature on by default. It results in even faster push and pull operations between servers.

You can turn caching off if the speed scares you :

"uSync": {
    "Complete": {
      "Caching": {
        "Enabled": true
      }
    }
}

v10.4.0 - Variants / Users and Subscriptions Update

12 Jan 10:54
Compare
Choose a tag to compare

This is a minor major release of uSync.Complete it contains some minor fixes and updates

Fixes

  • Variant publishing fixes
    • Variants could become unpublished is the source server only had one variant but the target had multiple
    • Fix for when source server only has a sub-set of variants and only one or two of that set are sent to publish on a target with more or different variants (we still recommend you keep your languages in sync between servers!)
  • User sync fixes
    • Sync users only by alias (email) not key - as this is dependent on user creation order
    • Fix the start content / media nodes so they are null check not set in the user group

Updates

  • Licencing update - better enable us to deliver subscription keys in the future making rolling agency licences easer to manage.

This update also contains all the fixes in uSync 10.3.2 release.