Skip to content

Releases: kostyay/gorm-opentelemetry

Update to Go 1.22

07 May 20:31
74a975e
Compare
Choose a tag to compare
Merge pull request #7 from kostyay/update_dependencies_go122

update dependencies and update go to 1.22

v1.1.2

14 Nov 16:30
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.1.2

v1.1.1

19 May 18:32
Compare
Choose a tag to compare
  • Update to Go 1.20
  • Update to latest version of Otel

v1.1

17 Apr 10:21
d462e67
Compare
Choose a tag to compare

What's Changed

  • Update to go 1.18
  • Update OTEL to the latest version
  • Change attribute names to ones that better resemble semconv
  • Add an option to disable logging evaluated query with arguments - This may have a big effect on performance for big queries
  • SQL query will be chunked as an event instead of an attribute if its too large

Full Changelog: v1.0.0...v1.1

v1.0.0

01 Jan 16:55
d3615b9
Compare
Choose a tag to compare
Merge pull request #1 from kostyay/InitialCommit

Initial commit