Skip to content

Latest commit

 

History

History
137 lines (87 loc) · 4.84 KB

CHANGELOG.md

File metadata and controls

137 lines (87 loc) · 4.84 KB

Changelog

1.5.0 (2024-09-18)

  • Make instance use within a slot really round-robin (#218)
  • Mark instances as bad on network failure (#218)
  • Automatically clear all connection pools on network failure (#218)
  • Retry bad instances in a background thread (#218)
  • Retry bad instance "inline" with the requests if background threads are not allowd (#223)
  • Add tests for retry mechanisms and timeouts with dead or stalled connections (#214)

Full Changelog

1.4.1 (2024-09-09)

  • Fix compilation on windows (#219)

Full Changelog

1.4.0 (2024-09-05)

  • Change instance on each retry after a network failure (#206)
  • Enable configuring tcp keepalive (#207)
  • Enable configuring a time after which an idle connection is considered "stale" and not reused (#207)

Full Changelog

1.3.1 (2024-04-19)

Fixed

Full Changelog

1.3.0 (2024-01-12)

Fixed

Full Changelog

1.2.0 (2024-01-24)

Added

Changed

  • Improve logging: by @sosthene-nitrokey in ,#180 and #181
    • Log the number of retries and the timeouts for each slot
    • Log the number of attempts on each network failure
    • Log the paths of the source configuration files

Full Changelog

1.1.0 (2024-01-12)

Examples

Additions

Changes

Fixes

Full Changelog

1.0.0 (2023-11-27)

Initial release