Sourced from coverage's changelog.
Version 7.6.9 — 2024-12-06
- Fix:
Tomas Uribe fixed <pull 1901_>
_ a performance problem in the XML report. Large code bases should produce XML reports much faster now... _pull 1901: nedbat/coveragepy#1901
.. _changes_7-6-8:
daac76d
docs: sample HTML for 7.6.9f7d7e42
docs: prep for 7.6.98fe3b2b
docs: thanks, Tomas Uribe for #1901346cfc0
fix: use set instead of list for arcs_executed, fixes poor performance
(#1901)484678e
fix: COVERAGE_ONE_CORE should mean ctrace if possible37451ed
chore: make upgrade doc_upgradebd23445
chore: bump the action-dependencies group with 2 updates (#1899)01cf50c
test: add a test to satisfy a condition in results.py74d3c50
chore: make upgradef3b269c
build: only comment once on an issue mentioned twiceSourced from testcontainers[postgres]'s releases.
testcontainers: v4.9.0
4.9.0 (2024-11-26)
Features
- compose: support for setting profiles (#738) (3e00e71)
- core: Support working with env files (#737) (932ee30)
Bug Fixes
- allow running all tests (#721) (f958cf9)
- core: Avoid hanging upon bad docker host connection (#742) (4ced198)
- core: running testcontainer inside container (#714) (85a6666)
- generic: Also catch URLError waiting for ServerContainer (#743) (24e354f)
- update wait_for_logs to not throw on 'created', and an optimization (#719) (271ca9a)
- Vault health check (#734) (79434d6)
Documentation
Sourced from testcontainers[postgres]'s changelog.
4.9.0 (2024-11-26)
Features
- compose: support for setting profiles (#738) (3e00e71)
- core: Support working with env files (#737) (932ee30)
Bug Fixes
- allow running all tests (#721) (f958cf9)
- core: Avoid hanging upon bad docker host connection (#742) (4ced198)
- core: running testcontainer inside container (#714) (85a6666)
- generic: Also catch URLError waiting for ServerContainer (#743) (24e354f)
- update wait_for_logs to not throw on 'created', and an optimization (#719) (271ca9a)
- Vault health check (#734) (79434d6)
Documentation
3436cbf
chore(main): release testcontainers 4.9.0 (#722)3e00e71
feat(compose): support for setting profiles (#738)24e354f
fix(generic): Also catch URLError waiting for ServerContainer (#743)4ced198
fix(core): Avoid hanging upon bad docker host connection (#742)932ee30
feat(core): Support working with env files (#737)f1d8d35
chore: fix broken link in contributing.md (#732)79434d6
fix: Vault health check (#734)0303d47
docs: Documentation fix for ServerContainer (#671)82a2e7b
chore(core): remove test-dind and image makefile entries (#725)271ca9a
fix: update wait_for_logs to not throw on 'created', and an optimization
(#719)