V7.3.0
What's Changed
- Updated to .NET 8 by @oskardudycz in #108
- Added Postgres Full Text Index together from Marten by @oskardudycz in #110
- Added support for Npgsql data source by @oskardudycz in #112
- Updated DefaultNpgsqlDataSourceFactory to maintain the lifetime of data sources by @oskardudycz in #113
- Batch builder for Postgres by @jeremydmiller in #115
- Making CompoundWhereFragment auto-flatten to facilitate Marten LINQ l… by @jeremydmiller in #119
- Fixed PostgresqlProviderTests table_columns_should_match_raw_types where one test-case wasn't executed by @gfoidl in #121
- Working on DataSource usage (WIP) by @jeremydmiller in #122
- Being really paranoid about closing everything by @jeremydmiller in #123
- fix: When comparing indexes, drop the "public." prefix from index by @carlokok in #120
- Implement fix for marten issue #3068 by @bittercoder in #124
- Add a typed value overload for AppendParameter by @Hawxy in #116
- Bump Microsoft.Data.SqlClient from 5.1.2 to 5.1.3 in /src/Weasel.SqlServer by @dependabot in #117
New Contributors
- @carlokok made their first contribution in #120
- @bittercoder made their first contribution in #124
- @dependabot made their first contribution in #117
Full Changelog: 6.4.1...V7.3.0