Skip to content

Releases: yabeda-rb/yabeda-http_requests

0.3.0: Histogram buckets config

Choose a tag to compare

@github-actions github-actions released this 20 Oct 11:57
v0.3.0
7dda21e

Added

  • Ability to configure histogram bucket sizes for the response_duration metric. #10 by [@ryan-dyer-sp][]

0.2.1: Ensure http method is always uppercase

Choose a tag to compare

@github-actions github-actions released this 14 Dec 06:06
v0.2.1
3246484

Fixed

  • Ensure http method is always uppercase. [@webmat], #6

0.2.0: Ruby 3 compatibility and Sniffer middleware fix

Choose a tag to compare

@github-actions github-actions released this 25 Jan 18:28
v0.2.0
51fffcd

Fixed

  • Ruby 3.0 compatibility due to keyword arguments behavior change. [@danmarcab], #3
  • Sniffer middleware chain execution. [@dreikanter], #2

Removed

  • Support for Ruby 2.3 and 2.4 as they've reached their End of Life and Sniffer supports only 2.5 and newer anyway. [@Envek]

v0.1.2

Choose a tag to compare

@dsalahutdinov dsalahutdinov released this 26 Mar 18:49

Fix typo

v0.1.1

Choose a tag to compare

@dsalahutdinov dsalahutdinov released this 23 Mar 06:14

Minor fixes

v0.1.0

Choose a tag to compare

@dsalahutdinov dsalahutdinov released this 19 Mar 11:36

Initial release