Releases: fsouza/fake-gcs-server
v1.26.0
v1.25.2
Changelog
b3e708f .net example (#501)
790a045 Always respond with HTTP 206 for range requests (#511)
a755b8f Avoid integer overflow in large range requests (#510)
3f6aa7e build(deps): bump Google.Cloud.Storage.V1 in /examples/dotnet (#507)
6c98ced build(deps): bump golang from 1.16.4 to 1.16.5 (#506)
ff31daa build(deps): bump google.golang.org/api from 0.47.0 to 0.48.0 (#508)
3158a96 build(deps): bump google.golang.org/api in /examples/go (#509)
v1.25.1
Changelog
0a8243d Add CRC32 and MD5 hashes for preseeded files (#504)
2a2f94f Move checksum functions to internal package
fa7b38f build(deps): bump actions/cache from 2.1.5 to 2.1.6 (#505)
7973188 build(deps): bump github.com/google/go-cmp from 0.5.5 to 0.5.6 (#502)
6477e20 build(deps): bump google.golang.org/api from 0.46.0 to 0.47.0 (#499)
369a31e build(deps): bump google.golang.org/api in /examples/go (#500)
1e5462f build(deps): bump urllib3 from 1.26.4 to 1.26.5 in /examples/python (#503)
2ebdc3f internal/checksum: add some tests
v1.25.0
Changelog
7783f6f Fix nodeJS file upload (issue #346) (#497)
d6341d1 added POST endpoint for acls, see https://cloud.google.com/storage/docs/json_api/v1/objectAccessControls/insert (#498)
4fd6c95 build(deps): bump @google-cloud/storage in /examples/node (#493)
f4c0908 build(deps): bump golang from 1.16.3 to 1.16.4 (#495)
acac2c4 build(deps): bump google-cloud-storage in /examples/python (#488)
84dbe35 build(deps): bump google.golang.org/api from 0.45.0 to 0.46.0 (#492)
39f5686 build(deps): bump google.golang.org/api in /examples/go (#491)
e0379fe ci/docker-build: push all tags
bf356fa ci: make shellcheck happy
7b69e9d readme: add note about -scheme http
v1.24.0
Changelog
a6219fe Fix lint
51f7ade Remove codeql analysis
60fefd1 adds support for deleting buckets (#481)
848630d build(deps): bump @google-cloud/storage in /examples/node (#461)
92a6adb build(deps): bump @google-cloud/storage in /examples/node (#468)
e7b5476 build(deps): bump @google-cloud/storage in /examples/node (#482)
ca28082 build(deps): bump actions/cache from v2.1.4 to v2.1.5 (#478)
7cfe85b build(deps): bump alpine from 3.13.2 to 3.13.3 (#466)
96f2dd0 build(deps): bump alpine from 3.13.2 to 3.13.3 in /ci (#465)
f23fe0f build(deps): bump alpine from 3.13.3 to 3.13.4 (#469)
e4b5856 build(deps): bump alpine from 3.13.3 to 3.13.4 in /ci (#470)
bd563ec build(deps): bump alpine from 3.13.4 to 3.13.5 (#479)
217bfe8 build(deps): bump alpine from 3.13.4 to 3.13.5 in /ci (#480)
9050868 build(deps): bump cloud.google.com/go/storage from 1.14.0 to 1.15.0 (#487)
3fc54cf build(deps): bump cloud.google.com/go/storage in /examples/go (#486)
e1644bd build(deps): bump golang from 1.16.2 to 1.16.3 (#472)
5d3f99d build(deps): bump golangci/golangci-lint-action from v2.5.1 to v2.5.2 (#473)
1f794a4 build(deps): bump google-cloud-storage in /examples/python (#467)
621ad39 build(deps): bump google-cloud-storage in /examples/python (#474)
04a759e build(deps): bump google.golang.org/api from 0.42.0 to 0.43.0 (#463)
5b7732e build(deps): bump google.golang.org/api from 0.43.0 to 0.44.0 (#475)
858fc97 build(deps): bump google.golang.org/api from 0.44.0 to 0.45.0 (#483)
04a88ed build(deps): bump google.golang.org/api in /examples/go (#462)
1aacb19 build(deps): bump google.golang.org/api in /examples/go (#476)
c351a5f build(deps): bump google.golang.org/api in /examples/go (#484)
v1.23.1
v1.23.0
v1.22.7
v1.22.6
Changelog
6e18c77 Add application/json content type where required (#452)
6ec8e39 Increase time tolerance to avoid test flakes (#447)
1806c7e build(deps): bump @google-cloud/storage in /examples/node (#442)
2acd8ab build(deps): bump cloud.google.com/go/storage from 1.13.0 to 1.14.0 (#438)
cd9aa77 build(deps): bump cloud.google.com/go/storage in /examples/go (#439)
12f653c build(deps): bump github.com/google/go-cmp from 0.5.4 to 0.5.5 (#443)
db509d1 build(deps): bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1 (#445)
25cd8ea build(deps): bump golang from 1.16.0 to 1.16.1 (#448)
a0465b3 build(deps): bump golang from 1.16.1 to 1.16.2 (#450)
7777619 build(deps): bump golangci/golangci-lint-action from v2.4.0 to v2.5.0 (#435)
031cf62 build(deps): bump golangci/golangci-lint-action from v2.5.0 to v2.5.1 (#437)
890353e build(deps): bump google-cloud-storage in /examples/python (#436)
7d29a00 build(deps): bump google-cloud-storage in /examples/python (#449)
9af9578 build(deps): bump google.golang.org/api from 0.40.0 to 0.41.0 (#444)
9b02a77 build(deps): bump google.golang.org/api in /examples/go (#446)
2c8a258 examples/go: add deleteFile
67374ec github/workflows/main: don't use go mod download