Skip to content

Releases: KevinJump/uSync

uSync 8 Release Candidate

03 May 14:32
Compare
Choose a tag to compare

Release Candidate for uSync for Umbraco 8

Should sync successfully all doctypes, datatypes, mediaTypes, templates, languages, memberTypes, macros - with content edition will also do media, content, dictionary items and domain names (culture and hostnames).

All syncing works, there are some minor issues in how changes are reported for content properties, but this doesn't affect the operation of the sync process.

Save properly edition

01 May 20:13
3f5dde8
Compare
Choose a tag to compare

Changing how and where the item saves are made, was always going to cause me to miss something.

because we added the ability to batch save items, we missed a few areas on second passes where saves should have but now didn't happen.

fixes:
#20 Compositions not imported
#21 Media serialization fails because of unknown type.

features
#22 uSync dashboard isn't a dashboard anymore its part of the settings tree.
#22 we've added the ability to add expansions to usync - this is how snapshots, etc will be incorporated into the main usync package.

v8 beta 5

29 Apr 14:12
0cf410f
Compare
Choose a tag to compare

Fixes some issues - and refactors some things for performance.

install-package uSync -version 8.0.0-beta5

Fixes:

  • #15 issues with Content duplicates, and hierarchy
  • #13 templates missing their master
  • #16 Fix for recomputing sort order on save H5YR @JoseMarcenaro

Changes:

  • #17 Adds save flags so we can change where the save to umbraco happens, for performance
    • includes <BatchSave> setting partly for #18 partly for speed.

Known Issues

  • #18 A full import can hang with a serialization error from within Umbraco, we are trying to track this down.
  • #19 Sometimes there are blank changes reported

v8 Beta 4 - Release

30 Mar 21:29
Compare
Choose a tag to compare

Beta release for Umbraco 8.

Fixes in this release:

  • Fail when creating datatypes for custom properties
  • Blueprints (ContentTemplates) didn't restore properly
  • Content Edition error when some content properties are not set on save/publish

v8 Beta 1

25 Feb 16:03
Compare
Choose a tag to compare

Beta one release for Umbraco v8.0.0

This is the beta release to coincide with the launch of Umbraco 8.

Importing

get via nuget:

install-package uSync -pre

and you can get content edition too

install-package uSync.ContentEdition -pre

Most things work - and syncing between sites is fairly consistent - we have a few known issues.

Tracker - the tracker is used to tell users what the changes are when they run a report

  • Tracker - reports PreValue changes, that aren't
  • Tracker - reports parent change when there is no parent.

Settings

  • Handler info - not all handler info is loaded into the settings screen
  • Handler Specific Actions - Import / Export / All are not fully implemented.

Alpha 2482

21 Feb 09:57
Compare
Choose a tag to compare
Alpha 2482 Pre-release
Pre-release

To avoid confusion (on my behalf) - the alpha versions will now match the Umbraco alpha number which the solution is running when the packages are made.

  • fixes a null issue when creating new datatypes. Fixes issue #5

Alpha 61

04 Feb 17:35
Compare
Choose a tag to compare

Alpha 61 release - updates and changes because some of the internal service names changed between Umbraco nightly builds.

Alpha58 Release

31 Jan 23:28
Compare
Choose a tag to compare

Are you feeling lucky?

uSync for Umbraco 8 is here, well a very early alpha release is.

The core of uSync working for Umbraco 8 - with some rewritten goodness to make it all play nice. features include

  • Improved serializers (we got rid of a lot of legacy stuff)
  • SignalR updates - (so it's not just three dots anymore)
  • Better change detection and reporting - actually it might even tell you what is going to change.

this release isn't on NuGet because well you don't want to accidentally install it on an existing project. but you can get the nuget files below, and install them from a folder if you want.