Releases: Hochfrequenz/xml-fundamend-python
Releases · Hochfrequenz/xml-fundamend-python
v0.30.0
What's Changed
- refactor(test): add shared fixture
session_fv2410_fv2504_with_diff_viewby @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
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
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_viewby @hf-kklein in #214
Full Changelog: v0.28.1...v0.28.2
v0.28.1
What's Changed
- perf: add foreign key (Anwendungshandbuch) to
ahb_expressionstable by @hf-kklein in #213
Full Changelog: v0.28.0...v0.28.1
v0.28.0
What's Changed
- feat(DB): make
id_pathcolumn 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
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], notfundamend[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
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
kommunikationsrichtungeninstead of stringly typedkommunikation_vonin AHB views by @hf-kklein in #203
Full Changelog: v0.26.2...v0.27.0
v0.26.2
ℹ️ 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
What's Changed
- chore: don't use ahbicht >=v1 yet by @hf-kklein in #198
Full Changelog: v0.26.0...v0.26.1
v0.26.0
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_ahbtabellenby @hf-kklein in #195 - chore: add generated columns to materialized AHB view to improve performance of
v_ahbtabellenby @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