Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [Unreleased]

## [3.8.8] - 2026-06-29
### Changed
- **Dependencies**
- `modernc.org/sqlite` 1.52.0 → 1.53.0 (#151)
- `github.com/testcontainers/testcontainers-go` 0.42.0 → 0.43.0 (#149)
- `github.com/testcontainers/testcontainers-go/modules/postgres` 0.42.0 → 0.43.0 (#150)
- `github.com/testcontainers/testcontainers-go/modules/mysql` 0.42.0 → 0.43.0 (#148)
- `github.com/testcontainers/testcontainers-go/modules/gcloud` 0.42.0 → 0.43.0 (#152)

### Fixed
- **CI**
- Grant the Dependency Update workflow `contents: write` so it can push the
`update-dependencies` branch (was failing with a 403 push permission error) (#153).
- Raise the scheduled Fuzzing job `timeout-minutes` to 45 so the three 10-minute
fuzz functions finish before the job times out (#153).

## [3.8.7] - 2026-06-18
### Changed
- **Dependencies**
Expand Down
Loading