Skip to content

CmdScale.EntityFrameworkCore.TimescaleDB v10.0.3

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Apr 17:43
· 3 commits to main since this release

Changelog for Version 10.0.3

Release Date: 2026-04-03

Changes since v10.0.2:

✨ New Features

  • Add support for retention policies
    Note that scaffolding the context couldn't be tested because of an issue in efcore itself (see README). This will be tested as soon as a fix is available.

🐛 Fixes

  • Fix indentations for generated SQL statements
  • Fix sql generation for idempotent scripts
    Replaces SELECT statements with PERFORM statements where it is required.
  • Handle default value for retry period on reorder policies correctly
  • escape strings for hypertables correctly

🔧 Miscellaneous

  • Add tests for idempotent mode
  • Add test runner for CI
  • Add docs for retention policies
  • Add tests for retention policies