Releases: tecnickcom/gogen
Releases · tecnickcom/gogen
v1.129.1
Full Changelog: v1.129.0...v1.129.1
v1.129.0
- 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
- 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
- New opentel default function: DefaultTracerProvider and DefaultMeterProvider.
Full Changelog: v1.126.0...v1.127.0
v1.126.0
- 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
- Add 'cv2' and 'cvc' keywords in redact pattern.
- Update dependencies.
Full Changelog: v1.125.2...v1.125.3
v1.125.2
- Add new keywords to the redact package.
- Update dependencies.
Full Changelog: v1.125.1...v1.125.2
v1.125.1
- 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
Full Changelog: v1.124.0...v1.124.1
v1.124.0
-
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