Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.0 #18

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

Release 6.0 #18

wants to merge 16 commits into from

Conversation

droyad
Copy link
Member

@droyad droyad commented Jul 26, 2024

@nvierge-addactis
Copy link

Hello,
Do you know when you'll be releasing version 6.0.0 ?
The current stable version (5.0.40) uses an older version of the Npgsql package:
image
This is becoming a problem for certain analysis tools that issue critical alerts.
What's left to do but update a few dependencies (ex. dbup-cote to dbup-core and Npgsql to 8.0.5)?

@ABAG603
Copy link

ABAG603 commented Nov 15, 2024

Hi @droyad . When do you plan to merge this PR and release v6? Apparently, current dbup-postgresql is using some very old transitive dependencies and with .NET 9 switching to all we now get warnings below during the build:
error NU1903: Warning As Error: Package 'System.Private.Uri' 4.3.0 has a known high severity vulnerability, GHSA-5f2m-466j-3848
error NU1902: Warning As Error: Package 'System.Private.Uri' 4.3.0 has a known moderate severity vulnerability, GHSA-x5qj-9vmx-7g6g
error NU1903: Warning As Error: Package 'System.Private.Uri' 4.3.0 has a known high severity vulnerability, GHSA-xhfc-gr8f-ffwc

droyad and others added 6 commits December 10, 2024 16:28
# Conflicts:
#	src/Tests/ApprovalFiles/NoPublicApiChanges.Run.Net.verified.cs
* fix: #680 PostgreSQL statements split implemented



Co-authored-by: shokurov <[email protected]>

* Updated approval file

---------

Co-authored-by: shokurov <[email protected]>
Co-authored-by: Robert Wagner <[email protected]>
* Target net8 so we can use the latest version of Npgsql

* Used new APIs
@droyad
Copy link
Member Author

droyad commented Dec 16, 2024

6.0.0-beta.28 has been published with the new libraries and a few other changes. I intend this to be what goes RTM, so please try it out and let us know if it work for you.

@nvierge-addactis
Copy link

Hello,
You are referencing a version of dbup-core that has not yet been published on nuget.org so it's not possible to test at the moment.
<PackageReference Include="dbup-core" Version="6.0.4" />

@droyad
Copy link
Member Author

droyad commented Dec 17, 2024

@nvierge-addactis 🤦 , the package should be published shortly

@nvierge-addactis
Copy link

I have found an issue. Here is a PR: #27.

* fix(#26): avoid NullReferenceException when creating database

* Updated approval file

---------

Co-authored-by: Robert Wagner <[email protected]>
@nvierge-addactis
Copy link

I have found another issue in the parser. Here is a PR: #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants