Skip to content

Releases: JasperFx/weasel

V7.2.1

19 Nov 18:27
c5e4182
Compare
Choose a tag to compare

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

29 Oct 15:18
090db99
Compare
Choose a tag to compare

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

23 Oct 15:13
04f3ce1
Compare
Choose a tag to compare

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

17 Oct 13:39
e5b2fd4
Compare
Choose a tag to compare

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

18 Sep 05:23
Compare
Choose a tag to compare

All in support of the new Marten-managed per tenant id partitioning model

Full Changelog: V7.10.0...V7.11.0

V7.10.0

17 Sep 16:12
Compare
Choose a tag to compare

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

Full Changelog: V7.8.0...V7.10.0

V7.8.0

19 Aug 06:41
Compare
Choose a tag to compare

All advisory locks needed to be public 34ba979

Full Changelog: V7.7.0...V7.8.0

V7.7.0

19 Aug 06:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.6.0...V7.7.0

V7.6.0

19 Aug 06:38
Compare
Choose a tag to compare

Needed the Table.Partitioning to be publicly settable 7c663bf
Full Changelog: V7.5.0...V7.6.0

V7.5.0

24 Jul 15:21
8a66dec
Compare
Choose a tag to compare

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

Full Changelog: V7.4.0...V7.5.0