Skip to content

Commit cee5454

Browse files
committed
Add note regarding updated PubSubContainer.
1 parent ef9f66c commit cee5454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ testcontainers-python facilitates the use of Docker containers for functional an
1616

1717
- Container arguments, such as user name, database name, and ports have been unified across containers in `testcontainers/testcontainers-python#296 <https://github.com/testcontainers/testcontainers-python/pull/296>`__. You may have to update your code if you modify the default values. The unified arguments are :code:`username`, :code:`password`, :code:`dbname`, and :code:`port`. If a container exposes more than one port, the port name is :code:`[specific_name]_port`.
1818
- Class-level configuration variables have been removed in `testcontainers/testcontainers-python#296 <https://github.com/testcontainers/testcontainers-python/pull/296>`__, and configuration variables should be specified using environment variables (as before) or specified in the constructor.
19+
- The Google Cloud Pub/Sub client library was updated to v2 in `testcontainers/testcontainers-python#333 <https://github.com/testcontainers/testcontainers-python/pull/333>`__. This may result in breaking changes for users of the :class:`testcontainers.google.PubSubContainer`.
1920

2021
The collection of packages currently supports the following features.
2122

0 commit comments

Comments
 (0)