Skip to content

Latest commit

 

History

History
76 lines (36 loc) · 3.79 KB

File metadata and controls

76 lines (36 loc) · 3.79 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.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.