Skip to content

Releases: Hochfrequenz/xml-fundamend-python

v0.30.0

08 Dec 20:22
3a01377

Choose a tag to compare

What's Changed

  • refactor(test): add shared fixture session_fv2410_fv2504_with_diff_view by @hf-kklein in #218
  • build(deps-dev): bump black from 25.11.0 to 25.12.0 by @dependabot[bot] in #220
  • build(deps-dev): bump pytest from 9.0.1 to 9.0.2 by @dependabot[bot] in #219
  • feat(v_ahb_diff): indicate which columns were actually modified by @hf-kklein in #221

Full Changelog: v0.29.0...v0.30.0

v0.29.0

05 Dec 07:33
aee8afe

Choose a tag to compare

What's Changed

  • feat: rework v_ahb_diff (breaking for all users of this view) by @hf-kklein in #215

Full Changelog: v0.28.2...v0.29.0

v0.28.2

04 Dec 20:11
6bf9886

Choose a tag to compare

What's Changed

  • perf(ci): restrict checks before PyPI push to tests (no coverage) by @hf-kklein in #217
  • perf: use bulk insert to ahb_expressions; remove debug logs by @hf-kklein in #216
  • perf: speed up bulk inserts in create_db_and_populate_with_ahb_view by @hf-kklein in #214

Full Changelog: v0.28.1...v0.28.2

v0.28.1

04 Dec 08:51
ec1196f

Choose a tag to compare

What's Changed

  • perf: add foreign key (Anwendungshandbuch) to ahb_expressions table by @hf-kklein in #213

Full Changelog: v0.28.0...v0.28.1

v0.28.0

02 Dec 20:58
d2b183f

Choose a tag to compare

What's Changed

  • feat(DB): make id_path column truely unique per (formatversion, prüfi) by @hf-kklein in #212
  • feat(db): add view to diff 2 Anwendungsfälle by @hf-kklein in #211

Full Changelog: v0.27.1...v0.28.0

v0.27.1

01 Dec 10:53
5e6fb0c

Choose a tag to compare

What's Changed

  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #204
  • build(deps-dev): bump pylint from 4.0.2 to 4.0.3 by @dependabot[bot] in #205
  • build(deps-dev): bump coverage from 7.11.3 to 7.12.0 by @dependabot[bot] in #206
  • build(deps-dev): bump pytest from 9.0.0 to 9.0.1 by @dependabot[bot] in #207
  • build(deps-dev): bump mypy from 1.18.2 to 1.19.0 by @dependabot[bot] in #209
  • fix(docs): the extras are called fundamend[sqlmodels], not fundamend[sqlmodel] by @hf-kklein in #210
  • build(deps-dev): bump pylint from 4.0.3 to 4.0.4 by @dependabot[bot] in #208

Full Changelog: v0.27.0...v0.27.1

v0.27.0

12 Nov 13:57
7ce62e7

Choose a tag to compare

What's Changed

  • build(deps-dev): bump black from 25.9.0 to 25.11.0 by @dependabot[bot] in #201
  • build(deps-dev): bump pytest from 8.4.2 to 9.0.0 by @dependabot[bot] in #202
  • build(deps-dev): bump coverage from 7.11.0 to 7.11.3 by @dependabot[bot] in #200
  • feat: use strongly typed kommunikationsrichtungen instead of stringly typed kommunikation_von in AHB views by @hf-kklein in #203

Full Changelog: v0.26.2...v0.27.0

v0.26.2

06 Nov 16:32
e89e2c2

Choose a tag to compare

ℹ️ Projects with a dependency on ahbicht <v1 need to either upgrade ahbicht to at least v1.0.0 or pin fundamend to <=0.26.1

What's Changed

  • build(deps-dev): update optional fundamend[ahbicht] requirement from ahbicht<1,>=0.16.0 to ahbicht>=1,<2 by @dependabot[bot] in #199

Full Changelog: v0.26.1...v0.26.2

v0.26.1

06 Nov 11:43
93edce0

Choose a tag to compare

What's Changed

Full Changelog: v0.26.0...v0.26.1

v0.26.0

05 Nov 16:20
e73811a

Choose a tag to compare

This release comes with a few SQLite optimizations for the global search feature of AHB-Tabellen (which is available in the Stage preview version already). Basically it adds yet more indexes and simplifies a view.

What's Changed

  • build(deps): bump pylint from 4.0.0 to 4.0.1 by @dependabot[bot] in #191
  • build(deps): bump coverage from 7.10.7 to 7.11.0 by @dependabot[bot] in #192
  • build(deps): bump pylint from 4.0.1 to 4.0.2 by @dependabot[bot] in #194
  • chore: add more indexes to materialized AHB view to improve search performance on v_ahbtabellen by @hf-kklein in #195
  • chore: add generated columns to materialized AHB view to improve performance of v_ahbtabellen by @hf-kklein in #196
  • chore: add indexes on lower case values of columns used in AHB-Tabellen search by @hf-kklein in #197

Full Changelog: v0.25.0...v0.26.0