Skip to content

Latest commit

 

History

History
241 lines (128 loc) · 16.8 KB

CHANGES.md

File metadata and controls

241 lines (128 loc) · 16.8 KB

Changelog

4.13.1 (2022-05-12)

Miscellaneous

  • 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)

Features

  • allow customizing http handler error parsing (#270) (61a10a7)

4.12.0 (2022-04-19)

Features

  • allow skipping http loggin per request (#268) (1a3b401)

4.11.2 (2022-04-12)

Miscellaneous

  • 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)

Miscellaneous

  • 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)

Features

  • add Getters to the component Info struct (1c83a04)

4.10.0 (2022-01-09)

Features

  • 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)

Miscellaneous

  • 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)

Features

  • support PGSSL* env variables for configuring the ssl mode (#187) (96447ad)

4.8.0 (2021-10-19)

Features

  • CON-4069: add in-memory cache for JWT public keys (#184) (db1a120)

4.7.0 (2021-10-15)

Features

  • check progress for status:error and return error if found. (#182) (fc4d29f)

4.6.0 (2021-10-08)

Features

  • implement heartbeat timeout in the worker (#167) (6a97dbf)

4.5.2 (2021-10-01)

Bug Fixes

  • Revert "feat: use pg_advisory_lock to control db migration concurrency (#165)" (#176) (e79943c)

4.5.1 (2021-09-30)

Features

Bug Fixes

Miscellaneous Chores

4.4.1 (2021-09-10)

Bug Fixes

  • do not allow infinite retry by default in the base api client (#163) (1980674)

4.4.0 (2021-08-27)

Features

  • Add WithRetry to the BaseAPIClient interface (#155) (7f77db1)

Bug Fixes

4.3.0 (2021-08-02)

Features

  • add support for setting headers in API client (#151) (ab297d0)

4.2.1 (2021-07-26)

Bug Fixes

4.2.0 (2021-06-17)

Features

  • Allow cloning API Clients with new token providers (#144) (da0adce)

4.1.0 (2021-06-17)

Features

  • Add request method to BaseAPIClient that expose the response object (#142) (a1e93eb)

4.0.0 (2021-06-16)

⚠ BREAKING CHANGES

  • remove generators package (#140)

Features

  • check that ids exist under a filter when resolving. (a2c1173)
  • CON-3568: check that ids exist under a filter when resolving. (#136) (a2c1173)

Bug Fixes

  • sort field errors not only by message, but by key (if any) and then by message (#138) (515dc65)

Miscellaneous Chores

3.6.1 (2021-05-31)

Bug Fixes

  • do not parse body if ouput dest is nil (#135) (d001321)
  • make API errors more informative, no empty strings (#130) (1b7e53d)

3.6.0 (2021-05-19)

Features

  • Add error handling for Unsupported Media Type (#126) (a6670c6)

3.5.0 (2021-05-11)

Features

  • add monitoring server setup utility (49a4344)
  • Set logger context in logging middleware (#120) (49a4344)