Update to v1.52.1

- backend: always set StorageClass
Update to v1.52.0
    - feat: Add _internal/delete_all to delete all data
    - Add disposition and language to ComposeObject
Update to v1.51.0
    - Disallow uppercase in bucket names
    - Add POST workaround for clients which cannot PATCH
    - Add support for getObjectACL and deleteObjectACL
    - internal/backend: support OpenBSD to get file status last
      changed info
    - Persist created and updated time in compose
    - fix: avoid IncompleteRead on completed partial reads
    - Add support for StorageClass
    - Add support for Content-Language
    - Add support for canceling resumable uploads
    - Add support for MaxResults when listing objects
    - Upgrade deps
Update to v1.50.2
    - Revert "fakestorage: remove unused type"
Update to v1.50.1
    - internal/grpc: use the generated proto provided by Google
Update to v1.50.0
    - github/workflows: add job to validate cross-compilation and
      fix build on freebsd
    - ci: fix goreleaser config
    - Support content-disposition
    - Support setting cache-control of object
    - add aliases to support specifying EventOptions
Update to v1.49.3
    - Go 1.23 is out, adopt it
This commit is contained in:
Matej Cepl 2025-01-28 23:53:11 +01:00
parent 4ad2778628
commit 5eefdd2e35
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
5 changed files with 43 additions and 8 deletions

BIN
fake-gcs-server-1.49.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
fake-gcs-server-1.52.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Tue Jan 28 22:48:18 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Update to v1.52.1
- backend: always set StorageClass
- Update to v1.52.0
- feat: Add _internal/delete_all to delete all data
- Add disposition and language to ComposeObject
- Update to v1.51.0
- Disallow uppercase in bucket names
- Add POST workaround for clients which cannot PATCH
- Add support for getObjectACL and deleteObjectACL
- internal/backend: support OpenBSD to get file status last
changed info
- Persist created and updated time in compose
- fix: avoid IncompleteRead on completed partial reads
- Add support for StorageClass
- Add support for Content-Language
- Add support for canceling resumable uploads
- Add support for MaxResults when listing objects
- Upgrade deps
- Update to v1.50.2
- Revert "fakestorage: remove unused type"
- Update to v1.50.1
- internal/grpc: use the generated proto provided by Google
- Update to v1.50.0
- github/workflows: add job to validate cross-compilation and
fix build on freebsd
- ci: fix goreleaser config
- Support content-disposition
- Support setting cache-control of object
- add aliases to support specifying EventOptions
- Update to v1.49.3
- Go 1.23 is out, adopt it
-------------------------------------------------------------------
Thu Jul 18 14:27:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -21,7 +21,7 @@
%global provider_prefix github.com/fsouza/fake-gcs-server/fakestorage
%global import_path %{provider_prefix}
Name: fake-gcs-server
Version: 1.49.2
Version: 1.52.1
Release: 0
Summary: Google Cloud Storage emulator & testing library
License: BSD-2-Clause
@ -31,8 +31,8 @@ Source1: vendor.tar.xz
BuildRequires: fdupes
BuildRequires: golang-packaging
BuildRequires: xz
%{go_nostrip}
%{go_provides}
# %%{go_nostrip}
# %%{go_provides}
%description
fake-gcs-server provides an emulator for Google Cloud Storage API. It can be used as a library in Go projects and/or as a standalone binary/Docker image.

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.