Skip to content

Bump github.com/johannesboyne/gofakes3 from 0.0.0-20250106100439-5c39aecd6999 to 1.2.0 in /sdks#39276

Merged
derrickaw merged 1 commit into
masterfrom
dependabot/go_modules/sdks/github.com/johannesboyne/gofakes3-1.2.0
Jul 10, 2026
Merged

Bump github.com/johannesboyne/gofakes3 from 0.0.0-20250106100439-5c39aecd6999 to 1.2.0 in /sdks#39276
derrickaw merged 1 commit into
masterfrom
dependabot/go_modules/sdks/github.com/johannesboyne/gofakes3-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/johannesboyne/gofakes3 from 0.0.0-20250106100439-5c39aecd6999 to 1.2.0.

Release notes

Sourced from github.com/johannesboyne/gofakes3's releases.

v1.2.0

Adds paginated bucket listing to the s3bolt backend.

Features

  • s3bolt: ListBucket now honours page.Marker and page.MaxKeys instead of returning ErrInternalPageNotImplemented, so listing a bolt-backed bucket can be paginated (#114) — thanks @​Aliexe-code

Bug fixes

  • s3bolt: fix infinite pagination when listing with a delimiter — NextMarker now advances past the whole common-prefix group instead of pointing at the prefix itself, so delimited listings terminate and each common prefix is returned exactly once (closes #66)

Delimited and flat multi-page listings are covered by new regression tests.

v1.1.0

Maintenance release: correctness fixes, S3 compatibility improvements, and dependency updates.

Note on tag naming: starting with this release, tags use the Go-required v prefix (see #116). A matching v1.0.0 tag was also added so go get github.com/johannesboyne/gofakes3@v1.0.0 resolves correctly.

Bug fixes

  • Fix CopyObject panic when X-Amz-Copy-Source is fully URL-encoded (#119) — thanks @​rjpr
  • Fix chunked-upload reader byte accounting and clean EOF on the terminating chunk (#120) — thanks @​kailin4u
  • Return 206 Partial Content for ranged GET requests (#121) — thanks @​famulu
  • Include IsTruncated=false in multipart list results, fixing nil-deref panics in AWS SDK consumers (#123, closes #122) — thanks @​ryan0x44
  • Return 206 for ranged HEAD requests (follow-up to #121)

Features

  • Honour response-* query parameter header overrides on GetObject (#113) — thanks @​zhangzqs

Dependencies

  • Bump aws-sdk-go-v2/service/s3 to 1.97.3 and aws/protocol/eventstream to 1.7.8 (#117, #118)

Docs

1.0.0

What's Changed

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> 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 [github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3) from 0.0.0-20250106100439-5c39aecd6999 to 1.2.0.
- [Release notes](https://github.com/johannesboyne/gofakes3/releases)
- [Commits](https://github.com/johannesboyne/gofakes3/commits/v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/johannesboyne/gofakes3
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go labels Jul 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Assigning reviewers:

R: @lostluck for label go.

Note: If you would like to opt out of this review, comment assign to next reviewer.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@derrickaw derrickaw merged commit 3e7885d into master Jul 10, 2026
13 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/sdks/github.com/johannesboyne/gofakes3-1.2.0 branch July 10, 2026 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Next Action: Reviewers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant