4.13.1 (2022-05-12)
- improve logging for heartbeat errors (087007e)
- reduce log noise from work closing channels (58f5371)
- bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (#277) (05320c7)
4.13.0 (2022-04-26)
4.12.0 (2022-04-19)
4.11.2 (2022-04-12)
- bump github.com/cenkalti/backoff/v4 from 4.1.2 to 4.1.3 (#264) (29bca07)
- bump github.com/golang-jwt/jwt/v4 from 4.3.0 to 4.4.1 (#262) (ea370ac)
- bump github.com/lib/pq from 1.10.4 to 1.10.5 (#261) (1dd0d34)
- bump go.opentelemetry.io/contrib/detectors/aws/eks (#260) (b4f77ed)
- bump otel metric packages from 0.28.0 to 0.29.0 (2862942)
4.11.1 (2022-04-08)
- bump actions/checkout from 2.4.0 to 3 (#237) (5e8f493)
- bump actions/setup-go from 2.1.5 to 2.2.0 (#215) (0678d17)
- bump actions/setup-go from 2.2.0 to 3 (#236) (ed14841)
- bump github.com/go-chi/chi (#203) (1dfd553)
- bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0 (#214) (8ec3d2f)
- bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#229) (2a07f17)
- bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0 (#210) (b76fcdf)
- bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1 (#213) (201aac5)
- bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#241) (b8047c6)
- bump go.opentelemetry.io/otel/exporters/jaeger (#233) (10589b5)
- bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#239) (7400136)
- bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp (#231) (950e85b)
- bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace (#230) (d43fc26)
- bump golang.org/x/tools from 0.1.8 to 0.1.9 (#211) (1a78774)
- bump golang.org/x/tools from 0.1.9 to 0.1.10 (#240) (4ded79b)
- bump golangci/golangci-lint-action from 2 to 3.1.0 (#235) (c85c462)
- upgrade observability components (8beb2d6)
- upgrade otel components (#221) (9967478)
- upgrade otel contrib packages (#227) (bf71d97)
4.11.0 (2022-01-09)
- add Getters to the component Info struct (1c83a04)
4.10.0 (2022-01-09)
- add a standard logging configuration util (#208) (67192db)
- add contexts package to simplify signal handling (#204) (36a26ca)
- add option for trimming SQL in open tracing spans (#192) (8347610)
- Add package for the default OpenTelemetry usage (#201) (bd18d2b)
- Add support for open telemetry metrics (bd18d2b)
- add EndSpan utility (#205) (85e1d23)
- bump actions/checkout from 2.3.5 to 2.4.0 (#189) (a1fa8b0)
- bump actions/setup-go from 2.1.4 to 2.1.5 (#199) (c8ed12f)
- bump github.com/cenkalti/backoff/v4 from 4.1.1 to 4.1.2 (#191) (3fc1918)
- bump github.com/golang-jwt/jwt/v4 from 4.1.0 to 4.2.0 (#196) (519f059)
- bump github.com/lib/pq from 1.10.3 to 1.10.4 (#190) (1ece810)
- bump github.com/Masterminds/squirrel from 1.5.1 to 1.5.2 (#194) (150ae9a)
- bump github.com/rs/cors from 1.8.0 to 1.8.2 (#198) (5092688)
- bump github.com/uber/jaeger-client-go (#197) (acc1e73)
- bump golang.org/x/tools from 0.1.7 to 0.1.8 (#195) (5517c06)
- bump GoogleCloudPlatform/release-please-action from 2 to 3 (#200) (1b56448)
4.9.0 (2021-10-25)
4.8.0 (2021-10-19)
4.7.0 (2021-10-15)
4.6.0 (2021-10-08)
4.5.2 (2021-10-01)
4.5.1 (2021-09-30)
- remove goserver as dependency (#174) (67b1950)
- update
contiamo/jwt
to fix CVE (#170) (1a58be6) - update go-server to v0.6.0 (#172) (9b674c4)
- use pg_advisory_lock to control db migration concurrency (#165) (fcea24b)
- release 4.5.1 (71456a8)
4.4.1 (2021-09-10)
4.4.0 (2021-08-27)
4.3.0 (2021-08-02)
4.2.1 (2021-07-26)
4.2.0 (2021-06-17)
4.1.0 (2021-06-17)
4.0.0 (2021-06-16)
- remove generators package (#140)
- check that ids exist under a filter when resolving. (a2c1173)
- CON-3568: check that ids exist under a filter when resolving. (#136) (a2c1173)
3.6.1 (2021-05-31)
- do not parse body if ouput dest is nil (#135) (d001321)
- make API errors more informative, no empty strings (#130) (1b7e53d)