Skip to content

Releases: Daylily-Informatics/daylily-tapdb

daylily-tapdb 9.0.10

Choose a tag to compare

@iamh2o iamh2o released this 23 Jun 13:00
12351b8

Summary

  • Catch main up to the advanced TapDB 9.0.x line through 9.0.9.
  • Add TapDB GUI S.SF, Viridis, and Viridis Dark theme skins while preserving CBF.
  • Add theme asset regression coverage and restore green CI formatting/test contracts.

Validation

  • GitHub PR #86 checks passed: Ruff, Bandit, Tests.
  • Local: source ./activate && python -m pytest tests/ -q -> 758 passed, 14 skipped.
  • Browser asset harness verified theme selector options and global/service theme persistence.

9.0.0

Choose a tag to compare

@iamh2o iamh2o released this 12 Jun 18:55
739bee1

Breaking release for TapDB governance validation.

Highlights:

  • Adds governed validation doctrine and generic_template.validator_ref.
  • Seeds validators, terminology, relationship constraints, position schemes, and explicit repair evidence records as governed TapDB objects.
  • Adds assessment, revalidation, editor-data, repair recommendation, and repair creation CLI/API contracts.
  • Updates canonical TapDB GUI object/template surfaces and LSMC v0 graph contract helpers.
  • Raises exact full-suite coverage to 90.01341481591892%.

Validation:

  • PR #85 checks passed: Ruff, Bandit, Tests.
  • Local full coverage: 747 passed, 14 skipped, exact coverage 90.01341481591892%.

7.0.6

Choose a tag to compare

@iamh2o iamh2o released this 26 May 16:05

Harden production-like TapDB admin settings.

7.0.5

Choose a tag to compare

@iamh2o iamh2o released this 20 May 19:22

Full Changelog: 7.0.4...7.0.5

7.0.4

Choose a tag to compare

@iamh2o iamh2o released this 17 May 15:44
435a673

Patch release: require explicit echo_sql wiring for TapDB CLI connection construction.

daylily-tapdb 7.0.3

Choose a tag to compare

@iamh2o iamh2o released this 17 May 10:12
c435832

Removes stale TapDB activation banner guidance for legacy dev/test/prod env selectors. Operator-facing commands now point to explicit --config targets.

daylily-tapdb 7.0.1

Choose a tag to compare

@iamh2o iamh2o released this 17 May 05:11
3de2ccc

Patch release for TapDB 7 explicit-target cutover. Moves PyYAML into core dependencies so the tapdb console script works after a normal pip install.

7.0.0

Choose a tag to compare

@iamh2o iamh2o released this 17 May 05:03
e5c4353

Summary

  • Removed TapDB's operator-facing dev/prd env selector.
  • Runtime and lifecycle commands now require an explicit config target.
  • Added config v4 target/safety model and explicit-target negative tests.

Verification

  • PR #79 CI: Ruff, Bandit, Tests passed.
  • Local: ruff check daylily_tapdb/ admin/ tests/
  • Local: ruff format --check daylily_tapdb/ admin/ tests/
  • Local: pytest -q -> 628 passed, 17 skipped.
  • Build: python -m build -> daylily_tapdb-7.0.0 artifacts.

6.0.13

Choose a tag to compare

@iamh2o iamh2o released this 16 May 15:48

Pass configured schema_name into TapDB CLI runtime sessions used for template seeding and dev admin bootstrap.

6.0.12

Choose a tag to compare

@iamh2o iamh2o released this 16 May 14:54
feec23b

Release 6.0.12.

  • Add repeatable --schema-name ENV=SCHEMA support to db-config init for explicit PostgreSQL schema namespaces.
  • Required by shared local TapDB database bootstraps.