bc7e6e6 Add gziphandler back
310c7ec Adopt staticcheck and reduce golangci-lint usage
0b7efee Dockerfile: remove test step
b58e6c0 Happy New Year
32ec459 build(deps): bump @google-cloud/storage in /examples/node (#391)
7f581d5 build(deps): bump @google-cloud/storage in /examples/node (#393)
c4606a3 build(deps): bump @google-cloud/storage in /examples/node (#398)
4e28a53 build(deps): bump alpine from 3.12.3 to 3.13.0 (#395)
3e0d723 build(deps): bump alpine from 3.12.3 to 3.13.0 in /ci (#394)
0a2568a build(deps): bump alpine from 3.13.0 to 3.13.1 (#402)
4e7d70e build(deps): bump alpine from 3.13.0 to 3.13.1 in /ci (#403)
d330a36 build(deps): bump date-and-time from 0.14.1 to 0.14.2 in /examples/node (#390)
1c94f58 build(deps): bump golang from 1.15.6 to 1.15.7 (#396)
66b0fec build(deps): bump google.golang.org/api from 0.36.0 to 0.37.0 (#399)
9f35a03 build(deps): bump google.golang.org/api in /examples/go (#400)
cd4da37 build(deps): bump urllib3 from 1.26.2 to 1.26.3 in /examples/python (#401)
300884c fakestorage: support for compressed requests
7cc2ca6 fakestorage: use gorilla's gzip handler
24b3fc0 workflows/main: only run lint on linux
v1.22.0
Changelog
1e62604 Dockerfile: remove call to linter
8ef093d Fix go example with http
52f25fb Lock linter version to fix new failures. (#372)
47c7d74 Move stuff around in the node example
5f13955 Support undocumented resumable upload API (#373)
a016159 Upgrade golangci-lint
f1a575d Use gziphandler
993d8f3 build(deps): bump @google-cloud/storage in /examples/node (#357)
e1b2ecb build(deps): bump @google-cloud/storage in /examples/node (#363)
57825a3 build(deps): bump @google-cloud/storage in /examples/node (#374)
e222d5c build(deps): bump @google-cloud/storage in /examples/node (#380)
9f872db build(deps): bump actions/checkout from v2.3.3 to v2.3.4 (#358)
43b1d72 build(deps): bump alpine from 3.12.1 to 3.12.2 (#378)
7745804 build(deps): bump alpine from 3.12.1 to 3.12.2 in /ci (#379)
256d1dc build(deps): bump alpine from 3.12.2 to 3.12.3 (#387)
3497ef9 build(deps): bump alpine from 3.12.2 to 3.12.3 in /ci (#386)
c060d2a build(deps): bump github.com/google/go-cmp from 0.5.2 to 0.5.3 (#367)
e8bd4c7 build(deps): bump github.com/google/go-cmp from 0.5.3 to 0.5.4 (#369)
d098df4 build(deps): bump golang from 1.15.3 to 1.15.4 (#359)
3d9cd08 build(deps): bump golang from 1.15.4 to 1.15.5 (#366)
24c5b7f build(deps): bump golang from 1.15.5 to 1.15.6 (#375)
b2e3979 build(deps): bump golangci/golangci-lint-action from v2.2.1 to v2.3.0 (#352)
c3e6cb0 build(deps): bump google-cloud-storage in /examples/python (#368)
6b0cd2b build(deps): bump google-cloud-storage in /examples/python (#383)
... (truncated)
Commits
300884c fakestorage: support for compressed requests
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps github.com/fsouza/fake-gcs-server from 1.17.1 to 1.22.1.
Release notes
Sourced from github.com/fsouza/fake-gcs-server's releases.
... (truncated)
Commits
300884c
fakestorage: support for compressed requestsbc7e6e6
Add gziphandler back0b7efee
Dockerfile: remove test step7cc2ca6
fakestorage: use gorilla's gzip handler0a2568a
build(deps): bump alpine from 3.13.0 to 3.13.1 (#402)4e7d70e
build(deps): bump alpine from 3.13.0 to 3.13.1 in /ci (#403)cd4da37
build(deps): bump urllib3 from 1.26.2 to 1.26.3 in /examples/python (#401)66b0fec
build(deps): bump google.golang.org/api from 0.36.0 to 0.37.0 (#399)c4606a3
build(deps): bump @google-cloud/storage in /examples/node (#398)9f35a03
build(deps): bump google.golang.org/api in /examples/go (#400)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)