Skip to content

Release v10.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Dec 16:15
· 2 commits to main since this release

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