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.0.2 #140

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps uSync from 10.2.1 to 12.0.2.

Release notes

Sourced from uSync's releases.

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


One-two-three-four-five..

*(the tune is in your head now isn't it)

v11.0.3 - First boot language fix

This is a minor patch release for uSync v11 (for Umbraco v11). It contains a fix for default languages when using first boot.

Fixes

  • ๐Ÿž(bug) - Firstboot fails if default language is changed in language config files.
  • ๐Ÿž(bug) - Errors don't show in report groups when every item of a type throws an error.
  • ๐Ÿ“ (doc) - Different spelling fix (fixing the word 'different' across the code)

... (truncated)

Commits
  • 9ab0a28 don't scope the import on a startup / firstboot publish.
  • 03cd871 disable suppression-
  • 6118499 Wrap the single events in suppress notifiy too.
  • 0576843 Increment the requirements of auto templates and datatype serializers
  • 6147dd9 v12 the readme.
  • 2621fc9 Public comments - for schema generation.
  • 1bd5ebf ScopeSuppression by config.
  • bcbd2c0 Add umbraco pre-release to nuget.config
  • 046efe7 update to v12.0.0 dependency.
  • f84409b Add package Id
  • Additional commits viewable in compare view


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 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 1 year ago

Superseded by #152.