Skip to content

Releases: formancehq/go-libs

v2.0.0

17 Oct 12:56
22db708
Compare
Choose a tag to compare

What's Changed

  • feat(otlp/metrics): add in memory exporter and noop meter provider by @gfyrag in #127
  • chore: upgrade under v2 by @gfyrag in #134
  • chore: switch pq to pgx by @gfyrag in #138

Full Changelog: v1.7.2...v2.0.0

v1.7.2

15 Oct 11:35
38a2ec8
Compare
Choose a tag to compare

What's Changed

  • feat: add utils to postgres package by @gfyrag in #95
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.36 to 1.27.37 by @dependabot in #96
  • feat(ci): Add CodeQL & Add auto merge for Dependabot (only if Tests & Dirty is ok) by @flemzord in #97
  • feat(migrations): add capacity to up by one by @gfyrag in #98
  • fix(bunpaginate): fix missing unmarshal method for options by @paul-nicolas in #100
  • feat(dockerpool): add NO_CLEANUP var handling by @gfyrag in #102
  • fix(api): bad error message by @gfyrag in #103
  • feat: handle pg serialization errors by @gfyrag in #104
  • feat(time): add new function by @paul-nicolas in #105
  • fix(temporal): do not use testing context when creating search attributes by @paul-nicolas in #107
  • fix: marshalling of NatsServer structure by @gfyrag in #108
  • feat(time): add json schema by @gfyrag in #109
  • fix(pagination): recurse over pointer by @gfyrag in #111
  • feat(migrations): add testing utility by @gfyrag in #113
  • feat: add pprof module by @gfyrag in #124
  • chore(deps): bump go.uber.org/fx from 1.22.2 to 1.23.0 by @dependabot in #126
  • chore(deps): bump the otel group with 12 updates by @dependabot in #125
  • chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.31.0 to 1.32.2 by @dependabot in #123
  • chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.28.3 to 2.29.0 by @dependabot in #99
  • chore(deps): bump github.com/nats-io/nats-server/v2 from 2.10.20 to 2.10.21 by @dependabot in #106
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/rds/auth from 1.4.18 to 1.4.21 by @dependabot in #121
  • chore(deps): bump the otel-instrumentation group with 3 updates by @dependabot in #128
  • chore(deps): bump go.opentelemetry.io/contrib/propagators/b3 from 1.30.0 to 1.31.0 by @dependabot in #129
  • chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.37 to 1.27.43 by @dependabot in #122
  • chore: Configure Renovate by @NumaryBot in #130

New Contributors

Full Changelog: v1.7.1...v1.7.2

v1.7.1

23 Sep 14:50
Compare
Choose a tag to compare

What's Changed

  • fix(bunpaginate): time columns by @gfyrag in #94

Full Changelog: v1.7.0...v1.7.1

v1.7.0

23 Sep 13:16
d7dde6d
Compare
Choose a tag to compare
chore: Add CODEOWNERS

v1.5.0

20 Sep 09:19
e5b0e35
Compare
Choose a tag to compare

Full Changelog: v1.4.1...v1.5.0

v1.4.1

02 Jan 16:22
f90bc2f
Compare
Choose a tag to compare
Merge pull request #34 from formancehq/chore/add-details-field-to-err…

v1.4.0

29 Dec 16:58
66cd3c9
Compare
Choose a tag to compare
Merge pull request #32 from formancehq/chore/general-update

chore: General update

v1.3.0

16 Dec 09:14
Compare
Choose a tag to compare

What's Changed

  • feat(pgtesting): add package by @gfyrag in #24
  • feat(sharedotlp): catch errors and display a debug log by @gfyrag in #23
  • feat: add info handler on sharedapi by @gfyrag in #26

Full Changelog: v1.2.0...v1.3.0

Upgrade dependencies

23 Nov 11:23
Compare
Choose a tag to compare
v1.2.0

feat: upgrade libs - also remove metrics

v1.1.0

18 Nov 10:00
Compare
Choose a tag to compare
feat(telemetry): add resource attributes