Skip to content

fix(deps): update module github.com/johannesboyne/gofakes3 to v1#389

Merged
freggy merged 1 commit into
mainfrom
renovate/github.com-johannesboyne-gofakes3-1.x
Jul 12, 2026
Merged

fix(deps): update module github.com/johannesboyne/gofakes3 to v1#389
freggy merged 1 commit into
mainfrom
renovate/github.com-johannesboyne-gofakes3-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/johannesboyne/gofakes3 v0.0.0-20260208201424-4c385a1f6a73v1.2.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

johannesboyne/gofakes3 (github.com/johannesboyne/gofakes3)

v1.2.0

Compare Source

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

Compare Source

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from freggy as a code owner July 12, 2026 14:44
@freggy
freggy merged commit 84b76d1 into main Jul 12, 2026
7 checks passed
@freggy
freggy deleted the renovate/github.com-johannesboyne-gofakes3-1.x branch July 12, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant