Releases: dogmatiq/enginekit
Releases · dogmatiq/enginekit
Version 0.20.0
29 Jan 21:50
Compare
Sorry, something went wrong.
No results found
Added
Added stubs.UUIDSequence.Count() method.
Added telemetry.Provider.WithAttrs() method.
Added xrapid.Uint64Range() function.
Added xrapid.SamplesFromSeq2() function.
Removed
[BC] Removed telemetry.Provider.Attrs field.
Fixed
xrapid.Envelope() now always generates valid message envelopes.
xrapid.Identity() now always generates valid identities.
Version 0.19.19
17 Dec 23:16
Compare
Sorry, something went wrong.
No results found
Added
Added stubs.UUIDSequence.
Fixed
Fixed uuidpb.UUID.Validate() to accept both Version 4 and Version 5 UUIDs.
Version 0.19.18
17 Dec 06:11
Compare
Sorry, something went wrong.
No results found
Added
Added xsync.Future.
Added xsync.SucceedOnce.
Added xatomic.Value.
Added uuidpb.Set and Map types.
Version 0.19.17
07 Dec 22:09
Compare
Sorry, something went wrong.
No results found
Added
Added support for Dogma v0.19.0 "concurrency preferences" to config package.
Version 0.19.16
04 Dec 21:32
Compare
Sorry, something went wrong.
No results found
Added
Added telemetry.NewSLogProvider(), which adapts an slog.Logger to the OpenTelemetry log.LoggerProvider interface.
Version 0.19.15
04 Dec 21:08
Compare
Sorry, something went wrong.
No results found
Added
Added global attributes to telemetry.Provider that are applied to all spans, metrics and log records created by the provider.
Version 0.19.14
04 Dec 10:24
Compare
Sorry, something went wrong.
No results found
Remove use of slog.GroupAttrs(), which is only available as of Go v1.25 (the module targets Go v1.24).
Version 0.19.13
04 Dec 10:12
Compare
Sorry, something went wrong.
No results found
Fixed
Remove use of slog.GroupAttrs(), which is only available as of Go v1.25 (the module targets Go v1.24).
Version 0.19.12
04 Dec 08:38
Compare
Sorry, something went wrong.
No results found
Added
Added uuidpb.FromBytes().
Added uuidpb.UUID.AsByteArray().
Version 0.19.10
02 Dec 08:53
Compare
Sorry, something went wrong.
No results found
Fixed
Ensure telemetry.Span attributes set on span creation are added to log records.