Releases: fsouza/fake-gcs-server
v1.19.4
Changelog
3ef921c Add check to ensure Range is less than content (#266)
23505f7 Create Dependabot config file (#262)
93e78bf build(deps): bump alpine from 3.11.6 to 3.12.0 (#258)
e8694df build(deps): bump alpine from 3.11.6 to 3.12.0 in /ci (#257)
97fd9b6 build(deps): bump cloud.google.com/go/storage from 1.8.0 to 1.9.0 (#265)
727ddee build(deps): bump cloud.google.com/go/storage in /examples/go (#264)
a0cd3c1 build(deps): bump golang from 1.14.3 to 1.14.4 (#261)
4dcb76e build(deps): bump google.golang.org/api from 0.25.0 to 0.26.0 (#259)
aded827 build(deps): bump google.golang.org/api in /examples/go (#260)
v1.19.3
Changelog
552fa4e Add EXPOSE to Dockerfile (#243)
64e3d1e Fix Range requests to correctly interpret last-byte-pos (#255)
5be78b6 build(deps): bump @google-cloud/storage in /examples/node (#246)
24c142d build(deps): bump @google-cloud/storage in /examples/node (#253)
a8c756e build(deps): bump cloud.google.com/go/storage from 1.7.0 to 1.8.0 (#245)
5a1d92e build(deps): bump cloud.google.com/go/storage in /examples/go (#244)
bd06f5e build(deps): bump github.com/google/go-cmp from 0.4.0 to 0.4.1 (#247)
4f59a47 build(deps): bump golang from 1.14.2 to 1.14.3 (#248)
9e891bf build(deps): bump google.golang.org/api from 0.23.0 to 0.24.0 (#242)
355a51e build(deps): bump google.golang.org/api from 0.24.0 to 0.25.0 (#252)
c9fdd56 build(deps): bump google.golang.org/api in /examples/go (#241)
fb62a9b build(deps): bump google.golang.org/api in /examples/go (#251)
7543d6b examples/go: add note about required server flag
d2b72b5 fakestorage: misc fixes (#240)
v1.19.2
v1.19.1
Changelog
b410a39 build(deps): bump cloud.google.com/go/storage from 1.6.0 to 1.7.0 (#234)
4b06c91 build(deps): bump cloud.google.com/go/storage in /examples/go (#235)
f632cbd build(deps): bump google-cloud-storage in /examples/python (#232)
49efa91 build(deps): bump google.golang.org/api from 0.22.0 to 0.23.0 (#231)
1386050 build(deps): bump google.golang.org/api in /examples/go (#233)
7558d9a fakestorage/object: properly handle generation validation everywhere
v1.19.0
Changelog
c54c2a5 Support Windows (#228)
6a63cc2 build(deps): bump alpine from 3.11.5 to 3.11.6 (#227)
680f513 build(deps): bump alpine from 3.11.5 to 3.11.6 in /ci (#226)
ba081b2 build(deps): bump github.com/sirupsen/logrus from 1.5.0 to 1.6.0 (#230)
255f9f9 build(deps): bump google-cloud-storage in /examples/python (#223)
9021339 build(deps): bump google.golang.org/api from 0.21.0 to 0.22.0 (#220)
da51ec0 build(deps): bump google.golang.org/api in /examples/go (#221)
bda2f06 cleanup deps
0e8fa76 github/workflows/main: add windows to CI (#229)
5f6d444 github/workflows/main: node 14
71837ab golangci: disable nestif and testpackage, address godot
e05bc0c internal/backend: don't export the backend implementation types
v1.18.4
v1.18.3
v1.18.2
Changelog
5254251 Dockerfile: keep the previous -data behavior
a380afb Make gopls happy
29d477a build(deps): bump @google-cloud/storage in /examples/node (#207)
3d7e8e4 build(deps): bump golang from 1.14.1 to 1.14.2 (#212)
a13635e build(deps): bump google-cloud-storage in /examples/python (#209)
8d154ea build(deps): bump google.golang.org/api from 0.20.0 to 0.21.0 (#211)
ce25413 build(deps): bump google.golang.org/api in /examples/go (#210)
72a7252 github/workflows: back to actions/setup-go@master
69992e5 go mod tidy
e081794 internal/config: -data should default to ""
v1.18.1
Changelog
bb1fb14 build(deps): bump alpine from 3.11.3 to 3.11.5 (#205)
a6597f6 build(deps): bump alpine from 3.11.3 to 3.11.5 in /ci (#204)
2299bee build(deps): bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0 (#200)
610dce5 build(deps): bump golang from 1.14.0 to 1.14.1 (#197)
4ad5c60 examples/go: add code for downloading the file content
8cefbae response: don't include empty array of prefixes in listObjects response
v1.18.0
Changelog
d8142ec Implement minimal support for PATCH metadata API (#189)
75e1dd4 Improve error handling
21b247b build(deps): bump @google-cloud/storage in /examples/node (#188)
cf846ff build(deps): bump @google-cloud/storage in /examples/node (#192)
4ead113 build(deps): bump @google-cloud/storage in /examples/node (#193)
7830c90 build(deps): bump @google-cloud/storage in /examples/node (#194)
bb221c1 build(deps): bump cloud.google.com/go/storage from 1.5.0 to 1.6.0 (#180)
cb4766e build(deps): bump cloud.google.com/go/storage in /examples/go (#182)
1ea155b build(deps): bump golang from 1.13.8 to 1.14.0 (#185)
d6ff25a build(deps): bump google.golang.org/api from 0.17.0 to 0.18.0 (#181)
49ef0c2 build(deps): bump google.golang.org/api from 0.18.0 to 0.19.0 (#184)
9030d0f build(deps): bump google.golang.org/api from 0.19.0 to 0.20.0 (#190)
3cc2f7d build(deps): bump google.golang.org/api in /examples/go (#186)
1f093ea build(deps): bump google.golang.org/api in /examples/go (#191)
844b962 build(deps): bump requests from 2.22.0 to 2.23.0 in /examples/python (#179)
9134bd4 examples/go: bump go.mod to go 1.13
5435176 github/workflows/main: add a setup GOBIN step
76de9f2 github/workflows/main: use golang:1.14-alpine for testing go example
5b38aed github/workflows: fix spec for go-version
c617ce4 github/workflows: go 1.14 is here, let's use it
4285389 github/workflows: use fork of setup-go
68398f0 go mod tidy
c506787 go mod tidy
7c4b11f internal/backend: move test function to test file
2000ce6 upload, rewrite: read metadata from request body (#187)