You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use with `DockerImageName.parse(FirebirdContainer.IMAGE).withTag("3.0.7")` to get an explicit version.
11
+
4
12
1.0.4
5
13
-----
6
14
7
15
- Update org.testcontainers:jdbc to 1.14.3
8
-
- Move static config in modules to constructor (see also https://github.com/testcontainers/testcontainers-java/pull/2473)
9
-
- Add ContainerState#getHost as a replacement for getContainerIpAddress (see also https://github.com/testcontainers/testcontainers-java/pull/2742)
10
-
- Added additional url params in JdbcDatabaseContainer (see also https://github.com/testcontainers/testcontainers-java/issues/1802)
16
+
- Move static config in modules to constructor (see also <https://github.com/testcontainers/testcontainers-java/pull/2473>)
17
+
- Add `ContainerState#getHost` as a replacement for `getContainerIpAddress` (see also <https://github.com/testcontainers/testcontainers-java/pull/2742>)
18
+
- Added additional url params in `JdbcDatabaseContainer` (see also <https://github.com/testcontainers/testcontainers-java/issues/1802>)
11
19
- For compatibility with Jaybird 4, when legacy client auth is enabled and `authPlugins` URL param has not been explicitly added, add URL param `authPlugins` with value `Srp256,Srp,Legacy_auth`
12
20
- Updated default image version to Firebird 3.0.5.
0 commit comments