Releases: Hochfrequenz/mig_ahb_utility_stack
v0.6.1
What's Changed
- Bump pytest from 8.2.2 to 8.3.2 by @dependabot in #432
- Bump mypy from 1.10.1 to 1.11.1 by @dependabot in #435
- Bump pylint from 3.2.5 to 3.2.6 by @dependabot in #430
- Bump requests from 2.31.0 to 2.32.2 in /dev_requirements by @dependabot in #429
- Bump zipp from 3.18.2 to 3.19.1 in /dev_requirements by @dependabot in #428
- Bump efoli from 0.0.3 to 1.1.0 by @dependabot in #438
- Bump coverage from 7.6.0 to 7.6.1 by @dependabot in #436
- Bump black from 24.4.2 to 24.8.0 by @dependabot in #437
- Bump lark from 1.1.9 to 1.2.2 by @dependabot in #443
- Bump lxml from 5.2.2 to 5.3.0 by @dependabot in #440
- Bump pyinstaller from 6.9.0 to 6.10.0 by @dependabot in #442
- Move optional dependencies from
dev_requirements
topyproject.toml
by @FreddyFox892 in #449
New Contributors
- @FreddyFox892 made their first contribution in #449
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
⚠ This might break stuff.
We moved the enums EdifactFormat
and EdifactFormatVersion
to the new efoli
package in #434
This is because more and more of our libraries and applications relied on these two enums but - other than that - had no other "real" dependency on maus
. To not strongly couple to maus and all its dependencies, we moved the enums and utility functions related to them to a separate package: efoli
Change your import paths as follows:
Import Paths for maus < v0.6.0
# Enums
from maus.edifact import EdifactFormat, EdifactFormatVersion
# related utility functions
from maus.edifact import get_edifact_format_version, get_current_edifact_format_version, get_format_of_pruefidentifikator
Import Paths for maus >= v0.6.0
# Enums
from efoli import EdifactFormat, EdifactFormatVersion # Enums
# related utility functions
from efoli import get_edifact_format_version, get_current_edifact_format_version, get_format_of_pruefidentifikator
efoli
is now also a dependency of maus
itself for any version >=0.6.0.
Full Changelog: v0.5.4...v0.6.0
v0.5.4
What's Changed
- Add note about a breaking change in kohlrahbi 1.1.3 by @hf-kklein in #419
- Bump pytest-asyncio from 0.23.6 to 0.23.8 by @dependabot in #425
- Bump certifi from 2024.2.2 to 2024.7.4 in /dev_requirements by @dependabot in #418
- Bump sphinx from 7.3.7 to 7.4.7 by @dependabot in #424
- Bump pyinstaller from 6.8.0 to 6.9.0 by @dependabot in #423
- Bump twine from 5.1.0 to 5.1.1 by @dependabot in #422
- Bump coverage from 7.5.3 to 7.6.0 by @dependabot in #426
- changed pattern for data_element by @DeltaDaniel in #433
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- Bump mypy from 1.10.0 to 1.10.1 by @dependabot in #417
- Bump more-itertools from 10.2.0 to 10.3.0 by @dependabot in #414
- Bump pylint from 3.2.2 to 3.2.5 by @dependabot in #416
- added UTILMD fields in enum by @DeltaDaniel in #420
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Add condition field to AHBLine by @DeltaDaniel in #410
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Bump lxml from 5.1.0 to 5.2.2 by @dependabot in #401
- Bump twine from 5.0.0 to 5.1.0 by @dependabot in #402
- Bump pylint from 3.2.0 to 3.2.2 by @dependabot in #399
- Bump coverage from 7.5.1 to 7.5.3 by @dependabot in #406
- Bump marshmallow from 3.21.2 to 3.21.3 by @dependabot in #408
- Bump pytest from 8.2.0 to 8.2.2 by @dependabot in #409
- Bump pyinstaller from 6.6.0 to 6.8.0 by @dependabot in #407
- fix keydate for FV2504 by @hf-kklein in #412
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Bump pytest-asyncio from 0.23.4 to 0.23.5 by @dependabot in #379
- Bump black from 24.1.1 to 24.2.0 by @dependabot in #377
- Bump pyinstaller from 6.3.0 to 6.4.0 by @dependabot in #378
- Bump release-drafter/release-drafter from 5 to 6 by @dependabot in #375
- Bump twine from 4.0.2 to 5.0.0 by @dependabot in #376
- 🩹Upgrade
requirements-packaging.txt
- resolveInvalidDistribution
issue by @lord-haffi in #389 - Bump apple-actions/import-codesign-certs from 2 to 3 by @dependabot in #395
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #387
- Bump marshmallow from 3.20.2 to 3.21.2 by @dependabot in #393
- Bump pylint from 3.0.3 to 3.1.1 by @dependabot in #394
- Bump pytest from 7.4.4 to 8.2.0 by @dependabot in #390
- Bump mypy from 1.5.1 to 1.10.0 by @dependabot in #396
- Add Segment ID to AHBLine and Segment by @hf-kklein in #397
- ⬆ Bump all dev_requirements by @hf-kklein in #398
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
Fixes
- fix:
EdifactFormatVersion.FV2404
starts on 2024-04-03 MESZ by @hf-kklein in #374
Internal Dependencies
- Bump jinja2 from 3.1.2 to 3.1.3 in /dev_requirements by @dependabot in #358
- Bump coverage from 7.3.2 to 7.4.0 by @dependabot in #355
- Bump urllib3 from 1.26.17 to 1.26.18 in /dev_requirements by @dependabot in #360
- Bump lxml from 4.9.3 to 5.1.0 by @dependabot in #359
- Bump pytest-asyncio from 0.21.1 to 0.23.3 by @dependabot in #357
- Bump marshmallow from 3.20.1 to 3.20.2 by @dependabot in #356
- Bump cryptography from 41.0.4 to 41.0.6 in /dev_requirements by @dependabot in #361
- Bump attrs from 23.1.0 to 23.2.0 by @dependabot in #365
- Bump more-itertools from 10.1.0 to 10.2.0 by @dependabot in #362
- Bump pytest from 7.4.2 to 7.4.4 by @dependabot in #364
- Bump jsonpath-ng from 1.6.0 to 1.6.1 by @dependabot in #363
- Bump isort from 5.12.0 to 5.13.2 by @dependabot in #369
- Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 by @dependabot in #367
- Bump lark from 1.1.8 to 1.1.9 by @dependabot in #368
- Bump pytest-asyncio from 0.23.3 to 0.23.4 by @dependabot in #373
- Bump coverage from 7.4.0 to 7.4.1 by @dependabot in #371
- Bump black from 23.12.1 to 24.1.1 by @dependabot in #370
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
Features
- Extend
EdifactFormatVersion
Enum with Values for 2024 + 2025 by @hf-kklein in #354
Chore / Dependencies
- Bump urllib3 from 1.26.15 to 1.26.17 in /dev_requirements by @dependabot in #333
- Bump pylint from 3.0.0 to 3.0.1 by @dependabot in #335
- Add workflow to auto-approve and -merge dependabot PRs by @lord-haffi in #342
- Bump actions/setup-python from 4 to 5 by @dependabot in #347
- Bump github/codeql-action from 2 to 3 by @dependabot in #351
- Bump black from 23.9.1 to 23.12.1 by @dependabot in #352
- Bump pylint from 3.0.1 to 3.0.3 by @dependabot in #348
- Bump pyinstaller from 6.0.0 to 6.3.0 by @dependabot in #349
- Bump lark from 1.1.7 to 1.1.8 by @dependabot in #339
New Contributors
- @lord-haffi made their first contribution in #342
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Bump black from 23.3.0 to 23.7.0 by @dependabot in #308
- Bump marshmallow from 3.19.0 to 3.20.1 by @dependabot in #310
- Bump more-itertools from 9.1.0 to 10.1.0 by @dependabot in #306
- Bump click from 8.1.3 to 8.1.6 by @dependabot in #307
- Bump lxml from 4.9.2 to 4.9.3 by @dependabot in #309
- Bump coverage from 7.2.7 to 7.3.0 by @dependabot in #311
- Bump mypy from 1.5.0 to 1.5.1 by @dependabot in #313
- Bump click from 8.1.6 to 8.1.7 by @dependabot in #312
- Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 by @dependabot in #314
- Bump pyinstaller from 5.13.0 to 5.13.1 by @dependabot in #315
- Bump sphinx from 6.2.1 to 7.2.4 by @dependabot in #316
- Bump actions/checkout from 3 to 4 by @dependabot in #318
- Bump pytest from 7.4.0 to 7.4.1 by @dependabot in #317
- Bump build from 0.10.0 to 1.0.0 by @dependabot in #319
- Bump pyinstaller from 5.13.1 to 5.13.2 by @dependabot in #320
- Bump sphinx from 7.2.4 to 7.2.5 by @dependabot in #321
- Bump black from 23.7.0 to 23.9.1 by @dependabot in #325
- Bump coverage from 7.3.0 to 7.3.1 by @dependabot in #323
- Bump build from 1.0.0 to 1.0.3 by @dependabot in #324
- Bump pytest from 7.4.1 to 7.4.2 by @dependabot in #322
- Bump sphinx from 7.2.5 to 7.2.6 by @dependabot in #327
- Bump jsonpath-ng from 1.5.3 to 1.6.0 by @dependabot in #326
- Bump pylint from 2.17.5 to 3.0.0 by @dependabot in #330
- Bump pyinstaller from 5.13.2 to 6.0.0 by @dependabot in #328
- Bump coverage from 7.3.1 to 7.3.2 by @dependabot in #331
- Bump cryptography from 41.0.3 to 41.0.4 in /dev_requirements by @dependabot in #334
- Upgrade to Python 3.12 by @hf-kklein in #332
Full Changelog: v0.3.43...v0.4.0