Skip to content

Releases: cmdscale/CmdScale.EntityFrameworkCore.TimescaleDB

CmdScale.EntityFrameworkCore.TimescaleDB v10.0.2

25 Feb 10:43

Choose a tag to compare

Changelog for Version 10.0.2

Release Date: 2026-02-25

Changes since v10.0.1:

✨ New Features

  • It is possible to query time buckets using EF.Functions.TimeBucket now

Dev Build v10.0.2

25 Feb 10:22

Choose a tag to compare

Dev Build v10.0.2 Pre-release
Pre-release

Automated dev-snapshot

Commit: 7f289d5

⚠️ These are the latest development builds and may contain bugs or unfinished features.

Changelog for Development Version

This page shows unreleased changes in the development version.

Changes since v10.0.2:

✨ New Features

  • It is possible to query time buckets using EF.Functions.TimeBucket now

CmdScale.EntityFrameworkCore.TimescaleDB v10.0.1

05 Feb 18:19
a809b81

Choose a tag to compare

Changelog for Version 10.0.1

Release Date: 2026-02-05

Changes since v10.0.0:

✨ New Features

  • added support for continuous aggregate policies
  • added support for compression settings

🔧 Miscellaneous

  • Add comprehensive test coverage for continuous aggregate policies
    Add unit tests for previously untested components: builder validation, model extractor, annotation applier, and convention error handling. These tests cover input validation, default value handling, schema resolution, annotation application, and fluent API method chaining.

Release v10.0.0

15 Dec 16:15

Choose a tag to compare

CmdScale.EntityFrameworkCore.TimescaleDB Release v10.0.0

Changelog for Version 10.0.0

Release Date: 2025-12-15

Changes since v0.3.3:

✨ New Features

  • integrate Codecov for test coverage monitoring

🐛 Fixes

  • Fix scripts and warnings caused in Eftdb.Design

🔧 Miscellaneous

  • Update publish/release actions-workflows
    • Switch to trusted publishing on tag push
    • Add pre-releases
    • Push to GitHub releases
    • Automate package version injection via git-tags
      This makes the version-info in .csproj files irrelevant
      Removes the need for github-actions to push automated commits
  • implements test to cover uncovered branches in the ContinuousAggregateModelExtractor.
  • updated codecov.yml to ignore files which do not need tests