Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@sethvargo sethvargo released this 08 Sep 18:24
· 1507 commits to main since this release
e013f21

Changelog since v0.6.0

Changes by Kind

Breaking

  • Breaking:: *_custom_domain are now *_custom_domains in Terraform and the type has changed from string to set(string) to support specifying multiple domains mapped to a single service. (#440, @sethvargo)
  • Potentially breaking: Add padding fields to all API requests and responses (#475, @sethvargo). Clients should not parse this field.
    • Include random padding bytes in API responses. Clients should not process these bytes. (#490, @sethvargo)

UI

Security

  • Add support for rotating HMAC and encryption keys (#450, @sethvargo)

Documentation

Observability

Miscellaneous

  • /health no longer requires an API key to call (#465, @icco)
  • Temporarily return error_code and errorCode in API JSON responses for backwards compatibility. error_code will be removed in a future version. (#451, @sethvargo)
  • Recommend filesystem key manager for local development (#488, @sethvargo)

Dependencies

Added

  • contrib.go.opencensus.io/integrations/ocsql: v0.1.6
  • github.com/PuerkitoBio/purell: v1.0.0
  • github.com/PuerkitoBio/urlesc: 5bd2802
  • github.com/apache/arrow/go/arrow: b2287a2
  • github.com/emicklei/go-restful: ff4f55a
  • github.com/go-logr/logr: v0.1.0
  • github.com/go-openapi/jsonpointer: 46af16f
  • github.com/go-openapi/jsonreference: 13c6e35
  • github.com/go-openapi/spec: 6aced65
  • github.com/go-openapi/swag: 1d0bd11
  • github.com/gobuffalo/here: v0.6.0
  • github.com/google/flatbuffers: v1.11.0
  • github.com/mailru/easyjson: d5b7844
  • github.com/markbates/pkger: v0.15.1
  • github.com/munnerz/goautoneg: a547fc6
  • github.com/pkg/browser: 0a3d74b
  • github.com/snowflakedb/glog: f5055e6
  • github.com/snowflakedb/gosnowflake: v1.3.5
  • k8s.io/gengo: 0689ccc
  • sigs.k8s.io/structured-merge-diff/v3: 43c19bb

Changed

Removed

  • github.com/OpenPeeDeeP/depguard: v1.0.1
  • github.com/bombsimon/wsl: v1.2.5
  • github.com/go-critic/go-critic: d79a9f0
  • github.com/go-lintpack/lintpack: v0.5.2
  • github.com/go-toolsmith/astcast: v1.0.0
  • github.com/go-toolsmith/astcopy: v1.0.0
  • github.com/go-toolsmith/astequal: v1.0.0
  • github.com/go-toolsmith/astfmt: v1.0.0
  • github.com/go-toolsmith/astinfo: 9809ff7
  • github.com/go-toolsmith/astp: v1.0.0
  • github.com/go-toolsmith/pkgload: v1.0.0
  • github.com/go-toolsmith/strparse: v1.0.0
  • github.com/go-toolsmith/typep: v1.0.0
  • github.com/gobwas/glob: v0.2.3
  • github.com/gofrs/flock: 5135e61
  • github.com/golangci/check: cfe4005
  • github.com/golangci/dupl: 3e9179a
  • github.com/golangci/errcheck: ef45e06
  • github.com/golangci/go-misc: 927a3d8
  • github.com/golangci/goconst: 041c5f2
  • github.com/golangci/gocyclo: 2becd97
  • github.com/golangci/gofmt: 244bba7
  • github.com/golangci/golangci-lint: v1.21.0
  • github.com/golangci/ineffassign: 42439a7
  • github.com/golangci/lint-1: 297bf36
  • github.com/golangci/maligned: b1d8939
  • github.com/golangci/misspell: 950f5d1
  • github.com/golangci/prealloc: 215b22d
  • github.com/golangci/revgrep: d9c87f5
  • github.com/golangci/unconvert: 28b1c44
  • github.com/gostaticanalysis/analysisutil: 4088753
  • github.com/logrusorgru/aurora: a7b3b31
  • github.com/matoous/godox: 5d6d842
  • github.com/mattn/goveralls: v0.0.2
  • github.com/mitchellh/go-ps: 621e559
  • github.com/mozilla/tls-observatory: a3c1b6c
  • github.com/nbutton23/zxcvbn-go: ae427f1
  • github.com/neo4j-drivers/gobolt: v1.7.4
  • github.com/quasilyte/go-consistent: c6f3937
  • github.com/securego/gosec: e680875
  • github.com/shurcooL/go-goon: 37c2f52
  • github.com/shurcooL/go: 9e1955d
  • github.com/sourcegraph/go-diff: v0.5.1
  • github.com/timakin/bodyclose: f7f2e9b
  • github.com/ultraware/funlen: v0.0.2
  • github.com/ultraware/whitespace: v0.0.4
  • github.com/uudashr/gocognit: 1655d0d
  • github.com/valyala/bytebufferpool: v1.0.0
  • github.com/valyala/fasthttp: v1.2.0
  • github.com/valyala/quicktemplate: v1.2.0
  • github.com/valyala/tcplisten: ceec8f9
  • mvdan.cc/interfacer: c200402
  • mvdan.cc/lint: adc824a
  • mvdan.cc/unparam: d517963
  • sourcegraph.com/sqs/pbtypes: d3ebe8f