Brar Piening · @brar
211 followers · 1129 posts · Server floss.social

Today Roji released 8.0.0-preview.1.
At the moment there are not many visible features added but Nikita, Nino and also Shay have have been hacking away with native AOT and reducing Npgsql's binary size, so if you're using AOT and care about binary size, it's prbably worth to have some initial look at it and give feedback.

#PostgreSQL #dotNET #Npgsql

Last updated 1 year ago

Guillaume Lacasa · @glacasa
443 followers · 4002 posts · Server mamot.fr

Use Postgresql as a Pub/Sub server in a .NET app

github.com/glacasa/PostgresPub

I thought I would need to do some hacky stuff to make this work, but it just works out of the box thanks to Npgsql

#dotnet #Npgsql #postgresql

Last updated 1 year ago

Brar Piening · @brar
175 followers · 918 posts · Server floss.social

Today Roji released 7.0.1 and 6.0.8.
Both are minor bugfix released that shouldn't introduce any breaking changes and only fix a few bugs.
There's nothing in there, that I'd consider a big deal but if you're using Npgsql to connect your application to and are hit by one of the bugs we've fixed, you might disagree and may want to upgrade your NuGet references.
See here for the fixed issues:
• github.com/Npgsql/Npgsql/issue
• github.com/Npgsql/Npgsql/issue

#PostgreSQL #dotNET #Npgsql

Last updated 2 years ago

Brar Piening · @brar
162 followers · 811 posts · Server floss.social

@davidfowl It's still the middle of the night over here but I'll probably start with backporting github.com/npgsql/npgsql/pull/ and afterwards I'll start working on github.com/npgsql/npgsql/issue which requires quite a bit of internal refactoring and cleanup of

#Npgsql

Last updated 2 years ago

Brar Piening · @brar
147 followers · 701 posts · Server floss.social

Hey @oskardudycz,
thanks for doing the hard work of digging into parts of Npgsql that we haven't documented yet. I've responded in your PR.
You'll have to replace the call to Npgsql.Replication.Internal.LogicalReplicationConnectionExtensions.CreateLogicalReplicationSlot() at github.com/oskardudycz/Postgre with a call to Npgsql.Replication.PgOutputConnectionExtensions.CreatePgOutputReplicationSlot() and then everything should work without patching .

#Npgsql

Last updated 2 years ago

Brar Piening · @brar
134 followers · 642 posts · Server floss.social

Hi folks,
yesterday, Roji released 7.0 the .NET data provider for that targets .NET 7.0 and the corresponding provider.
Please check out the release notes at npgsql.org/doc/release-notes/7 and npgsql.org/efcore/release-note for new features and breaking changes.
There's a lot of cool new stuff to try out!

#EFCore #NpgsqlEFCorePG #PostgreSQL #Npgsql #dotNET

Last updated 2 years ago

Brar Piening · @brar
134 followers · 642 posts · Server floss.social

@danielwhite 👋
Maybe a bit less than others since I've been working with the prerelreases for months already because I'm working on stuff that is supposed to be released alongside with it.

#Npgsql

Last updated 2 years ago