Skip to content

Commit dd9bbae

Browse files
chore(main): release testcontainers 4.14.1
1 parent 49c9af8 commit dd9bbae

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.14.0"
2+
".": "4.14.1"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [4.14.1](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.14.0...testcontainers-v4.14.1) (2026-01-19)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow passing in a custom wait strategy string in MySQL, Cassandra, Kafka and Trino ([#953](https://github.com/testcontainers/testcontainers-python/issues/953)) ([be4d09e](https://github.com/testcontainers/testcontainers-python/commit/be4d09ecb3f65089d06fbd1ab9d4f12e9009ed8b))
9+
* **compose:** expose useful compose options ([#951](https://github.com/testcontainers/testcontainers-python/issues/951)) ([183e1aa](https://github.com/testcontainers/testcontainers-python/commit/183e1aa1bcd684d36d3f5b52b28965c851f5436f))
10+
* **core:** Use WaitStrategy internally for wait_for function ([#942](https://github.com/testcontainers/testcontainers-python/issues/942)) ([e323317](https://github.com/testcontainers/testcontainers-python/commit/e323317838552a9f8046b2a8e24a03c07ff8890e))
11+
* **nats:** add support for jetstream ([#938](https://github.com/testcontainers/testcontainers-python/issues/938)) ([49c9af8](https://github.com/testcontainers/testcontainers-python/commit/49c9af8cf542feb5df9ec389d554edd7645a4dc4))
12+
313
## [4.14.0](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.13.3...testcontainers-v4.14.0) (2026-01-07)
414

515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "testcontainers"
3-
version = "4.14.0" # auto-incremented by release-please
3+
version = "4.14.1" # auto-incremented by release-please
44
description = "Python library for throwaway instances of anything that can run in a Docker container"
55
authors = ["Sergey Pirogov <automationremarks@gmail.com>"]
66
maintainers = [

0 commit comments

Comments
 (0)