Skip to content

Releases: fsouza/fake-gcs-server

v1.37.11

03 May 03:28
33c6779
Compare
Choose a tag to compare

Full Changelog: v1.37.10...v1.37.11

v1.37.10

08 Apr 14:43
Compare
Choose a tag to compare

What's Changed

  • Etag support by @DarthSim in #742
  • upload: restore behavior when ifGenerationMatch=0 for the fs backend by @fsouza in #745

New Contributors

Full Changelog: v1.37.9...v1.37.10

v1.37.9

06 Apr 22:32
05dcda5
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump google.golang.org/api from 0.73.0 to 0.74.0 in /examples/go by @dependabot in #733
  • build(deps): bump actions/cache from 3.0.0 to 3.0.1 by @dependabot in #732
  • build(deps): bump google.golang.org/api from 0.73.0 to 0.74.0 by @dependabot in #734
  • build(deps): bump alpine from 3.15.3 to 3.15.4 by @dependabot in #737
  • upload: add support for precondition headers by @tymeshifter in #735
  • ci: configure goreleaser to use GitHub changelog by @fsouza in #738
  • build(deps): bump docker/metadata-action from 3.6.2 to 3.7.0 by @dependabot in #740
  • Add signed URL setup instructions in README by @toadjaune in #736
  • build(deps): bump @google-cloud/storage from 5.18.3 to 5.19.0 in /examples/node by @dependabot in #741

New Contributors

Full Changelog: v1.37.8...v1.37.9

v1.37.8

29 Mar 18:28
1a2936a
Compare
Choose a tag to compare

Changelog

  • 3a88162 build(deps): bump @google-cloud/storage in /examples/node (#730)
  • 1a2936a build(deps): bump alpine from 3.15.2 to 3.15.3 (#731)

v1.37.3

26 Mar 01:19
Compare
Choose a tag to compare

Changelog

  • f9a9c17 Add gofumpt to golangci-lint
  • 1f0d23e build(deps): bump actions/cache from 2.1.7 to 3 (#725)
  • 8178162 build(deps): bump alpine from 3.15.1 to 3.15.2 (#727)
  • 4c26804 build(deps): bump node-forge from 1.2.1 to 1.3.0 in /examples/node (#726)
  • f192ce2 github/workflows/main: pin mozilla/sbt
  • c1b343b server: better hostname validation
  • ca00a1c server: make publicHostMatcher backwards compatible with gorilla/mux

v1.37.2

20 Mar 17:08
Compare
Choose a tag to compare

Changelog

  • 9f9b1ae Include the object size in response to uploads
  • 3c8e21b build(deps): bump alpine from 3.15.0 to 3.15.1 (#721)
  • 4f45b6e build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#719)
  • eda1335 build(deps): bump google-cloud-storage in /examples/python (#720)

v1.37.1

16 Mar 02:40
Compare
Choose a tag to compare

Changelog

  • 0d4c0d9 Dockerfile: bump the base image
  • a08c735 Go 1.18
  • ca4486b build(deps): bump docker/build-push-action from 2.9.0 to 2.10.0 (#715)
  • 1d76827 build(deps): bump google-cloud-storage in /examples/python (#714)
  • 4c13abc build(deps): bump google.golang.org/api from 0.71.0 to 0.73.0 (#717)
  • 67452da build(deps): bump google.golang.org/api in /examples/go (#716)

v1.37.0

10 Mar 15:12
75db9c8
Compare
Choose a tag to compare

Changelog

  • 71fdd6b Add possibility to provide your own certificates to the server (#710)
  • c8b7805 build(deps): bump cloud.google.com/go/pubsub from 1.18.0 to 1.19.0 (#708)
  • 75f3e0b build(deps): bump google.golang.org/api from 0.70.0 to 0.71.0 (#707)
  • c0c12d2 build(deps): bump google.golang.org/api in /examples/go (#706)
  • 75db9c8 enable updating of publicHost through server config (#712)

v1.36.3

08 Mar 05:13
b57a203
Compare
Choose a tag to compare

Changelog

  • b57a203 Honor ListObjects IncludeTrailingDelimiter (#676)

v1.36.2

08 Mar 04:55
Compare
Choose a tag to compare

Changelog

  • 086ddda Dockerfile: fully specify the version of Go
  • b338ce0 Object metadata should be optional in resumable uploads #332 (#699)
  • a47aa80 Upgrade to xattr 0.4.6 (#705)
  • ef0e6b8 build(deps): bump actions/checkout from 2.4.0 to 3 (#700)
  • 789df16 build(deps): bump actions/download-artifact from 2.1.0 to 3 (#704)
  • c80b9e4 build(deps): bump actions/setup-go from 2.2.0 to 3 (#697)
  • ebf1576 build(deps): bump actions/upload-artifact from 2.3.1 to 3 (#703)
  • 5405fd7 build(deps): bump docker/login-action from 1.13.0 to 1.14.0 (#696)
  • 6c14600 build(deps): bump docker/login-action from 1.14.0 to 1.14.1 (#702)
  • f4945bf build(deps): bump golangci/golangci-lint-action from 3.0.0 to 3.1.0 (#698)
  • cf3fcb0 github/workflows/main: remove stable parameter from setup-go