Skip to content

Releases: JasperFx/weasel

1.0.6

03 Nov 07:59
Compare
Choose a tag to compare

Weasel.Postgresql, Weasel.SqlServer, Weasel.Core

Bug Fixes

  • Fixed threading issues that could cause deadlocks #47

CI

  • Fixed flaky tests in the CI builds

See milestone for details: https://github.com/JasperFx/weasel/milestone/3?closed=1.

1.0.5

28 Oct 13:59
364aa3f
Compare
Choose a tag to compare

Weasel.Postgresql

Bug Fixes

  • Fix bug pertaining to full text index parsing and canonicalization #46

1.0.4

24 Oct 17:08
Compare
Choose a tag to compare

Weasel.Postgresql

Bug Fixes

  • Schema Management: Detects primary key constraint name change when migrating #40 #39
  • Schema Management: Fixed Primary Key index name migration from older Marten versions #41
  • Schema Management: Rename Primary Key constraint name when PK is also a foreign key #42 #43