Skip to content

Releases: causiq/logary

5.0.1

12 May 17:38
@haf haf
Compare
Choose a tag to compare

Upgrade to netcoreapp3.1 and improve builds for Rutta

5.0.0

19 Sep 11:25
@haf haf
Compare
Choose a tag to compare

Logary v5 🦄

5.0.0-rc.11

29 Aug 15:05
@haf haf
Compare
Choose a tag to compare
5.0.0-rc.11 Pre-release
Pre-release

Implement OpenTelemetry specification for Trace (tracing), thanks @haf
Implement nice Jaeger samplers, thanks @haf
Default AsyncLocal SpanContext storage to being off, thanks @haf
Improve Logary.Suave example with Trace support, thanks @haf
Clean up unit tests in Logary.Tests, thanks @haf
Made Prometheus exporter export convention-based Spans, thanks @haf

5.0.0-rc.10

10 Apr 21:18
@haf haf
Compare
Choose a tag to compare
5.0.0-rc.10 Pre-release
Pre-release

Add Message.{setReceiveTimestamp,setReceiveEpochNano} for ingestion points to use, thanks @haf

5.0.0-rc.9

05 Apr 08:05
@haf haf
Compare
Choose a tag to compare
5.0.0-rc.9 Pre-release
Pre-release

BREAKING: move Logary.Message.Patterns to Logary.MessagePatterns, thanks @haf
Roundtripping JSON encode/decode, thanks @haf

5.0.0-rc.8

04 Apr 14:08
@haf haf
Compare
Choose a tag to compare
5.0.0-rc.8 Pre-release
Pre-release

Prometheus Support 🎉, thanks @lust4life
Google Pub/Sub support 🎊, thanks @haf
New domain with docs at https://logary.tech 😎, thanks @haf

5.0.0-rc.7

01 Apr 21:49
@haf haf
Compare
Choose a tag to compare
5.0.0-rc.7 Pre-release
Pre-release

Build improvements, thanks @haf

5.0.0-rc.5

12 Mar 21:27
@haf haf
Compare
Choose a tag to compare
5.0.0-rc.5 Pre-release
Pre-release

Improve ISO8601 with JSON parsing, fixes #400, thanks @haf

5.0.0-rc.4

04 Mar 21:16
@haf haf
Compare
Choose a tag to compare
5.0.0-rc.4 Pre-release
Pre-release

Correct ZMQ installation in Debian-based Dockerfile for Rutta, second try, thanks @haf

5.0.0-rc.3

04 Mar 16:22
@haf haf
fe5b36c
Compare
Choose a tag to compare
5.0.0-rc.3 Pre-release
Pre-release

Correct ZMQ installation in Debian-based Dockerfile for Rutta, thanks @haf
Correct response headers for CORS POST requests for /i/logary, thanks @haf