Skip to content

Files

Latest commit

 

History

History
62 lines (30 loc) · 3.13 KB

CHANGELOG.md

File metadata and controls

62 lines (30 loc) · 3.13 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.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.