Skip to content

Releases: yusuf-cirak/YC.EntityFrameworkCore.TigerData.TimescaleDB

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 10:14
61fea13

1.1.0 (2026-07-02)

Features

  • add sparse indexes, creation-time policies, and by_range dimensions (#11) (ed91495)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 15 Jun 20:20
907e6c7

1.0.1 (2026-06-15)

Miscellaneous Chores

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 12:17
c8565c3

1.0.0 (2026-06-14)

⚠ BREAKING CHANGES

  • api: [Hypertable], [HypertablePartition], [ColumnstorePolicy], [ReorderPolicy] and [RetentionPolicy] are removed. Use [PartitionColumn], [Columnstore(CompressAfter, ...)], [Retention(after, Every)], [SegmentBy]/[OrderBy(Sort, Nulls)]. Fluent string interval overloads are gone; use TimeSpan or (int, Every), and the long overloads for integer-time hypertables.

Features

  • migrations: add schema features and data-op toggles, harden coverage (319f688)
  • TimescaleDB provider extension for EF Core 10 (f62216d)

Code Refactoring

  • api: magic-string-free, dependency-safe attribute surface (640ab92)