Infocaster / UrlTracker

An Umbraco package that tracks 404 not found results and helps you redirect visitors to the right page
https://infocaster.net/wat-we-doen/umbraco-plugins/301-url-tracker
MIT License
17 stars 12 forks source link

Bump uSync from 10.2.1 to 12.1.0 #152

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 1 year ago

Bumps uSync from 10.2.1 to 12.1.0.

Release notes

Sourced from uSync's releases.

v12.1.0 - Aug 2023 patch release

This is the august patch release (like we have a monthly schedule 😆) containing fixes for reported issues,

Compatible with all versions of Umbraco 12.x

What's Changed

New Contributors

Full Changelog: https://github.com/KevinJump/uSync/compare/v12.0.2...v12.1.0

v12.0.2 - Addendum release

Doh!

Since the release of uSync v12. we had had a couple of issues with the notification caching. these are mainly because we didn't quite impliment it correctly 😢 we saw two issues

  • items would be added but then not published in the cache
  • on firstboot / startup items would not actually be imported.

We have quickly released updates(s) to fix this:

  • We thought we fixed these issues with v12.0.1 - by chaning the defauts for how usync uses the new notification feature.
  • but we missed the fisrtboot element and have had to release v12.0.2.

Everything else is the same between v12.0.0 and v12.0.2 - we just do a little less notification caching for now. We will take a look and get this feature working prop-properly soon.

thanks to #509 @​nikcio for reporting the fastboot issue, and giving us a great way to test it with the tests in his Nikcio.UHeadless repo.

v12.0.0 - Hello Twelve - goodbye eleven 👋

This is the v12 release of uSync for Umbraco v12 🎉

(following the Umbraco Support Lifecycle - uSync v11 shall now only be receiving bug fixes until 1st September 2023, and will fall end of life Dec 1st 2023)

There is very little Backoffice change between Umbraco v11/12 but we are taking advantage of a few updates to improve the performance of content imports.

What's new

  • [x] #507 - updates to package info (so the version shows in the package dashboard)
  • [x] #506 - Deserialize user information (optional) - allows uSync.Complete to push the actually creator, writer details between sites.
  • [x] Notification suppression (as per umbraco/Umbraco-CMS#14332) speedier content imports ahoy!

Full Changelog: https://github.com/KevinJump/uSync/compare/v11.2.1...v12.0.0


... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 8 months ago

Superseded by #165.