Thank you very much to all contributors once again. This version contains really great features and important fixes. Awesome increment 🙏.
What's Changed
⚠️ Breaking Changes
If you have overwritten the default logger previously (setting TestcontainersSettings.Logger), please be aware that each builder now offers a dedicated API to configure the actual logger. This has several advantages; among others, it integrates very nicely into xUnit.net's scoped loggers.
feat: Add WithLogger(ILogger) builder API (#1100) @0xced
🚀 Features
feat: Use built-in PEM certificate import on .NET 6 and onwards (#1139) @0xced
feat: Add WithLogger(ILogger) builder API (#1100) @0xced
feat: Add support for the target frameworks net6.0 and net8.0 (#1133) @HofmeisterAn
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps Testcontainers.PostgreSql from 3.7.0 to 3.8.0.
Release notes
Sourced from Testcontainers.PostgreSql's releases.
Commits
14f9ad9
chore: Remove Sonar findings9b83bde
docs: Enable Reuse docsab2a8f5
chore: Add static ctor to ConsoleLogger9156593
chore: Ensure that stderr is empty after executing scripts (#1116)36758c8
fix: Remove minor Sonar findings6e6ccb5
feat: Use built-in PEM certificate import on .NET 6 and onwards (#1139)1cfc850
feat: AddWithLogger(ILogger)
builder API (#1100)d7b4f14
fix: Remove Sonar findings, enhance reuse docs894319e
feat: Add support for the target frameworks net6.0 and net8.0 (#1133)8aed123
feat: Add Milvus module (#1131)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show