Releases: planetlabs/go-stac
Releases · planetlabs/go-stac
v0.33.0
What's Changed
- Bump github.com/go-viper/mapstructure/v2 from 2.1.0 to 2.2.1 by @dependabot in #203
- Bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.16.1 by @dependabot in #204
- Bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 by @dependabot in #205
- Bump github.com/schollz/progressbar/v3 from 3.16.1 to 3.17.0 by @dependabot in #207
- Bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #206
- Bump github.com/schollz/progressbar/v3 from 3.17.0 to 3.17.1 by @dependabot in #209
- Bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #208
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #210
- Bump golang.org/x/sync from 0.9.0 to 0.10.0 by @dependabot in #211
- Bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in #212
- Bump golang.org/x/crypto from 0.21.0 to 0.31.0 by @dependabot in #213
- Bump github.com/schollz/progressbar/v3 from 3.17.1 to 3.18.0 by @dependabot in #214
- Bump golang.org/x/net from 0.23.0 to 0.33.0 by @dependabot in #215
- Bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot in #217
- Bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in #216
- Bump github.com/dlclark/regexp2 from 1.11.4 to 1.11.5 by @dependabot in #218
- Support for unmarshalling custom geometry types by @tschaub in #219
Full Changelog: v0.32.0...v0.33.0
v0.32.0
v0.31.0
What's Changed
Full Changelog: v0.30.0...v0.31.0
v0.30.0
v0.29.0
What's Changed
Full Changelog: v0.28.0...v0.29.0
v0.28.0
What's Changed
- Bump github.com/schollz/progressbar/v3 from 3.14.4 to 3.14.6 by @dependabot in #191
- Bump golang.org/x/sync from 0.7.0 to 0.8.0 by @dependabot in #192
- Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.4 by @dependabot in #193
- Add support for the authentication extension by @tschaub in #194
- Bump github.com/dlclark/regexp2 from 1.11.2 to 1.11.4 by @dependabot in #190
- Update mapstructure by @tschaub in #195
Full Changelog: v0.27.0...v0.28.0
v0.27.0
What's Changed
- Bump github.com/schollz/progressbar/v3 from 3.14.2 to 3.14.3 by @dependabot in #180
- Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 by @dependabot in #181
- Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 by @dependabot in #182
- Bump github.com/schollz/progressbar/v3 from 3.14.3 to 3.14.4 by @dependabot in #184
- Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #183
- Bump github.com/dlclark/regexp2 from 1.11.0 to 1.11.1 by @dependabot in #185
- Bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #187
- Bump github.com/dlclark/regexp2 from 1.11.1 to 1.11.2 by @dependabot in #186
- validator: return validation error for extension validation errors by @christopher-angel in #188
Full Changelog: v0.26.0...v0.27.0
v0.26.0
What's Changed
- Bump golangci/golangci-lint-action from 2 to 4 by @dependabot in #166
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #170
- Bump go.uber.org/zap from 1.26.0 to 1.27.0 by @dependabot in #168
- Bump github.com/dlclark/regexp2 from 1.10.0 to 1.11.0 by @dependabot in #169
- Bump github.com/schollz/progressbar/v3 from 3.14.1 to 3.14.2 by @dependabot in #167
- Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 by @dependabot in #171
- Bump golang.org/x/sync from 0.6.0 to 0.7.0 by @dependabot in #172
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #173
- Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 by @dependabot in #174
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #175
- Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #176
- Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6 by @dependabot in #178
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #177
- add extension support to Catalog scope by @christopher-angel in #179
New Contributors
- @christopher-angel made their first contribution in #179
Full Changelog: v0.25.1...v0.26.0
v0.25.1
What's Changed
- Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #164
- Bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #163
- Use minor, rather than patch golang version by @mmidzik in #165
Full Changelog: v0.25.0...v0.25.1
v0.25.0
What's Changed
- Bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 by @dependabot in #155
- Bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #156
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #157
- Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 by @dependabot in #158
- Bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.1 by @dependabot in #159
- Add a development doc by @tschaub in #161
- Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by @dependabot in #162
- Add eo extension by @mmidzik in #160
New Contributors
Full Changelog: v0.24.1...v0.25.0