Skip to content

Releases: tecnickcom/gogen

v1.129.1

19 Mar 15:32
56e4b2b

Choose a tag to compare

v1.129.0

18 Mar 22:46
ed2b533

Choose a tag to compare

  • Add new metrics SqlOpen() methods to wrap sql.Open with full instrumentation (now only available for opentel).

Full Changelog: v1.128.1...v1.129.0

v1.128.1

18 Mar 18:35
348d9a2

Choose a tag to compare

  • In the metrics/opentel package is now possible to set the name, version and environment from the OTEL_RESOURCE_ATTRIBUTES environment variable attributes or from the following environment variables: OTEL_SERVICE_NAME, OTEL_SERVICE_VERSION, OTEL_DEPLOYMENT_ENVIRONMENT_NAME.
  • Update dependencies.

Full Changelog: v1.127.0...v1.128.1

v1.127.0

17 Mar 19:30
519b671

Choose a tag to compare

  • New opentel default function: DefaultTracerProvider and DefaultMeterProvider.

Full Changelog: v1.126.0...v1.127.0

v1.126.0

17 Mar 17:17
7d405e2

Choose a tag to compare

  • Change and extend opentel options (open telemetry package).
  • Removed deprecated uidc package (see random).
  • Removed deprecated randomkey package (see random).
  • Updated dependencies.

Full Changelog: v1.125.3...v1.126.0

v1.125.3

12 Mar 05:50
103f56f

Choose a tag to compare

  • Add 'cv2' and 'cvc' keywords in redact pattern.
  • Update dependencies.

Full Changelog: v1.125.2...v1.125.3

v1.125.2

10 Mar 18:09
32099e3

Choose a tag to compare

  • Add new keywords to the redact package.
  • Update dependencies.

Full Changelog: v1.125.1...v1.125.2

v1.125.1

10 Mar 08:51
1b78d6a

Choose a tag to compare

  • New uhex package for uint fast-hex-encoding.
  • New methods in the random package: RandHex64() and RandString64().
  • New UID64 and UID128 functions and methods in the random package.
  • Deprecated randomkey package.

Full Changelog: v1.124.1...v1.125.1

v1.124.1

09 Mar 08:58
b67952d

Choose a tag to compare

Full Changelog: v1.124.0...v1.124.1

v1.124.0

08 Mar 13:16
eb4dc56

Choose a tag to compare

  • Deprecated uidc package: see equivalent functions in the random package.

  • Added UUIDv7 method in the random package to generate 128-bit Universally Unique IDentifier (UUID) version 7 as defined by
    // RFC 9562 (https://datatracker.ietf.org/doc/html/rfc9562#name-uuid-version-7).

  • Update packages to use the new fast random.UUIDv7() instead of the uidc.New128().

Full Changelog: v1.123.4...v1.124.0