- refactor(Makefile): remove targets kit_check kit_upload test_upload - feat(tox-req.ini): add wreck support - fix(requirements-dev): add nudge pin for package virtualenv to mitigate CVE-2024-53899 - feat(register_config): separate extract and get registry into an optional two step process - test(test_registry_config): unlink file used by multiple processes suppress OSError - chore(setup.cfg): remove file - ci(quality): target doc use py310 - feat: add yaml registry database. Breaking changes to api (4) - fix(logging_yaml_abc): apply to fcn after_as_str_update_package_name (3) - ci(test-coverage): to codecov action fix API breaking change - docs: fix doctest in register_config
.. _changes_1-4-2:
1.4.2
--------------------------
- fix: package name to valid dotted path before package resource extraction (3) - chore(pre-commit): add mypy check
.. _changes_1-4-1:
1.4.1
--------------------------
- fix(logging_api): extract from non-installed package raise ImportError (2) - fix(logging_api): in fcn worker_yaml_curated remove ImportError check - ci: bump gha action versions - ci: add templates for PR feature request and bug report
.. _changes_1-4-0:
1.4.0
--------------------------
- fix: yaml logger package_name placeholder replace with target package name - ci(testsuite): fix lack hyphen between pypi and version - chore: configure interrogate in pyproject.toml and pre-commit config - docs: fill in missing in-code documentation
.. _changes_1-3-6:
1.3.6
--------------------------
- chore: bump cffi to 1.17.1 add py313 and musllinux aarch64 support (1) - test: fix windows and macos specific errors - ci(tox-test.ini): give tox-gh-actions a try - ci(tox.ini): use testenv basepython to set each env python version - ci(tox-test.ini): add seperate tests tox config file - fix(logging_yaml_validate): MapValidator --> MapPattern - feat(util_root): add detect elevated privledge on Windows - fix: remove unmaintained dependency get-pypi-latest-version - fix(util_root): no os.getuid on windows - ci(testsuite): turn on test platforms windows and macos
.. _changes_1-3-5:
1.3.5
--------------------------
- docs: fix links and doctest issues - test(util_root): on Windows, getpwnam become module level variable allow patch - fix(logging_yaml_validate): fix import to strictyaml.validators.MapValidator - fix(util_root): no pwd module on Windows. shutil.chown also not Windows