Skip to content

Latest commit

 

History

History
97 lines (45 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

97 lines (45 loc) · 4.5 KB

Changelog

2.3.2 (2024-11-14)

Bug Fixes

  • UNTICKETED: Dont parse pdf as json (#44) (fd4c13c)

2.3.1 (2024-07-11)

Bug Fixes

2.3.0 (2024-07-11)

Features

  • add and fix put and delete methods (#41) (1d9e9b0)
  • Use enumarable for collection delegation (8fc143a)

Bug Fixes

  • Delegate :map to parsed response (#39) (59b77e8)

2.2.0 (2024-05-17)

Features

2.1.0 (2024-01-05)

Features

  • response: [NO-TICKET] parsed_response tests and json support (#31) (e169215)

2.0.1 (2023-12-21)

Bug Fixes

  • request: Handle edge cases in response parsing (#29) (7818562)

2.0.0 (2023-10-25)

⚠ BREAKING CHANGES

  • logging: Improve redaction mechanism (#23)

Features

  • Generate request ID header by default (#25) (c2aa078)
  • logging: Improve redaction mechanism (#23) (ce090bd)

1.3.0 (2023-08-24)

Features

  • request: Add helper :get and :post class methods (#21) (e7427a6)

1.2.1 (2023-07-28)

Bug Fixes

  • logger: Fix reference to ruby Logger constant (#19) (ec99bd5)

1.2.0 (2023-07-28)

Features

  • Add customizable log redactor that can handle both Hash and String payload. Also add support for auto-generating request IDs (#14) (c3efa0a)

1.1.1 (2023-06-20)

Bug Fixes

  • httpigeon: Leave event logger constructor signature up to call site (#10) (03ba441)

1.0.0 (2023-06-20)

Initial release

Features

  • httpigeon: [XAPI-1353] Gemify HTTPigeon library (#1) (ee89810)