Skip to content

unleash-edge v16.0.5

Compare
Choose a tag to compare
@gastonfournier gastonfournier released this 30 Nov 11:29
· 274 commits to main since this release
22afcb3

Chore

  • Bump to opentelemetry 0.21

New Features

  • obey http status responses. backoff when 429 or 50x

Bug Fixes

  • readd http metrics
    After upgrading opentelemetry we lost our http metrics on our prometheus
    metrics dump due to a different call setup for getting it to work. This
    PR again sets up our configured meter provider to be used for all
    prometheus metrics. Which allows us to have our custom middleware work
    again.
  • use chrono durations and make jitter random 0..5 seconds instead of 0..5000 ms

Commit Statistics

  • 8 commits contributed to the release over the course of 6 calendar days.
  • 6 days passed between releases.
  • 4 commits were understood as conventional.
  • 3 unique issues were worked on: #339, #350, #351

Commit Details

view details
  • #339
    • obey http status responses. backoff when 429 or 50x (33a511d)
  • #350
    • use chrono durations and make jitter random 0..5 seconds instead of 0..5000 ms (3618299)
  • #351
  • Uncategorized