Skip to content

Latest commit

 

History

History
108 lines (50 loc) · 5.28 KB

File metadata and controls

108 lines (50 loc) · 5.28 KB

Change log

All notable changes to the LaunchDarkly SSE Client for Python will be documented in this file. This project adheres to Semantic Versioning.

1.5.1 (2026-01-23)

Bug Fixes

  • Update document link and fix doc build failure (#55) (260ddc9)

1.5.0 (2025-11-07)

Features

  • Provide access to HTTP headers on success or error (#53) (b83f356)

1.4.0 (2025-11-03)

Features

  • Support dynamic query parameters on reconnect (#51) (d09ca93)

1.3.0 (2025-06-26)

⚠ BREAKING CHANGES

  • Drop support for Python 3.8 (eol 2024-10-07) (#49)

Features

  • Drop support for Python 3.8 (eol 2024-10-07) (#49) (a57558e)

1.2.4 (2025-05-29)

Bug Fixes

  • Catch all response.shutdown exceptions (#45) (cd7262e)

1.2.3 (2025-05-29)

Bug Fixes

  • Replace deprecated ssl.wrap_socket usage (#42) (34510b6)

1.2.2 (2025-02-28)

Bug Fixes

1.2.1 (2024-12-23)

Bug Fixes

  • Ensure blocking read stream can be shutdown (#37) (58c4702)

1.2.0 (2024-04-04)

Features

Bug Fixes

  • Move tests under ld_eventsource namespace (#29) (74a41db)

Documentation

1.1.1 (2024-03-01)

Bug Fixes

  • deps: Bump jsonpickle to fix CVE-2020-22083 (#23) (3487311)
  • Raise minimum urllib3 package to 1.26.0 (#26) (ca5408d), closes #25

Documentation

1.1.0 (2023-11-16)

Features

  • Expand support to include urllib3 v2 (#15) (340ff73)

[1.0.1] - 2023-01-04

Fixed:

  • Fixed packaging error that made installs fail.

[1.0.0] - 2023-01-04

Initial release.