All notable changes to the LaunchDarkly SSE Client for Python will be documented in this file. This project adheres to Semantic Versioning.
1.7.1 (2026-06-25)
1.7.0 (2026-06-22)
- Drop support for Python 3.9 (b824014)
1.6.0 (2026-06-22)
- Add experimental AsyncSSEClient with aiohttp-based async/await support (574c673)
- Close the connection client on SSEClient.close() (10f73ae)
- Update last_event_id as each event is yielded (10f73ae)
1.5.1 (2026-01-23)
1.5.0 (2025-11-07)
1.4.0 (2025-11-03)
1.3.0 (2025-06-26)
- Drop support for Python 3.8 (eol 2024-10-07) (#49)
1.2.4 (2025-05-29)
1.2.3 (2025-05-29)
1.2.2 (2025-02-28)
1.2.1 (2024-12-23)
1.2.0 (2024-04-04)
1.1.1 (2024-03-01)
- deps: Bump jsonpickle to fix CVE-2020-22083 (#23) (3487311)
- Raise minimum urllib3 package to 1.26.0 (#26) (ca5408d), closes #25
1.1.0 (2023-11-16)
- Fixed packaging error that made installs fail.
Initial release.