Releases: testcontainers/testcontainers-go
Releases · testcontainers/testcontainers-go
v0.7.0
What's Changed
- Fix typo and URL in docs (#205) @mdelapenya
- Small tweaks to docs (#204) @rnorth
- chore: do not raise panic in compose, use exec error instead so the client code can handle it (#189) @mdelapenya
🚀 Features
- Add pass-through for entrypoint to ContainerRequest (#209) @aklinkert
- feat: implement skip utility function for testing (#181) @gianarb
BC Break
🐛 Bug Fixes
📖 Documentation
- Grammar and spelling fixes (#211) @flimzy
- move contents from readme to docs (#201) @gianarb
- Bootstrap documentation with mkdocs (#191) @gianarb
- docs: add example for wait http (#184) @gianarb
🧹 Housekeeping
- wait strategy where not properly set (#215) @gianarb
- use nginx when possible when writing test (#213) @gianarb
- Grammar and spelling fixes (#211) @flimzy
- feat: implement skip utility function for testing (#181) @gianarb
📦 Dependency updates
- Bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (#206) @dependabot-preview
- Bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (#202) @dependabot-preview
- Bump github.com/go-redis/redis from 6.15.7+incompatible to 6.15.8+incompatible (#199) @dependabot-preview
- Bump pyyaml from 3.13 to 5.1 (#195) @dependabot
- Bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 (#194) @dependabot-preview
- Bump github.com/gin-gonic/gin from 1.6.2 to 1.6.3 (#190) @dependabot-preview
- Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (#187) @dependabot-preview
v0.6.0
What's Changed
🚀 Features
- (#25) Create very basic implementation of Local Docker Compose (#97) @mdelapenya
v0.5.0
v0.4.0
What's Changed
🚀 Features
- Force testcontainers to always pull images when creating container (#175) @ikolomiyets
📦 Dependency updates
- chore(vendor): update docker engine and uuid (#177) @gianarb
- Bump github.com/gin-gonic/gin from 1.6.1 to 1.6.2 (#170) @dependabot-preview
- Bump github.com/gin-gonic/gin from 1.6.0 to 1.6.1 (#168) @dependabot-preview
- Bump github.com/gin-gonic/gin from 1.5.0 to 1.6.0 (#167) @dependabot-preview
v0.3.1
🐛 Bug Fixes
- Fix infinite loop caused by "image not found" (#162) @erdemtoraman
- Bump travis-ci Go to 1.14.x (#161) @gianarb
- Fix reaper connect failure by waiting for listening port (#154) @itaischwartz
v0.3.0
v0.2.0
v0.1.1
v0.1.0
What's Changed
- Add ability to configure tmpfs for a container (#131) @rieske
- #138 Add NetworkMode host (#140) @Bablzz
- feat: allow viewing of logs from stopped container (#120) @ClaytonNorthey92
- (#124) Fix Go fmt (#125) @mdelapenya
📦 Dependency updates
- Bump github.com/go-redis/redis from 6.15.6+incompatible to 6.15.7+incompatible (#141) @dependabot-preview
- Bump github.com/pkg/errors from 0.9.0 to 0.9.1 (#134) @dependabot-preview
- Bump github.com/pkg/errors from 0.8.1 to 0.9.0 (#132) @dependabot-preview
- Bump github.com/go-sql-driver/mysql from 1.4.1 to 1.5.0 (#130) @dependabot-preview
v0.0.10
What's Changed
- Support volume mounts (#116) @uportalis
- Update README.md (#123) @elyzion
- allow alternative reaper docker registry (#119) @makasprzak
- Add more info about failing test on Travis (#115) @mdelapenya