dsuryd / dotNetify

Simple, lightweight, yet powerful way to build real-time web apps.
https://dotnetify.net
Other
1.17k stars 164 forks source link

Update NpgSql to lib 7.0.2 in DotNetifyLib.Postgres #321

Closed AdamPzpn closed 1 year ago

AdamPzpn commented 1 year ago

Npgsql 6.0.1 is not working well with PostgreSql 15 and logical replication. Update to version 7.0.2 fixed problem with connection for me.

One of changes in library: https://github.com/npgsql/npgsql/issues/4214 https://github.com/npgsql/npgsql/issues/4216

and more https://github.com/npgsql/npgsql/milestone/85?closed=1

dsuryd commented 1 year ago

The new version with NpgSql v7.0.2 has been published.