All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- n/a
1.4.3 - 2024-11-14
- opentelemetry dependencies are now optional and can be requested by
installing
pubtools[tracing]
.
1.4.2 - 2024-09-30
- Added workaround for rhel8 RPM build.
1.4.1 - 2024-07-19
- Fixed source code structure.
1.4.0 - 2023-12-06
- Introduced OTEL tracing wrapper.
1.3.0 - 2022-05-10
- pubtools now includes a hook for tuning malloc at task start using the glibc malloc environment variables.
1.2.1 - 2021-08-18
- Fixed compatibility with
setuptools
older than 11.3.
1.2.0 - 2021-08-16
- Added
get_cert_key_paths
hook to assist with the management of SSL certificates.
1.1.0 - 2021-08-06
- Introduced
pubtools.hooks
entry point group to support hook-only libraries.
1.0.0 - 2021-07-19
- Set version to 1.0.0 to indicate that SemVer is now in effect.
0.3.0 - 2021-06-30
- Introduced hooks/event system in
pubtools.pluggy
. See documentation for more info.
- Initial release from release-engineering organization