Skip to content

Releases: Hochfrequenz/mig_ahb_utility_stack

v0.6.0

31 Jul 19:35
b9226b9
Compare
Choose a tag to compare

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

31 Jul 12:34
59e8597
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

15 Jul 13:46
cfe20ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

10 Jul 14:09
7b91f58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

19 Jun 10:40
b8ef0cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

16 May 11:29
9b784f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.5.0

v0.4.2

30 Jan 08:53
e01bb43
Compare
Choose a tag to compare

What's Changed

Fixes

  • fix: EdifactFormatVersion.FV2404 starts on 2024-04-03 MESZ by @hf-kklein in #374

Internal Dependencies

Full Changelog: v0.4.1...v0.4.2

v0.4.1

21 Jan 08:30
cfe3d46
Compare
Choose a tag to compare

What's Changed

Features

  • Extend EdifactFormatVersion Enum with Values for 2024 + 2025 by @hf-kklein in #354

Chore / Dependencies

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Oct 22:09
8ebd132
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.43...v0.4.0

v0.3.43

11 Aug 10:07
069cb4c
Compare
Choose a tag to compare

What's Changed

  • Bump certifi from 2022.12.7 to 2023.7.22 in /dev_requirements by @dependabot in #301
  • 🐛Fix copy paste (FV2310 != FV2304) by @hf-kklein in #305
  • Bump requests from 2.28.2 to 2.31.0 in /dev_requirements by @dependabot in #303

Full Changelog: v0.3.42...v0.3.43