Releases: fsouza/fake-gcs-server
Releases · fsouza/fake-gcs-server
v1.46.0
What's Changed
- Unify logic for seeding the server from a directory by @fsouza in #1186
- Send X-Goog-Stored-Content-Encoding header by @hairyhenderson in #1227
- github/workflows/main: add Go 1.21rc2 to CI by @fsouza in #1243
- github/workflows/main: add 1.21rc3 to CI by @fsouza in #1267
- Omit
items
if empty in object list response by @manuteleco in #1266 - Add Bucket Attributes by @RachitSharma2001 in #1174
- backend/fs: some bucket attributes cleanup by @fsouza in #1268
- Dockerfile: build image with Go 1.21rc3 by @fsouza in #1269
New Contributors
- @hairyhenderson made their first contribution in #1227
- @manuteleco made their first contribution in #1266
Full Changelog: v1.45.2...v1.46.0
v1.45.2
What's Changed
- github/workflows: try remote docker cache by @fsouza in #1161
- multipart uploads: Hack to support gsutil cp by @ekimekim in #1182
- Add bucket filter for notification events by @mccalltd in #1167
- examples: add example with gsutil by @fsouza in #1183
- internal/config: always have an externalURL by @fsouza in #1184
New Contributors
Full Changelog: v1.45.1...v1.45.2
v1.45.1
v1.45.0
What's Changed
- fix: make api copyTo return an object resource by @CanLe295 in #1126
- Propagate ContentType field on create/modify ops by @alorlea in #1141
- Do not read the objects data on list by @ironsmile in #873
- github/workflows/main: run checkout before setup-go by @fsouza in #1143
- feat(xml): add support for list objects by @goober in #1115
- Add GRPC Api by @RachitSharma2001 in #1138
- fakestorage/upload: handle the Content-Range used the C++ SDK by @fsouza in #1150
- golangci: use gci instead of goimports by @fsouza in #1153
New Contributors
- @CanLe295 made their first contribution in #1126
- @alorlea made their first contribution in #1141
- @goober made their first contribution in #1115
Full Changelog: v1.44.2...v1.45.0
v1.44.2
What's Changed
- Fix directory being used during reseed by @eliasdaler in #1121
New Contributors
- @eliasdaler made their first contribution in #1121
Full Changelog: v1.44.1...v1.44.2
v1.44.1
What's Changed
- Update UpdateObject function to handle more attributes by @RachitSharma2001 in #1049
- Use Go 1.20 in CI by @fsouza in #1064
- Dockerfile: Go 1.20 by @fsouza in #1065
- Add Reseed Endpoint by @RachitSharma2001 in #1079
- backend: make sure we have the right info for transcoded objects by @fsouza in #1104
Full Changelog: v1.44.0...v1.44.1
v1.44.0
What's Changed
- ci/goreleaser: get rid of deprecated parameter by @fsouza in #1026
- Fix ACL errors for newly created and pre-existing blobs by @RachitSharma2001 in #1016
- Fix deletion of non-existent buckets in the filesystem backend by @fsouza in #1035
- Fix custom-time error by @RachitSharma2001 in #1036
- github/workflows: configure concurrency by @fsouza in #1039
- Use
any
instead ofinterface{}
by @fsouza in #1045 - supportsuccess_action_status form field for HTML form uploads by @vincentezw in #1042
New Contributors
- @vincentezw made their first contribution in #1042
Full Changelog: v1.43.0...v1.44.0
v1.43.0
What's Changed
- Custom metadata missing in Public and Signed URLs #1019 by @uddhav in #1020
- Add ability to change log level by @RachitSharma2001 in #1023
- Do not escape the object name in the fs backend by @gaul in #1017
- Make resumable uploads work from browser with signed url by @jasonford in #1022
New Contributors
- @uddhav made their first contribution in #1020
- @RachitSharma2001 made their first contribution in #1023
- @jasonford made their first contribution in #1022
Full Changelog: v1.42.2...v1.43.0