This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
Releases: Shopify/go-storage
Releases · Shopify/go-storage
v1.3.2
What's Changed
- Bump google.golang.org/api from 0.167.0 to 0.170.0 by @dependabot in #551
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #543
- Bump actions/cache from 4.0.0 to 4.0.1 by @dependabot in #545
- Bump cloud.google.com/go/storage from 1.38.0 to 1.39.1 by @dependabot in #549
- Bump actions/cache from 4.0.1 to 4.0.2 by @dependabot in #553
- Bump google.golang.org/api from 0.170.0 to 0.172.0 by @dependabot in #554
- Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by @dependabot in #556
- Bump cloud.google.com/go/storage from 1.39.1 to 1.40.0 by @dependabot in #555
- Bump google.golang.org/api from 0.172.0 to 0.176.1 by @dependabot in #561
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #562
- Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #564
- Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 by @dependabot in #565
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #568
- Bump google.golang.org/api from 0.176.1 to 0.181.0 by @dependabot in #570
- Bump cloud.google.com/go/storage from 1.40.0 to 1.41.0 by @dependabot in #569
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Remove classification by @charlescng in #404
- Migrate off probot-CLA to new GitHub Action by @cursedcoder in #400
- Bump actions/setup-go from 3.2.1 to 4.1.0 by @dependabot in #494
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.4 by @dependabot in #476
- Bump actions/cache from 3.0.4 to 3.3.1 by @dependabot in #456
- Update go version and github actions versions by @yousifh in #527
- Bump google.golang.org/api from 0.86.0 to 0.157.0 by @dependabot in #526
- Bump cloud.google.com/go/storage from 1.30.1 to 1.37.0 by @dependabot in #528
- [ACTION REQUIRED] Remove deprecated values from service.yml by @services-db in #466
- Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by @dependabot in #535
- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #536
- Go 1.21 and Golangci-lint 1.56 by @pior in #542
- Bump google.golang.org/api from 0.157.0 to 0.167.0 by @dependabot in #541
- Bump cloud.google.com/go/storage from 1.37.0 to 1.38.0 by @dependabot in #538
New Contributors
- @cursedcoder made their first contribution in #400
- @yousifh made their first contribution in #527
- @services-db made their first contribution in #466
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
Dependencies:
- Bump cloud.google.com/go/storage from 1.22.0 to 1.23.0 by @dependabot in #393
- Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 by @dependabot in #395
- Bump google.golang.org/api from 0.79.0 to 0.86.0 by @dependabot in #396
Tooling:
- Bump actions/setup-go from 3.1.0 to 3.2.0 by @dependabot in #383
- Bump actions/cache from 2.1.2 to 3.0.4 by @dependabot in #388
- Bump actions/setup-go from 3.2.0 to 3.2.1 by @dependabot in #398
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.1.0
- Bump to go 1.17
- Replace ruby bin/style script with go install
- Make MockFS public to honour the lint rule
- Bump golangci to 1.43.0
- Activate a bunch of new linters
- Use google storage directly instead of gcloud
- Remove S3 support
- Remove FromURL
- Remove TraceWrapper
- Remove use of github.com/pkg/errors
- Move testutils to an internal package
v1.0.1
v1.0.0 First stable release
- Remove the pkg folder, clients will need to update their import paths.
v0.1.0: Merge pull request #23 from Shopify/seb-gcs-cache-client
Cache the GCS bucket handle