File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ v5.9.6] ( https://github.com/buildkite/buildkite-agent-metrics/tree/v5.9.6 ) (2024-06-05)
8+ [ Full Changelog] ( https://github.com/buildkite/buildkite-agent-metrics/compare/v5.9.5...v5.9.6 )
9+
10+ ### Changed
11+ - This change enables configuration of http connection pooling [ #286 ] ( https://github.com/buildkite/buildkite-agent-metrics/pull/286 ) (@wolfeidau )
12+ - This change will ensure a single HTTP client is created [ #285 ] ( https://github.com/buildkite/buildkite-agent-metrics/pull/285 ) (@wolfeidau )
13+
714## [ v5.9.5] ( https://github.com/buildkite/buildkite-agent-metrics/tree/v5.9.5 ) (2024-05-27)
815[ Full Changelog] ( https://github.com/buildkite/buildkite-agent-metrics/compare/v5.9.4...v5.9.5 )
916
Original file line number Diff line number Diff line change 11package version
22
33// Version is the version number.
4- const Version = "5.9.5 "
4+ const Version = "5.9.6 "
You can’t perform that action at this time.
0 commit comments