Skip to content

chore(deps): bump github.com/johannesboyne/gofakes3 from 0.0.0-20260208201424-4c385a1f6a73 to 1.2.0 - #57

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/johannesboyne/gofakes3-1.2.0
Open

chore(deps): bump github.com/johannesboyne/gofakes3 from 0.0.0-20260208201424-4c385a1f6a73 to 1.2.0#57
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/johannesboyne/gofakes3-1.2.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps github.com/johannesboyne/gofakes3 from 0.0.0-20260208201424-4c385a1f6a73 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-20260208201424-4c385a1f6a73 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 Pull requests that update Go code labels Jul 10, 2026
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 Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants