Open
Conversation
Bumps Npgsql from 4.1.2 to 4.1.13 Bumps SharpZipLib from 1.2.0 to 1.3.3 --- updated-dependencies: - dependency-name: Npgsql dependency-version: 4.1.13 dependency-type: direct:production dependency-group: nuget - dependency-name: SharpZipLib dependency-version: 1.3.3 dependency-type: direct:production dependency-group: nuget ... 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 Npgsql from 4.1.2 to 4.1.13.
Release notes
Sourced from Npgsql's releases.
4.1.13
This version contains a high-severity security patch for CVE-2024-32655 everyone is advised to upgrade.
Thanks to @paul-gerste-sonarsource for reporting the vulnerability.
4.1.12
Fixes backported:
This release also brings VS2022 support to the Npgsql VSIX (which is otherwise discontinued).
4.1.9
This patch releases contains the following bug fixes:
4.1.8
The list of changes is available here.
4.1.7
This patch version contains several bug fixes, everyone is encouraged to upgrade.
The list of changes is available here.
4.1.6
This patch version contains several bug fixes, everyone is encouraged to upgrade.
The list of changes is available here.
4.1.5
This patch release contains an important update as an addition to bug fixes. Starting this version it's possible to use the NodaTime plugin without losing ability to have BCL date and time types in parameters or in query results. Many thanks @davidroth who made this!
Everyone is encouraged to update.
The full list of changes is available here.
4.1.4
This patch version has been a long time coming, and includes many important bug fixes.
Note that starting with v4.1.4, the Detail property on PostgresException will be redacted by default, since PostgreSQL uses it to send potentially sensitive information (see #2501) . The information can be included as before by specifying
Include Error Detailon the connection stringThe list of changes is available here.
4.1.3.1
4.1.3
Npgsql 4.1.3 includes some important bugfixes, everyone is encouraged to upgrade.
The list of changes is available here.
Commits viewable in compare view.
Updated SharpZipLib from 1.2.0 to 1.3.3.
Release notes
Sourced from SharpZipLib's releases.
1.3.3
Another minor release, containing security fixes and smaller bugfixes.
Fixes:
bzip2use explicit feature defs for vectorized memory move by Jackson Woodtarcreate translated files in temp by nils måsénSmaller changes:
Other changes (not related to library code):
zipfix ZipStrings typo by Friedrich von Never1.3.2
Another minor release, containing security fixes and smaller bugfixes.
Additionally, this version will have an additional target framework, .NET Standard 2.1, which will see some speed improvements when
used in newer versions of .NET (Core), mainly in Bzip2.
Features
Smaller fixes and optimizations
Other changes (not related to library code)
1.3.1
Minor release, mainly to address the incorrect file version of v1.3.0, but also contains some security fixes and performance improvements.
Highlights
FileVersionandAssemblyVersionZipFileandZip*StreamsFeatures
Fixes
Other changes (not related to library code)
1.3.0
Highlights
Changes
TarArchive.ExtractContents()now needs another parameter set totrueto allow the extraction to traverse outside of the target directory.TarArchiveconstructors now includes anEncodingparameter. Omitting it will discard any non-ASCII bytes in file names.Fixes
Features
Other changes (not related to library code)
... (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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.