Skip to content

Releases: Jumoo/uSync.Complete.Issues

v8.6.1.1 - AppData & Long username patch

14 May 14:09
Compare
Choose a tag to compare

This is a single patch release to fix a 'rare' issue with AppDataPath, Long usernames and roaming profiles. you don't need to apply this update unless you experience this issues:

Fixes:

  • #29 Using AppDataTemp and Long usernames with domains can cause issues.

For full details of the v8.6 release of uSync.Complete see the blog post

Installing

The recommended way to install uSync.Complete is via Nuget as part of your websites visual studio project:

PM>install-package uSync.Complete

Note

uSync 8.6.x will work with all version of Umbraco v8.0 upwards, we just recommend you update Umbraco because there are a lot of performance and cache fixes in version past 8.4.x

v8.6.1 - Path Release

12 May 10:07
Compare
Choose a tag to compare

This is a patch release to help us debug some potential issues with publishing (not yet confirmed).

We have some reports of strange behaviour when publishing items on Azure. We haven't been able to recreate these issues yet, but this release adds a lot more debug level logging around the management of the zip folders and temporary files. Hopefully this will help us identify any issues. It is possible this is not a uSync issue, but we are increasing logging to help us identify and possible issues.

You do not need to update to this version of the package unless you have specific azure issues and need us to look into the logs.

v8.6.0 - Network mode

21 Apr 15:41
Compare
Choose a tag to compare

This is a feature release of uSync, containing new features and fixes.

Features:

  • Publisher Button is now on by default
  • Allow configured message on push/pull screens
  • Publisher icon is now the truck
  • Network Mode for simpler shared server config (single config)
  • Support for syncing public access permissions on nodes
  • Inline media/file upload syncing support

For more details see the 8.6 release blog post

v8.5.1 - Patch Release

19 Mar 11:38
Compare
Choose a tag to compare

This is a patch release for uSync.Complete containing fixes. (also maintains uSync.Complete and uSync version compatability)

Fixes

  • #22 Push Fails, when global ContactResolvers set camelCase on all JSON serialization
  • Fix for agency licencing with certain domain setups.

See Also

  • All uSync 8.5.1 release fixes and updates are included:
  • we have released a new docs site for all our products https://docs.jumoo.co.uk/

Installing

PM>install-package uSync.Complete

Note

uSync 8.5.x will work with all version of Umbraco v8.0 upwards, we just recommend you update Umbraco because there are a lot of performance and cache fixes in version past 8.3.x

v8.5.0 - Timeout Protection + lots more

14 Feb 16:21
Compare
Choose a tag to compare

This is a Minor release of uSync.Complete to v8.5.0 - it contains fixes, enhancements and will work with all version of Umbraco 8.x*

Updates

  • Publisher now splits out the individual steps into individual requests at a time, reducing the time of any single request, (azure timeout prevention)
  • you can now override core server settings in the web.config making it easier to transform your settings (see docs)
  • Improved debugging logging across the code, with verbose logging options for the HMAC security elements to aid with connection issues.
  • Full Static Publisher support: we will be releasing the static publisher package (and code) so you can publish to files, FTP or SFTP locations,
  • You can now Sync Languages in the Server Sync Page.
  • Post report trimming: Removes files that haven't changed after the report stage - making the import faster.
  • Better error dialogs - so you can check the errors, and send bug reports if required.
  • baseUrl setting means you can change the URL of the requests, (if you have funky load balancing).
  • Static publisher (uSync.Publisher.Static) lets you push a static version of your site to a folder, ftp server or sftp server.

Fixes:

  • Fix: Export menus fail on templates and partial views
  • Fix: Bouncing truck bounces

See Also

  • All uSync 8.5 release fixes and updates are included:
  • we have released a new docs site for all our products https://docs.jumoo.co.uk/

Installing

PM>install-package uSync.Complete

Note

uSync 8.5.x will work with all version of Umbraco v8.0 upwards, we just recommend you update Umbraco because there are a lot of performance and cache fixes in version past 8.3.x

v8.4.3 - Media, Check-boxes and stuff.

29 Jan 21:48
Compare
Choose a tag to compare

Release Updates

This is a patch update for uSync.Complete. It contains fixes to make sure media attributes (such as width/height etc) are updated during a push/pull.

  • Fix: Ensure the auto-calculated properties (width, height, extension) are calculated when media is copied
  • Fix: Error when you push an empty media folder
  • Fix: Healthchecks fail if the receive folder is empty.
  • UI Update: Add a dirty content warning when publishing from the 'button menu'
  • UI Update: Change options to checkboxes and align.
  • UI Update: Check access button returns after 2 seconds (so you can check again)
  • uSync: Update to use uSync 8.4.3

