Skip to content

Releases: zerofox-oss/go-msg

OTEL Decorators

06 Nov 14:31
a3d4e7b
Compare
Choose a tag to compare
OTEL Decorators Pre-release
Pre-release
Merge pull request #23 from shezadkhan137/add-otel-support

Add OpenTelemetry support

v0.1.3: Merge pull request #20 from shezadkhan137/add-lz4-compression

24 Sep 08:43
c959841
Compare
Choose a tag to compare

Add traceState key

04 Feb 21:38
f9c9e0a
Compare
Choose a tag to compare
v0.1.2

Merge pull request #18 from shezadkhan137/add-tracing-tracestate-supp…

Add tracing decorators

02 Aug 16:57
0cff50d
Compare
Choose a tag to compare

You can use the decorators/tracing package to enrich go-msg primitives with tracing data. By adding these decorators you can propagate tracing information between your services.

Thanks to @shezadkhan137 for adding this!

Go module support

12 Jul 18:46
10f033d
Compare
Choose a tag to compare
Merge pull request #14 from Xopherus/enable-mod

Commit go.mod file

Add context.Context to NewWriter func

21 Oct 20:46
Compare
Choose a tag to compare

In order to propagate signals to MessageWriters we have decided to add a context parameter to the NewWriter method defined on the Topic struct. Concrete implementations may opt-in to use this parameter. This is comparable to the decision that was made to provide a context for Receiver.

Shout out to @paultyng for the suggestion!