Skip to content

Releases: JasperFx/weasel

1.3.0

06 Dec 12:55
Compare
Choose a tag to compare

Weasel.Postgres

Enhancements

  • Add index definition parse logic to handle nulls sort order #52
  • Add implementation to support COLLATE on index creation #54

Bug Fixes

  • Index parsing fails with an exception when USING clause is not there in the index definition #53
  • Fix index definition parse logic to handle tablespace #51

Miscellaneous

  • Add unit test for support FASTUPDATE on gin indexes #25

Milestone v1.3.0: https://github.com/JasperFx/weasel/milestone/8?closed=1
Full Changelog: v1.2.0...v1.3.0

1.2.0

19 Nov 10:54
Compare
Choose a tag to compare

Weasel.Postgresql

Enhancements

  • Update index definition to handle INCLUDE clause #50

https://github.com/JasperFx/weasel/milestone/6?closed=1

1.1.1

19 Nov 04:29
Compare
Choose a tag to compare

Weasel.Postgresql

Bug Fixes

  • Handle PrimaryKeyName longer than Postgres's default NAMEDATALEN limit #49

https://github.com/JasperFx/weasel/milestone/5?closed=1

1.1.0

12 Nov 10:43
7292895
Compare
Choose a tag to compare

Weasel.Postgresql, Weasel.SqlServer, Weasel.Core

Enhancements

  • Added support for .NET 6 #48
  • Restricted Npgsql version to [5.0.10,6.0) to explicitly disable v6 usage to not cause unexpected issues #48

CI

  • Changed .NET SDK Build version from 5 to 6

Weasel.Postgresql

Enhancements

  • Add support for custom index methods and arbitrary index storage parameters #37

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

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