Skip to content

Releases: FirebirdSQL/firebird-testcontainers-java

firebird-testcontainers-java 1.5.1

30 Jan 09:43
v1.5.1
1c36a6d
Compare
Choose a tag to compare

What's changed

  • Added support for firebirdsql/firebird.
    This was originally the fdcastel image.
    The name is defined in FirebirdContainer.PROJECT_IMAGE (String) and FirebirdContainer.PROJECT_IMAGE_NAME (DockerImageName).
    In 1.5.x, these images are not accessible as a jdbc:tc:firebird[sql]:... URL, only through FirebirdContainer; this will change with version 1.6.0.
    All existing configuration options are mapped in a backwards compatible way.
  • Defined JACOB_ALBERTY_IMAGE and JACOB_ALBERY_IMAGE_NAME constants in FirebirdContainer.
  • Support for the fdcastel image is considered deprecated, but there are currently no plans to remove it.
    Switch to the project image (firebirdsql/firebird).
  • In the 1.6.0 release, the 5.0.1 version of the project image (firebirdsql/firebird) will become the default image.
    Make sure you explicitly use this image name (and a version tag) if you want to stick to the Jacob Alberty image with the next release.
  • Updated various test-dependencies

firebird-testcontainers-java 1.5.0

16 Dec 12:52
v1.5.0
cd00576
Compare
Choose a tag to compare

What's changed

  • Updated org.testcontainers:jdbc to 1.20.4
  • Updated various test-dependencies
  • Updated Maven build plugins
  • Added support for ghcr.io/fdcastel/firebird images.
    The name is defined in FirebirdContainer.FDCASTEL_IMAGE (String) and FirebirdContainer.FDCASTEL_IMAGE_NAME (DockerImageName).
    These images are not accessible as a jdbc:tc:firebird[sql]:... URL, only through FirebirdContainer.
    All existing configuration options are mapped in a backwards compatible way.

firebird-testcontainers-java 1.4.0

02 Jan 12:25
v1.4.0
Compare
Choose a tag to compare

What's changed

Dependency updates

  • Updated org.testcontainers:jdbc to 1.19.3
  • Updated various test-dependencies
  • Updated Maven build plugins
  • Add javadoc on (main) classes similar to testcontainers-java

firebird-testcontainers-java 1.3.0

06 Jan 14:50
v1.3.0
Compare
Choose a tag to compare

What's changed

Dependency updates

  • Updated org.testcontainers:jdbc to 1.17.6
  • Updated various test-dependencies
  • Updated default image version to Firebird 4.0.2.
    Make sure you specify versions explicitly if you need to stay on Firebird 3.0.

firebird-testcontainers-java 1.2.0

18 Dec 15:10
v1.2.0
Compare
Choose a tag to compare

What's changed

Dependency updates

  • Update org.testcontainers:jdbc to 1.16.2
  • Update junit:junit to 4.13.2
  • Updated default image version to Firebird 3.0.8.
    The next release will update the default image version to Firebird 4.0, so make sure you specify versions explicitly if you need to stay on Firebird 3.0.

firebird-testcontainers-java 1.1.0

17 Jan 17:50
v1.1.0
Compare
Choose a tag to compare

What's changed

Features & Enhancements

  • Deprecated no-arg constructor of FirebirdContainer (see also testcontainers/testcontainers-java#2839)
    It is recommended to switch to using an explicit image name and version
  • Added constructor FirebirdContainer(DockerImageName).
    Use with DockerImageName.parse(FirebirdContainer.IMAGE).withTag("3.0.7") to get an explicit version.

Dependency updates

  • Update org.testcontainers:jdbc to 1.15.1
  • Updated default image version to Firebird 3.0.7.

firebird-testcontainers-java 1.0.4

02 Aug 18:42
v1.0.4
Compare
Choose a tag to compare

What's changed

Features & Enhancements

Housekeeping

Dependency updates

  • Update org.testcontainers:jdbc to 1.14.3

  • Updated default image version to Firebird 3.0.5.

    Because of intermittent connection problems in Firebird 3.0.6 (CORE-6346, CORE-6347, CORE-6348), 3.0.6 is not used as the default. Firebird 3.0.7 will fix this issue.

firebird-testcontainers-java 1.0.3

25 Jan 15:26
v1.0.3
Compare
Choose a tag to compare

What's changed

Dependency updates

  • Update org.testcontainers:jdbc to 1.12.5

firebird-testcontainers-java 1.0.2

10 Aug 11:46
v1.0.2
Compare
Choose a tag to compare

What's changed

Dependency updates

  • Update org.testcontainers:jdbc to 1.12.0

firebird-testcontainers-java 1.0.1

20 Jul 12:02
v1.0.1
Compare
Choose a tag to compare

What's changed

Dependency updates

  • Update org.testcontainers:jdbc to 1.11.4