Installing

PM>install-package uSync.Complete

Note

uSync 8.4.x will work with all version of Umbraco v8.0 upwards, we just recommend you update Umbraco because there are a lot of performance and cache fixes in version past 8.3.x

8.4.2 - Media Files Fix

23 Jan 11:05
cf754fa
Compare
Choose a tag to compare

Release Notes

This is a patch update for uSync.Complete, it contains a few UI fixes (spelling!) and one fix for an issue where media files may not be copied between sites when publishing.

  • #19 Fix so that the media file portion of the sync uses the 'publisher' handlers to ensure files get copied.
  • Fix a type in the "nothing has changed" text
  • update to uSync 8.4.1 to get better DocTypeGrid Support

Installing

PM>install-package uSync.Complete

Note

uSync 8.4.x will work with all version of Umbraco v8.0 upwards, we just recommend you update Umbraco because there are a lot of performance and cache fixes in version past 8.3.x

8.4.1 - Publisher UI Updates.

06 Jan 15:33
cf754fa
Compare
Choose a tag to compare

This is an incremental release, introducing a couple of new features.

Updates

Dependency-Check feedback in the UI

Dependency calculations now get its own step, the dependency checks are mostly fast, but if you have 1000's of items to check it can take a while, and previously this step offered not UI feedback, so you might think it was stuck. Now the dependency checks get their own step (and icon) so you can see them happening.

image

Publisher Dashboard

day-to-day you can sync everything you might need to via the content pull/push buttons - but there might also be times when you want to push or pull just the settings. the publisher dashboard gives you this functionality,

push just settings between servers

One side effect of this dashboard is you can now push languages and hostnames between sites too (doing it during content pushes runs the risk of breaking if you have these values different on dev/live)

Publish Dialog (Experimental)

Like all good packages we've hacked into the save & publish button, so now you can publish to a server directly from the button.

savedialog

Turning on the experimental publish dialog

This button doesn't replace the existing push and pull commands, and while we are in experimental release, you have to turn it on by hand, go to the user group settings and enable. Push Content Button (Experimental)

enablebutton

uSync 8.4.0 goodness

This release also increments its uSync dependencies to uSync 8.4.0 which has some work done to speed things up, and fix a couple of bugs - so you to get the wonderfulness of uSync baked into this release.

see the uSync 8.4.0 release notes for more info

Complete change list

The following changes are included in this release

  • Added localhost.me to list of local domains for licences (no restrictions on localhost sites)
  • Sync Settings dashboard
  • Fix bouncing truck not always bouncing
  • Fix sort order bug on server sort dialogue
  • Remove push/pull commands from the menu if there are no servers to push/pull to
  • Fix ShowSelf attribute in server settings
  • Push Button overlay
  • Fix error when only push is enabled for a user
  • Upgrade to uSync 8.4.0

The Bouncing Truck release.

13 Dec 01:46
cf754fa
Compare
Choose a tag to compare

Update to uSync 8.3.1 and tidy up so things work nicely in Umbraco 8.4+ (still works on previous versions of Umbraco).

Publisher

We've added several UI Improvements to uSync.Publisher

Sort the servers via the UI,

You can now sort servers via the publisher settings UI, meaning you can make sure they appear in the right order without having to go into the uSync config files.

image

New Progress UI for publishing

Including the bouncing truck, you can now track the push and pull steps via the UI so you can see what is happening.

bouncingprogress

behind this improvement, we have restructured how the publishers work, making it easier for us (or you) to replace the standard publishing process with one of your own (we have much plans!)

Server setup templates

We have introduced a new server page, offering simple setup templates to help you get your servers configured quicker.

image

uSync.PeopleEdition

  • Fix for Member Imports (they didn't always work!)

8.2.4 - Publish nicer.

21 Oct 10:47
cf754fa
Compare
Choose a tag to compare

Complete release to match uSync 8.2.4 release - https://github.com/KevinJump/uSync8/releases/tag/8.2.4, and tidy up a few things for uSync.Publisher, that just make it neater.

  • the main uSync fix that effects publisher is a fix for null checking in the RTE mapper, upgrading to this release should fix that issue.

Publisher

  • Delete missing children, now puts deleted items in the bin #16
  • Improved feedback when the servers won't connect (it will tell you if the API version is out and if you are licenced)

UI Fixes

  • Dialogue buttons are now disabled when you are in the middle of publishing #15
  • Make sure all sync processes will display errors if they encounter them
  • You can now see the 'show self' setting at the bottom of a server setup (lets you can publish to the server you are on- it's a test setting more than anything else).