Skip to content

Releases: infratographer/x

v0.5.3

14 Jun 19:53
39def70
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

09 May 16:02
e749c7e
Compare
Choose a tag to compare

What's Changed

  • add support for iam-runtime relationship events by @mikemrm in #231

Full Changelog: v0.5.1...v0.5.2

v0.5.1

04 Apr 21:51
818bb30
Compare
Choose a tag to compare

What's Changed

  • upgrade crdbx to use pgx/v5 and include stdlib by @mikemrm in #218

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 Apr 18:40
d575b84
Compare
Choose a tag to compare

Notes

Breaking Changes

  • echojwtx.WithKeyFuncOptions() has been replaced by echojwtx.WithHTTPClientStorageOptions() as part of the update from github.com/micahparks/keyfunc/v2 to v3.

What's Changed

  • fix(deps): update module go.step.sm/crypto to v0.44.2 by @renovate in #211
  • fix(deps): update module github.com/micahparks/keyfunc/v2 to v3 by @renovate in #213
  • fix(deps): update module github.com/nats-io/nats.go to v1.34.1 by @renovate in #215
  • fix goosex migration pgx not imported / update to crdbpgxv5 and pgx/v5 by @mikemrm in #217
  • fix(deps): update module golang.org/x/oauth2 to v0.19.0 by @renovate in #216

Full Changelog: v0.4.0...v0.5.0

v0.4.0

02 Apr 18:42
5b38087
Compare
Choose a tag to compare

Upgrade notes

gqlgen now includes additional federation values when generating schemas. If you run into an error about federation__Policy in the schema being unknown you will need to add the following lines of code into your file that generates the schema (generally called gen_schema.go).

schema.Types["federation__Policy"].BuiltIn = false
schema.Types["federation__Scope"].BuiltIn = false

These lines will go after:

intObj := schema.Directives["interfaceObject"]
intObj.Position.Src.BuiltIn = false
schema.Types["FieldSet"].BuiltIn = false

