Skip to content

Tags: fsouza/fake-gcs-server

Tags

v1.52.2

Verified

This commit was signed with the committer’s verified signature.
Go 1.24 is out, drop Go 1.22

v1.52.1

Verified

This commit was signed with the committer’s verified signature.
backend: always set StorageClass

Closes #1871.

v1.52.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump google.golang.org/api in /examples/go (#1868)

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.214.0 to 0.215.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.214.0...v0.215.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.51.0

Verified

This commit was signed with the committer’s verified signature.
github/workflows: fix job name

v1.50.2

Verified

This commit was signed with the committer’s verified signature.
Revert "fakestorage: remove unused type"

This reverts commit 5e84fc8.

v1.50.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump google.golang.org/api from 0.199.0 to 0.200.0 (#1777)

Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.199.0 to 0.200.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.199.0...v0.200.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.50.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add aliases to support specifying EventOptions (#1696)

* add aliases to support specifying EventOptions

This is done to enable specifying EventOptions when using
NewServerWithOptions.

https://pkg.go.dev/github.com/fsouza/fake-gcs-server/fakestorage#NewServerWithOptions

Fixes #1695

* fakestorage: remove unused type

---------

Co-authored-by: francisco souza <108725+fsouza@users.noreply.github.com>

v1.49.3

Verified

This commit was signed with the committer’s verified signature.
Go 1.23 is out, adopt it

Also drop Go 1.21

v1.49.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/minio/minio-go/v7 from 7.0.70 to 7.0.71 (#1634)

Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.70 to 7.0.71.
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.70...v7.0.71)

---
updated-dependencies:
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.49.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Testcontainers example with Node.js (#1620)