Skip to content

Releases: unikmhz/uxum

UXUM 0.9.2

29 Jan 04:11
v0.9.2
f431465

Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

UXUM 0.9.1

13 Oct 17:51
v0.9.1
0c8ed9a

Choose a tag to compare

  • fix: Version and feature fixes for OTel 0.30

Full Changelog: v0.9.0...v0.9.1

UXUM 0.9.0

29 Sep 02:42
v0.9.0
b156b23

Choose a tag to compare

What's Changed

  • Bump OpenTelemetry to 0.30.
  • Can now disable metrics at runtime.
  • BREAKING: Can configure multiple metrics exporters in config.
  • BREAKING: Can configure multiple tracing exporters in config.
  • Swapped (unmaintained) opentelemetry-prometheus for an alternative. Probably will return to first-party exporter after OpenTelemetry stabilization process.
  • Moved static labels inside config, to be used for both tracing and metrics OTLP exporters.
  • Fix racy metrics initialization.
  • Bump tonic/prost, socket2.
  • Make exporter TLS parameters configurable.
  • Fix garbage trace_id/span_id attributes in logs when tracing is disabled in config.
  • Add opentelemetry-stdout support for development and debugging.

Merge requests

  • feat(metrics): Rework OpenTelemetry integration + miscellanea by @unikmhz in #47
  • chore: bump opentelemetry for uxum-pools by @unikmhz in #48

Full Changelog: v0.8.0...v0.9.0

UXUM 0.8.0

23 Sep 02:26
v0.8.0
a513318

Choose a tag to compare

What's Changed

  • feat: Index page handler.
  • feat(logging): support writing logs to Kafka topics.
  • feat(logging): hide additional sensitive headers in logs and traces.
  • feat(auth): support for several modern password hashing algos.
  • feat(auth) use AuthToken instead of String to pass credentials.
  • feat(auth): configurable authentication.
  • feat(auth): JWT auth extractor.
  • feat(auth): stacked auth extractor.

by @unikmhz in #42

Full Changelog: v0.7.3...v0.8.0

UXUM 0.7.3

05 Sep 06:48
v0.7.3
9ff38d0

Choose a tag to compare

What's Changed

  • Added request/response log level customization and option to toggle request header logging by @IamMaxim in #39

Full Changelog: v0.7.2...v0.7.3

UXUM 0.7.2

03 Sep 16:35
v0.7.2
e2d4199

Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

UXUM 0.7.1

01 Sep 02:24
v0.7.1
0ffb9b7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

UXUM 0.7.0 + uxum-pools 0.3.1

22 Aug 03:07
v0.7.0
2520d1b

Choose a tag to compare

What's Changed

  • feat: Configurable maintenance mode by @unikmhz in #37

Full Changelog: v0.6.1...v0.7.0

UXUM 0.6.1

15 Aug 17:24
v0.6.1
43f83c0

Choose a tag to compare

What's Changed

  • Added copying of UserId from request to response by @IamMaxim in #36

Full Changelog: v0.6.0...v0.6.1

UXUM 0.6.0

15 Jul 02:56
v0.6.0
72e3de5

Choose a tag to compare

What's Changed

  • Add tls client config for tracing by @vabka in #33

New Contributors

  • @vabka made their first contribution in #33

Full Changelog: v0.5.0...v0.6.0