Skip to content

Commit 8aad6cb

Browse files
chore(main): release testcontainers 4.16.0-rc.1
1 parent 2c1145c commit 8aad6cb

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.15.0-rc.1"
2+
".": "4.16.0-rc.1"
33
}

CHANGELOG.md

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

3+
## [4.16.0-rc.1](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.15.0-rc.1...testcontainers-v4.16.0-rc.1) (2026-04-10)
4+
5+
6+
### Features
7+
8+
* **valkey:** add Valkey module ([#947](https://github.com/testcontainers/testcontainers-python/issues/947)) ([fc09dc1](https://github.com/testcontainers/testcontainers-python/commit/fc09dc17bccd45d57d92f12c0de26b99ab1ccecf))
9+
10+
11+
### Bug Fixes
12+
13+
* **azurite:** use `HttpWaitStrategy` instead of deprecated `wait_container_is_ready` ([#1003](https://github.com/testcontainers/testcontainers-python/issues/1003)) ([9fe6b07](https://github.com/testcontainers/testcontainers-python/commit/9fe6b074852e5d6f1df2942bda52ee0557e5cb32)), closes [#874](https://github.com/testcontainers/testcontainers-python/issues/874)
14+
315
## [4.15.0-rc.1](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.14.2...testcontainers-v4.15.0-rc.1) (2026-04-07)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "testcontainers"
3-
version = "4.15.0-rc.1" # auto-incremented by release-please
3+
version = "4.16.0-rc.1" # auto-incremented by release-please
44
description = "Python library for throwaway instances of anything that can run in a Docker container"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)