Skip to content

Releases: vgarvardt/gue

v5.6.1

04 Apr 18:02
728344e
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #250
  • build(deps): bump github.com/jackc/pgx/v5 from 5.5.1 to 5.5.2 by @dependabot in #251
  • build(deps): bump go.opentelemetry.io/otel/metric from 1.21.0 to 1.22.0 by @dependabot in #252
  • build(deps): bump github.com/jackc/pgx/v5 from 5.5.2 to 5.5.3 by @dependabot in #257
  • build(deps): bump github.com/rs/zerolog from 1.31.0 to 1.32.0 by @dependabot in #256
  • build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #258
  • build(deps): bump go.opentelemetry.io/otel from 1.22.0 to 1.23.0 by @dependabot in #261
  • build(deps): bump go.opentelemetry.io/otel from 1.23.0 to 1.23.1 by @dependabot in #262
  • build(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #265
  • build(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0 by @dependabot in #266
  • build(deps): bump go.opentelemetry.io/otel/metric from 1.23.1 to 1.24.0 by @dependabot in #267
  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #270
  • build(deps): bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.4 by @dependabot in #271
  • build(deps): bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2 by @dependabot in #272
  • build(deps): bump github.com/jackc/pgx/v4 from 4.18.2 to 4.18.3 by @dependabot in #274
  • build(deps): bump github.com/jackc/pgx/v5 from 5.5.4 to 5.5.5 by @dependabot in #275
  • build(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 in /_example/outbox-worker-kafka by @dependabot in #276
  • chore: check jobs len in the enqueue batch methods (micro-optimisation) by @vgarvardt in #277
  • ci: added spell check to the linter workflow and fixed reported issues by @vgarvardt in #278

Full Changelog: v5.6.0...v5.6.1

v5.6.0

28 Dec 17:00
ad854e2
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #214
  • build(deps): bump go.opentelemetry.io/otel/trace from 1.17.0 to 1.18.0 by @dependabot in #216
  • build(deps): bump github.com/rs/zerolog from 1.30.0 to 1.31.0 by @dependabot in #219
  • build(deps): bump go.opentelemetry.io/otel/metric from 1.18.0 to 1.19.0 by @dependabot in #220
  • build(deps): bump go.uber.org/zap from 1.25.0 to 1.26.0 by @dependabot in #218
  • chore: simplified code to satisfy linter by @vgarvardt in #223
  • feat: hooksJobUndone to let user handle critical job done failure by @vgarvardt in #224
  • build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 by @dependabot in #226
  • build(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 in /_example/outbox-worker-kafka by @dependabot in #228
  • Remove temporary text about slog integration, since slog has been integrated with production-ready log/slog by @aohorodnyk in #229
  • refactor: extracted jod done handler to own function by @vgarvardt in #230
  • refactor: swap params order to make code more consistent by @vgarvardt in #231
  • feat: added optional handler for unknown job types by @vgarvardt in #227
  • chore: do not use direct error comparison by @vgarvardt in #232
  • build(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.0 by @dependabot in #234
  • build(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 by @dependabot in #235
  • build(deps): bump go.opentelemetry.io/otel/trace from 1.19.0 to 1.20.0 by @dependabot in #236
  • build(deps): bump go.opentelemetry.io/otel/metric from 1.19.0 to 1.20.0 by @dependabot in #237
  • build(deps): bump go.opentelemetry.io/otel/trace from 1.20.0 to 1.21.0 by @dependabot in #239
  • chore: cleanup deprecated calls by @vgarvardt in #242
  • build(deps): bump github.com/jackc/pgx/v5 from 5.5.0 to 5.5.1 by @dependabot in #243
  • build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #244
  • build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /_example/outbox-worker-kafka by @dependabot in #245
  • build(deps): bump golang.org/x/crypto from 0.9.0 to 0.17.0 by @dependabot in #246
  • chore: golang 1.19 reached EOL, switch to 1.20 by @vgarvardt in #248
  • fix: panicked job calls hook job done with typed error by @vgarvardt in #249

New Contributors

Full Changelog: v5.5.0...v5.6.0

v5.5.0

31 Aug 14:58
acb5101
Compare
Choose a tag to compare

What's Changed

  • feat: switch slog adapter to stdlib log/slog for golang 1.21 by @vgarvardt in #209
  • build(deps): bump go.opentelemetry.io/otel/trace from 1.16.0 to 1.17.0 by @dependabot in #212
  • build(deps): bump go.opentelemetry.io/otel from 1.16.0 to 1.17.0 by @dependabot in #211
  • feat: expose CreatedAt field for the Job by @vgarvardt in #213

Full Changelog: v5.4.0...v5.5.0

v5.4.0

09 Aug 10:01
38a7e8c
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/jackc/pgx/v5 from 5.4.1 to 5.4.2 by @dependabot in #201
  • add EnqueueWithID method so the client can control the id by @Insteadof in #203
  • build(deps): bump github.com/jackc/pgconn from 1.14.0 to 1.14.1 by @dependabot in #204
  • build(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0 by @dependabot in #205
  • build(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0 by @dependabot in #206
  • build(deps): bump github.com/jackc/pgx/v5 from 5.4.2 to 5.4.3 by @dependabot in #207

New Contributors

Full Changelog: v5.3.0...v5.4.0

v5.3.0

03 Jul 05:39
12c8f88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.1...v5.3.0

v5.2.1

26 May 15:41
0531bac
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github/super-linter from 4 to 5 by @dependabot in #180
  • build(deps): bump go.opentelemetry.io/otel/metric from 0.38.0 to 0.38.1 by @dependabot in #183
  • build(deps): bump golang.org/x/sync from 0.1.0 to 0.2.0 by @dependabot in #184
  • build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #188
  • build(deps): bump go.opentelemetry.io/otel from 1.15.1 to 1.16.0 by @dependabot in #191
  • feat: added support for WorkOne no-job tracing span by @vgarvardt in #187

Full Changelog: v5.2.0...v5.2.1

v5.2.0

28 Apr 17:01
8e9dc8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.1...v5.2.0

v5.1.1

28 Feb 08:38
387ca8d
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #164
  • fix: another one bc change in the otel metrics by @vgarvardt in #166

Full Changelog: v5.1.0...v5.1.1

v5.1.0

26 Feb 22:05
3867ad3
Compare
Choose a tag to compare

What's Changed

  • Bump go.opentelemetry.io/otel from 1.12.0 to 1.13.0 by @dependabot in #155
  • Bump go.opentelemetry.io/otel/metric from 0.35.0 to 0.36.0 by @dependabot in #154
  • Bump github.com/jackc/pgx/v4 from 4.17.2 to 4.18.0 by @dependabot in #156
  • Bump golang.org/x/sync from 0.0.0-20220923202941-7f9b1623fab7 to 0.1.0 by @dependabot in #159
  • build: bump min golang version to 1.19 by @vgarvardt in #160
  • Bump github.com/jackc/pgx/v5 from 5.2.0 to 5.3.0 by @dependabot in #157
  • Bump golang.org/x/net from 0.0.0-20220927171203-f486391704dc to 0.7.0 in /_example/outbox-worker-kafka by @dependabot in #161
  • feat: zerolog adapter by @vgarvardt in #162
  • feat: added UnwrapTx to all db adapters to get driver-specific tx by @vgarvardt in #163

Full Changelog: v5.0.1...v5.1.0

v5.0.1

30 Jan 11:32
d1e5eed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1