Open
Conversation
Bumps Sentry.AspNetCore from 6.3.0 to 6.3.2 Bumps Umbraco.Cms from 17.3.1 to 17.3.3 Bumps Umbraco.Cms.DevelopmentMode.Backoffice from 17.3.0 to 17.3.3 Bumps uSync from 17.0.4 to 17.3.0 --- updated-dependencies: - dependency-name: Sentry.AspNetCore dependency-version: 6.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Umbraco.Cms dependency-version: 17.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Umbraco.Cms.DevelopmentMode.Backoffice dependency-version: 17.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: uSync dependency-version: 17.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Sentry.AspNetCore from 6.3.0 to 6.3.2.
Release notes
Sourced from Sentry.AspNetCore's releases.
6.3.2
Dependencies ⬆️
6.3.1
Fixes 🐛
CaptureFeedbacknow supports multiple attachments correctly by @bitsandfoxes in #5077Dependencies ⬆️
Deps
Other
Commits viewable in compare view.
Updated Umbraco.Cms from 17.3.1 to 17.3.3.
Release notes
Sourced from Umbraco.Cms's releases.
17.3.3
What's Changed
🐛 Bug Fixes
Full Changelog: umbraco/Umbraco-CMS@release-17.3.2...release-17.3.3
17.3.2
What's Changed
🐛 Bug Fixes
OptimizeInvariantUrlRecordstimeout on SQL Server (closes #22377) umbraco/Umbraco-CMS#22382umb-property-editor-ui-picker-modalby @bjarnef in Property Editor Dialog: Set height to 100% forumb-property-editor-ui-picker-modalumbraco/Umbraco-CMS#22354Full Changelog: umbraco/Umbraco-CMS@release-17.3.1...release-17.3.2
Commits viewable in compare view.
Updated Umbraco.Cms.DevelopmentMode.Backoffice from 17.3.0 to 17.3.3.
Release notes
Sourced from Umbraco.Cms.DevelopmentMode.Backoffice's releases.
17.3.3
What's Changed
🐛 Bug Fixes
Full Changelog: umbraco/Umbraco-CMS@release-17.3.2...release-17.3.3
17.3.2
What's Changed
🐛 Bug Fixes
OptimizeInvariantUrlRecordstimeout on SQL Server (closes #22377) umbraco/Umbraco-CMS#22382umb-property-editor-ui-picker-modalby @bjarnef in Property Editor Dialog: Set height to 100% forumb-property-editor-ui-picker-modalumbraco/Umbraco-CMS#22354Full Changelog: umbraco/Umbraco-CMS@release-17.3.1...release-17.3.2
17.3.1
What's Changed
🐛 Bug Fixes
AddWebComponents()idempotent (closes #22344) by @AndyButland in Builder Extensions: MakeAddWebComponents()idempotent (closes #22344) umbraco/Umbraco-CMS#22347PhysicalFileProvider(closes #14877) by @AndyButland in Install: Ensure media directory exists before creatingPhysicalFileProvider(closes #14877, #22355) umbraco/Umbraco-CMS#22281Full Changelog: umbraco/Umbraco-CMS@release-17.3.0...release-17.3.1
Commits viewable in compare view.
Updated uSync from 17.0.4 to 17.3.0.
Release notes
Sourced from uSync's releases.
17.3.0
This is a major point release update for uSync for Umbraco v17. it contains quite a few updates, fixes and performance improvements.
Highlights
Client auth updates.
There are a couple of small changes in v17.3 that we wanted to support. We have for example moved the client authentication to the newer
umbHttpClient.getConfig()methods to match the newer extension templates - moving to 17.3 also allows us to move our version of@hey-api/openapi-tsindependently of Umbraco which means we can update for some critical vulnerabilities.Changing HMAC Key support
We have added support for changing HMAC image keys, The umbraco recommendation is that these keys match across your site installations, but if you are moving between clients, or projects or for some other reason you might not have these values match and incline images inside RTE blocks for example will have the wrong HMAC value assigned to them - off by default uSync can go in an update these HMAC values so you can sync stuff across non-matching installations.
Performance.
We asked AI . "Analyse this code base for any performance improvements, ignore the minor improvements in things like string allocation and concentrate on any potential reduction in database calls or file IO that could be improved upon" #924.
This gave us some nice pointers. Most of these updates are around file IO, and file parsing, it didn't reduce and DB calls within the code.
For example there is now some parallelism in how we read in files (https://github.com/KevinJump/uSync/blob/v17/main/uSync.BackOffice/Services/SyncFileService.cs#L493-L520) which does give some measurable improvements in the read time of large folder structures.
Updates
uSync.Migrations changes
These changes help the new uSync.Migrations integrate into the usync processes better.
Fixes
Dependency Updates
... (truncated)
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions