Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Releases: Hochfrequenz/mig_ahb_utility_stack

v0.6.1

Choose a tag to compare

@hf-kklein hf-kklein released this 18 Sep 07:21
b466507

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@hf-kklein hf-kklein released this 31 Jul 19:35
b9226b9

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

Choose a tag to compare

@DeltaDaniel DeltaDaniel released this 31 Jul 12:34
59e8597

What's Changed

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

v0.5.3

Choose a tag to compare

@DeltaDaniel DeltaDaniel released this 15 Jul 13:46
cfe20ca

What's Changed

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

v0.5.2

Choose a tag to compare

@DeltaDaniel DeltaDaniel released this 10 Jul 14:09
7b91f58

What's Changed

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

v0.5.1

Choose a tag to compare

@hf-kklein hf-kklein released this 19 Jun 10:40
b8ef0cf

What's Changed

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

v0.5.0

Choose a tag to compare

@hf-kklein hf-kklein released this 16 May 11:29
9b784f4

What's Changed

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

v0.4.2

Choose a tag to compare

@hf-kklein hf-kklein released this 30 Jan 08:53
e01bb43

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

Choose a tag to compare

@hf-kklein hf-kklein released this 21 Jan 08:30
cfe3d46

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

Choose a tag to compare

@hf-kklein hf-kklein released this 03 Oct 22:09
8ebd132

What's Changed

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