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

Releases: google/exposure-notifications-verification-server

v1.0.0

28 Sep 00:52
e47a269
Compare
Choose a tag to compare

Release notes for v1.0.0

Changelog since v0.37.0

Changes by Kind

Bug fixes and enhancements

  • Add "maintenance_mode" field to /health endpoints for adminapi, apiserver, server, and enx_redirect (#2219, @bschlaman)

Dependency Updates

Dependencies

Added

  • github.com/aws/aws-sdk-go-v2/config: v1.3.0
  • github.com/aws/aws-sdk-go-v2/credentials: v1.2.1
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds: v1.1.1
  • github.com/aws/aws-sdk-go-v2/feature/s3/manager: v1.2.1
  • github.com/aws/aws-sdk-go-v2/internal/ini: v1.0.0
  • github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding: v1.1.0
  • github.com/aws/aws-sdk-go-v2/service/internal/presigned-url: v1.1.1
  • github.com/aws/aws-sdk-go-v2/service/internal/s3shared: v1.3.1
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.8.0
  • github.com/aws/aws-sdk-go-v2/service/sso: v1.2.1
  • github.com/aws/aws-sdk-go-v2/service/sts: v1.4.1
  • github.com/aws/aws-sdk-go-v2: v1.6.0
  • github.com/aws/smithy-go: v1.4.0
  • github.com/cockroachdb/cockroach-go/v2: v2.1.1
  • github.com/gobuffalo/attrs: a9411de
  • github.com/gobuffalo/depgen: v0.1.0
  • github.com/gobuffalo/envy: v1.7.0
  • github.com/gobuffalo/flect: v0.1.3
  • github.com/gobuffalo/genny: v0.1.1
  • github.com/gobuffalo/gitgen: cc08618
  • github.com/gobuffalo/gogen: v0.1.1
  • github.com/gobuffalo/logger: 86e12af
  • github.com/gobuffalo/mapi: v1.0.2
  • github.com/gobuffalo/packd: v0.1.0
  • github.com/gobuffalo/packr/v2: v2.2.0
  • github.com/gobuffalo/syncx: 33c2958
  • github.com/google/go-github/v35: v35.2.0
  • github.com/jackc/pgerrcode: a0d42d4
  • github.com/karrick/godirwalk: v1.10.3
  • github.com/kballard/go-shellquote: 95032a8
  • github.com/markbates/oncer: bf2de49
  • github.com/markbates/safe: v1.0.1
  • github.com/montanaflynn/stats: 1bf9dbc
  • github.com/pierrec/lz4/v4: v4.1.7
  • github.com/xdg-go/pbkdf2: v1.0.0
  • github.com/xdg-go/scram: v1.0.2
  • github.com/xdg-go/stringprep: v1.0.2
  • github.com/youmark/pkcs8: 1be2e3e
  • gorm.io/driver/postgres: v1.0.8
  • gorm.io/gorm: v1.21.4
  • modernc.org/cc/v3: v3.32.4
  • modernc.org/ccgo/v3: v3.9.2
  • modernc.org/httpfs: v1.0.6
  • modernc.org/libc: v1.9.5
  • modernc.org/memory: v1.0.4
  • modernc.org/opt: v0.1.1
  • modernc.org/sqlite: v1.10.6
  • modernc.org/tcl: v1.5.2
  • modernc.org/token: v1.0.0
  • modernc.org/z: v1.0.1

Changed

Read more

v0.37.0

13 Sep 20:04
v0.37.0
f2b5aee
Compare
Choose a tag to compare

Changes by Kind

SMS templates

  • Fix an issue where SMS templates that end in a link might cause SMS intercept to not fire on Android. (#2217, @mikehelmick)

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.
anged._

Changed

Nothing has changed.

Removed

Nothing has changed.

v0.36.1

01 Sep 23:05
Compare
Choose a tag to compare

Release notes for main

0.36.1 is a correct application of the intended 0.36.0 release tag. The release-0.36 branch has been updated accordingly

ATTENTION See upgrade notice below.

Changelog since v0.35.0

Changes by Kind

Infrastructure

  • Upgrade notice!- This release introduces a new service which must be tagged and applied. You can run terraform taint null_resource.build before running Terraform to build this service. This service is responsible for metric registration and does not receive user traffic. (#2199, @sethvargo)

Fixes and improvements

  • Add resiliency against temporary network connectivity issues when sending SMS. (#2206, @sethvargo)
  • Admin API user-report code request where the phone number is not eligible, returns success. Other avenues, like web view and device report already work this way. (#2202, @mikehelmick)
  • Automatically remove a user from a realm if all their permissions on that realm have been removed through bulk permission management. (#2204, @sethvargo)
  • Fixes the apiserver terraform config to include the code issue config, required for user-initiated report. (#2194, @mikehelmick)
  • IMPORTANT BUG: Fix bug where user-report phone de-duplication records would be purged too early. (#2197, @mikehelmick)
  • Upgrade language to Go 1.17 which includes performance enhancements. (#2210, @sethvargo)
  • When using generated SMS, the long expiry time isn't collapsed to the short expiry time. (#2208, @mikehelmick)

Dependencies

Added

  • 4d63.com/gochecknoglobals: acfc0b2
  • bitbucket.org/creachadair/shell: v0.0.6
  • cloud.google.com/go/kms: v0.1.0
  • cloud.google.com/go/monitoring: v0.1.0
  • cloud.google.com/go/secretmanager: v0.1.0
  • cloud.google.com/go/trace: v0.1.0
  • github.com/Antonboom/errname: v0.1.3
  • github.com/Djarvur/go-err113: aea10b5
  • github.com/Masterminds/goutils: v1.1.0
  • github.com/Masterminds/semver: v1.5.0
  • github.com/Masterminds/sprig: v2.22.0+incompatible
  • github.com/OpenPeeDeeP/depguard: v1.0.1
  • github.com/StackExchange/wmi: v1.2.1
  • github.com/alexkohler/prealloc: v1.0.0
  • github.com/andybalholm/brotli: v1.0.0
  • github.com/aokoli/goutils: v1.0.1
  • github.com/ashanbrown/forbidigo: v1.2.0
  • github.com/ashanbrown/makezero: b626158
  • github.com/bketelsen/crypt: v0.0.4
  • github.com/bkielbasa/cyclop: v1.2.0
  • github.com/bombsimon/wsl/v3: v3.3.0
  • github.com/charithe/durationcheck: v0.0.8
  • github.com/chavacava/garif: e8a0a40
  • github.com/coreos/go-etcd: v2.0.0+incompatible
  • github.com/cpuguy83/go-md2man: v1.0.10
  • github.com/daixiang0/gci: v0.2.9
  • github.com/denis-tingajkin/go-header: v0.4.2
  • github.com/esimonov/ifshort: v1.0.2
  • github.com/ettle/strcase: v0.1.1
  • github.com/fatih/structtag: v1.2.0
  • github.com/fullstorydev/grpcurl: v1.6.0
  • github.com/fzipp/gocyclo: v0.3.1
  • github.com/go-critic/go-critic: v0.5.6
  • github.com/go-ole/go-ole: v1.2.5
  • github.com/go-redis/redis: v6.15.8+incompatible
  • github.com/go-task/slim-sprig: 348f09d
  • 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.2
  • github.com/go-xmlfmt/xmlfmt: d5b6f63
  • github.com/gobwas/glob: v0.2.3
  • github.com/gofrs/flock: v0.8.1
  • github.com/golang-jwt/jwt/v4: v4.0.0
  • github.com/golangci/check: cfe4005
  • github.com/golangci/dupl: 3e9179a
  • github.com/golangci/go-misc: 927a3d8
  • github.com/golangci/gofmt: 244bba7
  • github.com/golangci/golangci-lint: v1.42.0
  • github.com/golangci/lint-1: 297bf36
  • github.com/golangci/maligned: b1d8939
  • github.com/golangci/misspell: v0.3.5
  • github.com/golangci/revgrep: cd28932
  • github.com/golangci/unconvert: 28b1c44
  • github.com/google/certificate-transparency-go: v1.1.1
  • github.com/google/trillian: v1.3.11
  • github.com/gookit/color: v1.4.2
  • github.com/gordonklaus/ineffassign: 2e10b26
  • github.com/gorhill/cronexpr: 88b0669
  • github.com/gostaticanalysis/comment: v1.4.1
  • github.com/gostaticanalysis/forcetypeassert: 01d4955
  • github.com/gostaticanalysis/nilerr: v0.1.1
  • github.com/gregjones/httpcache: 901d907
  • github.com/huandu/xstrings: v1.2.0
  • github.com/imdario/mergo: v0.3.8
  • github.com/jgautheron/goconst: v1.5.1
  • github.com/jhump/protoreflect: v1.6.1
  • github.com/jingyugao/rowserrcheck: v1.1.0
  • github.com/jirfag/go-printf-func-name: 7558a9e
  • github.com/juju/ratelimit: v1.0.1
  • github.com/julz/importas: 841f0c0
  • github.com/klauspost/compress: v1.11.0
  • github.com/kr/fs: v0.1.0
  • github.com/kulti/thelper: v0.4.0
  • github.com/kunwardeep/paralleltest: v1.0.2
  • github.com/kylelemons/godebug: v1.1.0
  • github.com/kyoh86/exportloopref: v0.1.8
  • github.com/ldez/gomoddirectives: v0.2.2
  • github.com/ldez/tagliat...
Read more

v0.36.0

30 Aug 18:24
f5c9507
Compare
Choose a tag to compare

v0.35.4

19 Aug 15:31
Compare
Choose a tag to compare

Correct rollup of the 35.2 and 35.3 releases, the tags were incorrect on the release branch.

v0.53.3

18 Aug 22:42
Compare
Choose a tag to compare

Release notes for main

Changelog since v0.35.2

Changes by Kind

Cherry pick of f5c950761f36d25b0eaa992c87b4636dead38462

Fixes and Improvements

  • Admin API user-report code request where the phone number is not eligible, returns success. Other avenues, like web view and device report already work this way. (#2202, @mikehelmick)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v0.35.2

18 Aug 17:11
119a0ab
Compare
Choose a tag to compare

Release notes for main

Changelog since v0.35.0

Changes by Kind

Infrastructure

  • Fixes the apiserver terraform config to include the code issue config, required for user-initiated report. (#2194, @mikehelmick)

Bug Fixes

  • IMPORTANT BUG: Fix bug where user-report phone de-duplication records would be purged too early. (#2197, @mikehelmick)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v0.35.1

17 Aug 22:20
98644d4
Compare
Choose a tag to compare

Release notes for main

Changelog since v0.35.0

Changes by Kind

Infrastructure

  • Fixes the apiserver terraform config to include the code issue config, required for user-initiated report. (#2194, @mikehelmick)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v0.35.0

16 Aug 16:27
745ce49
Compare
Choose a tag to compare

Changes since v0.34.0

Bug fixes

  • Add route for api-key stats to adminapi (#2188, @bschlaman)
  • Fix an error that could occur when statistics for a realm are missing or incomplete. (#2186, @sethvargo)
  • Fix issue where key server stats used different display window from other stats (#2187, @mikehelmick)
  • Trim leading empty days from stats charts and exports. This has become more frequent with longer retention and display period. (#2190, @mikehelmick)

Dependencies

Added

Changed

Removed

Nothing has changed.

v0.34.2

04 Aug 16:41
57667ad
Compare
Choose a tag to compare

Release notes for v0.34.2

Changelog since v0.34.1

Changes by Kind

Uncategorized

  • Add route for api-key stats to adminapi (#2188, @bschlaman)
  • Fix issue where key server stats used different display window from other stats (#2187, @mikehelmick)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.