Releases: cmdscale/CmdScale.EntityFrameworkCore.TimescaleDB
Releases · cmdscale/CmdScale.EntityFrameworkCore.TimescaleDB
Dev Build v10.0.1-8-gb3cb61e
Automated dev-snapshot
Commit: b3cb61e
⚠️ 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.1:
No changes yet.
CmdScale.EntityFrameworkCore.TimescaleDB v10.0.1
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
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