Releases: Hochfrequenz/ahbicht
Releases · Hochfrequenz/ahbicht
v0.5.11
What's Changed
Feature
- Add filter method to remove paths of Absender and Empfänger by @hf-aschloegl in #276
Convenience
- Raise specific
RequirementEvaluationFailedBecauseOfUnknownNodesErrorby @hf-kklein in #321
Chores (CI/CD)
- 📍Pin Dependencies of CI by @hf-kklein in #283
Tons of Dependencies
None of them should have any effect on the behaviour of ahbicht
- Bump pytz from 2022.7 to 2022.7.1 by @dependabot in #277
- 🖤 black-23.1.0; Fix datafile v3.0 breaking changes; Ignore recent pylint
invalid-namewarnings by @hf-kklein in #282 - Bump pytz from 2022.7.1 to 2023.2 by @dependabot in #281
- Bump pytz from 2023.2 to 2023.3 by @dependabot in #284
- Bump pylint from 2.17.1 to 2.17.2 by @dependabot in #286
- Bump types-pytz from 2023.2.0.1 to 2023.3.0.0 by @dependabot in #285
- Bump coverage from 7.2.2 to 7.2.3 by @dependabot in #288
- Bump pytest from 7.2.2 to 7.3.0 by @dependabot in #289
- Bump mypy from 1.1.1 to 1.2.0 by @dependabot in #287
- Bump pytest from 7.3.0 to 7.3.1 by @dependabot in #290
- Bump attrs from 22.2.0 to 23.1.0 by @dependabot in #291
- Bump sphinx from 6.1.3 to 6.2.0 by @dependabot in #293
- Bump pylint from 2.17.2 to 2.17.3 by @dependabot in #292
- Bump sphinx from 6.2.0 to 6.2.1 by @dependabot in #294
- Bump coverage from 7.2.3 to 7.2.5 by @dependabot in #296
- Bump mypy from 1.2.0 to 1.3.0 by @dependabot in #298
- Bump pylint from 2.17.3 to 2.17.4 by @dependabot in #297
- Bump cpina/github-action-push-to-another-repository from 1.5.1 to 1.7.2 by @dependabot in #299
- Bump requests from 2.28.2 to 2.31.0 in /dev_requirements by @dependabot in #300
- Bump sphinx-rtd-theme from 1.2.0 to 1.2.1 by @dependabot in #301
- Bump coverage from 7.2.5 to 7.2.6 by @dependabot in #302
- Bump coverage from 7.2.6 to 7.2.7 by @dependabot in #303
- Bump sphinx-rtd-theme from 1.2.1 to 1.2.2 by @dependabot in #305
- Bump cryptography from 40.0.2 to 41.0.0 in /dev_requirements by @dependabot in #304
- Bump inject from 4.3.1 to 5.0.0 by @dependabot in #307
- Bump pytest from 7.3.1 to 7.3.2 by @dependabot in #306
- Bump pytest-mock from 3.10.0 to 3.11.1 by @dependabot in #308
- Bump mypy from 1.3.0 to 1.4.0 by @dependabot in #309
- Bump pytest from 7.3.2 to 7.4.0 by @dependabot in #310
- Bump mypy from 1.4.0 to 1.4.1 by @dependabot in #311
- Bump pytest-asyncio from 0.21.0 to 0.21.1 by @dependabot in #312
- Bump cryptography from 41.0.0 to 41.0.2 in /dev_requirements by @dependabot in #313
- Bump lark from 1.1.5 to 1.1.6 by @dependabot in #314
- Bump pygments from 2.14.0 to 2.15.0 in /dev_requirements by @dependabot in #315
- Bump lark from 1.1.6 to 1.1.7 by @dependabot in #317
- Bump marshmallow from 3.19.0 to 3.20.1 by @dependabot in #316
- Bump certifi from 2022.12.7 to 2023.7.22 in /dev_requirements by @dependabot in #318
- Bump pylint from 2.17.4 to 2.17.5 by @dependabot in #319
- Bump cryptography from 41.0.2 to 41.0.3 in /dev_requirements by @dependabot in #320
Full Changelog: v0.5.10...v0.5.11
v0.6.0b
What's Changed
- Add filter method to remove paths of Absender and Empfänger by @hf-aschloegl in #276
Full Changelog: v0.6.0a...v0.6.0b
v0.6.0a
Full Changelog: v0.5.10...v0.6.0a
v0.5.10
What's Changed
- Add expressions to Syntax Errors by @hf-aschloegl in #273
- Bump maus from 0.1.24 to 0.2.9 by @dependabot in #272
Full Changelog: v0.5.9...v0.5.10
v0.5.9
What's Changed
- Bump marshmallow from 3.18.0 to 3.19.0 by @dependabot in #257
- 🖊Fix broken link by @hf-kklein in #258
- Bump lark from 1.1.4 to 1.1.5 by @dependabot in #260
- Bump pytz from 2022.6 to 2022.7 by @dependabot in #263
- Bump attrs from 22.1.0 to 22.2.0 by @dependabot in #264
- Make
EvaluatableDatageneric (🚚rename itsedifact_seedtobody) by @hf-kklein in #270 - ✨Implement
__add__onCategorizedKeyExtractby @hf-kklein in #245 - Add class
ListOfValidationResultInContext(lovric) with methods by @hf-aschloegl in #271
Full Changelog: v0.5.8...v0.5.9
v0.5.8
What's Changed
Functional Changes
- 🔉Reduce log levels of caching; 🔊 Add log warnings for parsing errors by @hf-kklein in #255
Internal Improvements
- Fix recent mypy warning (
[type-var], no type ignores with error code on module level,typevar-name-incorrect-variance) by @hf-kklein in #254
Dependencies
- Bump maus from 0.1.23 to 0.1.24 by @dependabot in #253
Full Changelog: v0.5.7...v0.5.8
v0.5.7
What's Changed
Python 3.11 Support
- ⬆🐍 Add Python 3.11 to CI Actions (officially support 3.11); Move from
(str, enum.Enum)toenum.StrEnuminheritance by @hf-kklein in #247
Upgraded Dependencies
- Bump maus from 0.1.21 to 0.1.22 by @dependabot in #243
- Bump maus from 0.1.22 to 0.1.23 by @dependabot in #244
- Bump pytz from 2022.5 to 2022.6 by @dependabot in #246
- Bump lark from 1.1.3 to 1.1.4 by @dependabot in #248
Internal Tooling
- 🤖Update Github Actions using Dependabot by @hf-kklein in #237
- Bump github/codeql-action from 1 to 2 by @dependabot in #238
- Bump actions/setup-python from 2 to 4 by @dependabot in #239
- Bump cpina/github-action-push-to-another-repository from 1.4.1 to 1.5.1 by @dependabot in #240
- Bump actions/checkout from 2 to 3 by @dependabot in #241
- Bump actions/setup-node from 1 to 3 by @dependabot in #242
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- 🥅 Catch
InvalidExpressionErrors in Validation by @hf-kklein in #236
Full Changelog: v0.5.5...v0.5.6
v0.5.5
What's Changed
- Allow passing not only
strbut also parsedTreeto validity check by @hf-kklein in #235
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- Bump pytz from 2022.4 to 2022.5 by @dependabot in #230
- Bump maus from 0.1.20 to 0.1.21 by @dependabot in #222
- 🐛 Don't include neutral RCs in autogenerated ContentEvaluationResults by @hf-kklein in #231
- ✨Add possibility to check if expressions are not only well-formed but also valid; Introduce
InvalidExpressionErrorby @hf-kklein in #233 - Simplify Test and Injection Setup for ContentEvaluationResultBased Logic Providers by @hf-kklein in #234
Full Changelog: v0.5.3...v0.5.4