What's Changed

  • This updates relevant otel go libraries by @andy-v-h in #175
  • Add commonly needed message getters by @tylerauerbeck in #179
  • [events] Support ephemeral consumers by @rizzza in #184
  • Add annotation to tag an ent field as an additionalSubject by @rizzza in #185
  • Allow disabling stack traces, add test. by @tommyjcarpenter in #192
  • fix(deps): update module github.com/nats-io/nats-server/v2 to v2.10.4 [security] by @renovate in #173
  • fix(deps): update module go.uber.org/zap to v1.27.0 by @renovate in #159
  • fix(deps): update module github.com/99designs/gqlgen to v0.17.45 by @renovate in #160
  • fix(deps): update module golang.org/x/oauth2 to v0.18.0 by @renovate in #162
  • fix(deps): update module github.com/labstack/gommon to v0.4.2 by @renovate in #193
  • fix(deps): update module github.com/nats-io/nats-server/v2 to v2.10.12 by @renovate in #194
  • chore(deps): update actions/setup-go action to v5 by @renovate in #197
  • fix(deps): update module github.com/labstack/echo/v4 to v4.11.4 by @renovate in #183
  • chore: Fix linting errors by @nicolerenee in #199
  • fix(deps): bump go versions to go 1.21 & toolchain 1.21.8 by @nicolerenee in #198
  • fix(deps): update module github.com/cenkalti/backoff/v4 to v4.3.0 by @renovate in #201
  • fix(deps): update module github.com/cockroachdb/cockroach-go/v2 to v2.3.7 by @renovate in #187
  • fix(deps): update go opentelemetry packages and libraries by @renovate in #145
  • fix(deps): update testcontainers-go monorepo to v0.29.1 by @renovate in #195
  • fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.28.0 by @renovate in #200
  • build(deps): bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible by @dependabot in #202
  • fix(deps): update module github.com/pressly/goose/v3 to v3.19.2 by @renovate in #196
  • build(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 by @dependabot in #188
  • fix(deps): update module entgo.io/ent to v0.13.1 by @renovate in #182
  • fix(deps): update golang.org/x/exp digest to a685a6e by @renovate in #161
  • fix(deps): update module github.com/gin-contrib/zap to v0.2.0 by @renovate in #150
  • fix(deps): update module github.com/spf13/viper to v1.18.2 by @renovate in #163
  • chore(deps): update codecov/codecov-action action to v4 by @renovate in #205
  • fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.1 by @renovate in #203
  • chore(deps): update github/codeql-action action to v3 by @renovate in #206
  • fix(deps): update module github.com/labstack/echo-contrib to v0.16.0 by @renovate in #204
  • fix(deps): update module github.com/gin-contrib/requestid to v1 by @renovate in #207
  • fix(deps): update module github.com/spf13/cobra to v1.8.0 by @renovate in #208
  • fix(deps): update module github.com/gin-contrib/zap to v1 by @renovate in #212
  • fix(deps): update module github.com/nats-io/nats.go to v1.34.0 by @renovate in #210
  • fix(deps): update module github.com/brianvoe/gofakeit/v6 to v7 by @renovate in #209

New Contributors

Full Changelog: v0.3.9...v0.4.0

v0.3.9

28 Sep 16:53
0373bff
Compare
Choose a tag to compare

What's Changed

  • fix: UnmarshalRawMessage of a gql quoted string by @jabielecki in #153
  • fix(deps): update golang.org/x/exp digest to 9212866 by @renovate in #148
  • fix(deps): update module github.com/99designs/gqlgen to v0.17.38 by @renovate in #151
  • fix(deps): update module github.com/nats-io/nats.go to v1.30.2 by @renovate in #124
  • chore(deps): update actions/checkout action to v4 by @renovate in #147
  • fix(deps): update module go.uber.org/multierr to v1.11.0 by @renovate in #141
  • fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.23.2 by @renovate in #144
  • fix(deps): update module entgo.io/ent to v0.12.4 by @renovate in #155
  • fix(deps): update module golang.org/x/oauth2 to v0.12.0 by @renovate in #143
  • fix(deps): update module github.com/nats-io/nats-server/v2 to v2.10.1 by @renovate in #106
  • fix(deps): update module go.step.sm/crypto to v0.35.1 by @renovate in #156

New Contributors

Full Changelog: v0.3.8...v0.3.9

v0.3.8

30 Aug 18:15
f271e55
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/pressly/goose/v3 to v3.15.0 by @renovate in #129
  • fix(deps): update module github.com/vektah/gqlparser/v2 to v2.5.8 by @renovate in #118
  • fix(deps): update module github.com/labstack/echo/v4 to v4.11.1 by @renovate in #115
  • fix(deps): update module go.step.sm/crypto to v0.35.0 by @renovate in #104
  • fix(deps): update module github.com/99designs/gqlgen to v0.17.36 by @renovate in #117
  • fix(deps): update module github.com/google/uuid to v1.3.1 by @renovate in #139
  • fix(deps): update module github.com/testcontainers/testcontainers-go/modules/postgres to v0.23.0 by @renovate in #140
  • fix(deps): update golang.org/x/exp digest to d852ddb by @renovate in #128
  • fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.23.1 by @renovate in #131
  • fix(deps): update module go.uber.org/zap to v1.25.0 by @renovate in #142
  • fix(deps): update module github.com/micahparks/keyfunc/v2 to v2.1.0 by @renovate in #92
  • Fix QueueSubscribeSync and backoff errors by @jnschaeffer in #146

Full Changelog: v0.3.7...v0.3.8

v0.3.7

16 Aug 15:40
3955331
Compare
Choose a tag to compare

What's Changed

  • entx: mutate before publishing relationship by @mikemrm in #133
  • Add a logging skipper for default endpoints in echozap by @rizzza in #134
  • add otelhttp to echojwtx and oauth2x for deeper traces by @mikemrm in #136
  • use nats source as connection label by @mikemrm in #135
  • set the http client for token refresh by @mikemrm in #137

Full Changelog: v0.3.6...v0.3.7

v0.3.6

08 Aug 19:58
c9e198f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.5...v0.3.6

v0.3.5

08 Aug 15:03
1fb9cfe
Compare
Choose a tag to compare

What's Changed

  • rewrite events handling to remove watermill by @mikemrm in #130

Full Changelog: v0.3.4...v0.3.5