Releases: JasperFx/weasel
Releases · JasperFx/weasel
V7.11.5
Mostly addressing the migration of postgres tables using partitions where the table column order might have changed
What's Changed
- Remove usage of sp_MSdropconstraints and replace with logic to just delete FK constraints by @mysticmind in #142
- Add SQL Server provider functionality to handle reserved keywords as table and column names by @mysticmind in #144
- Fix modification of SQL Server column type by @mysticmind in #145
- Needed to initialize the partition tracking before adding new partiti… by @jeremydmiller in #146
- Spelling out individual columns in partition migrations by @jeremydmiller in #147
Full Changelog: V7.11.0...V7.11.5
V7.11.0
All in support of the new Marten-managed per tenant id partitioning model
Full Changelog: V7.10.0...V7.11.0
V7.10.0
What's Changed
- add postgis geometry as valid column type by @staffanhedstrom in #140
- Adding partitions triggers postgres table migrations correctly by @jeremydmiller in #141
- Quite a bit of work to enable Weasel-controlled list partitioned tables
New Contributors
- @staffanhedstrom made their first contribution in #140
Full Changelog: V7.8.0...V7.10.0
V7.8.0
All advisory locks needed to be public 34ba979
Full Changelog: V7.7.0...V7.8.0
V7.7.0
What's Changed
- Fix parsing of multicolumn fulltext indexes by @elexisvenator in #138
- Advisory locks by @jeremydmiller in #139
New Contributors
- @elexisvenator made their first contribution in #138
Full Changelog: V7.6.0...V7.7.0
V7.6.0
Needed the Table.Partitioning to be publicly settable 7c663bf
Full Changelog: V7.5.0...V7.6.0
V7.5.0
What's Changed
- Remove System.Data.Common package dependency by @baltie in #132
- Link to repository URL in NuGet package by @pascalberger in #133
- Bump Npgsql from 8.0.2 to 8.0.3 in /src/Weasel.Postgresql by @dependabot in #134
- Remove string.Split allocation from parameter append hot path. by @Hawxy in #135
- Add grouped parameter builder by @Hawxy in #136
- Adding Sharding support to PostgreSQL Table model by @jeremydmiller in #137
New Contributors
- @baltie made their first contribution in #132
- @pascalberger made their first contribution in #133
Full Changelog: V7.4.0...V7.5.0
V7.4.0
What's Changed
- Support NpgsqlMultiHostDataSource by @Hawxy in #126
- New convenience methods to make it easier to use migrations on loose … by @jeremydmiller in #130
- Consistent generic support by @CptWesley in #129
- Postgres pk column ordering by @jeremydmiller in #131
New Contributors
- @CptWesley made their first contribution in #129
Full Changelog: V7.3.0...V7.4.0
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
6.4.1
✏️ What's Changed
- Fixed regression around setting up Foreign Keys made in #103. Replaced cast to PostgresqlObjectName from DBObjectName with conversion. Overloaded also equality comparison to ensure that schema diffs will be backwards compatible by @oskardudycz in #109
Milestone: https://github.com/JasperFx/weasel/milestone/17?closed=1
Full Changelog: 6.4.0...6.4.1