Releases: fsouza/fake-gcs-server
v1.21.0
Changelog
32043a0 Add CORS Support (#319)
ebf27cb Revert "workflows/main: fix version specification"
02e43fd Revert "workflows/main: specify version of golangci-lint"
7fedb07 Support CNAME'd buckets (#318)
4237368 build(deps): bump cloud.google.com/go/storage from 1.10.0 to 1.11.0 (#316)
7ef8696 build(deps): bump cloud.google.com/go/storage in /examples/go (#317)
da948e2 build(deps): bump golang from 1.15.0 to 1.15.1 (#320)
d3abf7c build(deps): bump golang from 1.15.1 to 1.15.2 (#324)
8c9fc8f build(deps): bump google-cloud-storage in /examples/python (#314)
78609bf build(deps): bump google.golang.org/api from 0.30.0 to 0.31.0 (#322)
a17855f build(deps): bump google.golang.org/api in /examples/go (#321)
5a807db build(deps): bump node-fetch from 2.6.0 to 2.6.1 in /examples/node (#325)
b003050 fakestorage: add a return statement to workaround a false positive
d8107a8 fakestorage: add name validation on bucket creation
602725a github/workflows: fetch the whole history before running goreleaser
5a50576 workflows/main: fix version specification
42185d8 workflows/main: specify version of golangci-lint
v1.20.0
v1.19.5
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