v0.13.0
版本发布时间: 2022-04-07 23:18:52
testcontainers/testcontainers-go最新发布版本:v0.26.0(2023-10-26 23:24:41)
What's Changed
- Send optional platform spec when creating container (#395) @hairyhenderson
- Fix some lint errors (#400) @hairyhenderson
🚀 Features
- expose CopyToContainer so file can be created only in memory (#417) @oktalz
- add ability to stop container (#416) @oktalz
- Remove custom built docker image on container termination (#405) @gaborszakacs
- Remove intermediate containers when building from Dockerfile (#403) @gaborszakacs
- Expose HostConfig Resources via ContainerRequest (#402) @nhatthm
- Logger per container instance (#393) @baez90
- added interface for logger (#385) @dhuckins
- Replace ContainerRequest.BindMounts and ContainerRequest.VolumeMounts with ContainerRequest.Mounts as dedicated type (#386) @baez90
- feat: additionally remove volumes by default on compose down (#381) @peter-evans
- Add wait.ExecStrategy to wait on cmd exec in a container (#368) @alexey-medvedchikov
⚠️ Breaking Changes
- Replace ContainerRequest.BindMounts and ContainerRequest.VolumeMounts with ContainerRequest.Mounts as dedicated type (#386) @baez90
🐛 Bug Fixes
- Add support for Docker Compose V2 (#377) @artamonovkirill
- #391: remember service map from all docker compose files (#392) @ankan-pfc
- Bugfix: log-consumer go-routine should recover from closed-connection (#369) @Chrisss93
📖 Documentation
- add import statements to quick start (#408) @kevinawoo
- docs/gotests: fixed broken link for garbage collector (#409) @kevinawoo
- docs: fix ryuk link (#388) @dlsrb6342
🧹 Housekeeping
- chore(ci): run tests for more recent Go versions (#401) @mdelapenya
- chore: preparation to rename to main (#422) @mdelapenya
- fix: use 1.18 format to install dependencies (#421) @mdelapenya
- Upgrade dependencies to latest versions (#387) @baez90
📦 Dependency updates
- fix: use 1.18 format to install dependencies (#421) @mdelapenya