Skip to content

Releases: CaffeinatedCoder/EFCore.ComplexIndexes

v2.0.0

14 Feb 07:48

Choose a tag to compare

  • Added a new EFCore.ComplexIndexes.PostgreSQL package with PostgreSQL-specific complex index extensions (GIN, GiST, BRIN, SP-GiST, hash, operator classes, covering columns, concurrent creation, and nulls distinct handling).
  • Introduced PostgreSQL design-time services and model differ validation to ensure only supported Npgsql annotations are used during migrations.
  • Enhanced complex index handling to carry provider-specific annotations through migrations.
  • Added solution-wide NuGet package metadata and build settings via Directory.Build.props.
  • Updated tests to cover new provider-annotation serialization and index descriptor signature changes.
  • Documented PostgreSQL support and package details in the README.

v1.0.2

12 Feb 16:07

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

v1.0.1

12 Feb 10:38

Choose a tag to compare