Releases: JasperFx/weasel
Releases · JasperFx/weasel
V7.2.1
What's Changed
- Upgrade to .NET 9. Bumps to 7.12 by @jeremydmiller in #150
- Permit database implementations to override the base's connection source by @Hawxy in #151
Full Changelog: V7.11.7...V7.2.1
V7.11.7
What's Changed
- Do not use the database to build creation script if there are no init… by @jeremydmiller in #149
Full Changelog: V7.11.6...V7.11.7
7.11.6
What's Changed
- Tweak to index canonicalization to better handle multi-column indexes… by @jeremydmiller in #148
Full Changelog: V7.11.5...V7.11.6
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