Skip to content

Releases: launchdarkly/python-eventsource

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 14:16
Immutable release. Only release title and notes can be modified.
6748a50

1.7.1 (2026-06-25)

Bug Fixes

  • Correct pool ownership and close pooled connections synchronously (#72) (498d10e)

This PR was generated with Release Please. See documentation.

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 16:24
Immutable release. Only release title and notes can be modified.
648df2c

1.7.0 (2026-06-22)

Features

  • Drop support for Python 3.9 (b824014)

This PR was generated with Release Please. See documentation.

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 16:14
Immutable release. Only release title and notes can be modified.
2b77ff8

1.6.0 (2026-06-22)

Features

  • Add experimental AsyncSSEClient with aiohttp-based async/await support (574c673)

Bug Fixes

  • Close the connection client on SSEClient.close() (10f73ae)
  • Update last_event_id as each event is yielded (10f73ae)

This PR was generated with Release Please. See documentation.

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 23 Jan 17:34
a2234f4

1.5.1 (2026-01-23)

Bug Fixes

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

This PR was generated with Release Please. See documentation.

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Nov 19:21
44fb4f6

1.5.0 (2025-11-07)

Features

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

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Nov 17:23
7f0fc62

1.4.0 (2025-11-03)

Features

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

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 17:20
638c403

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)

v1.2.4

Choose a tag to compare

@github-actions github-actions released this 29 May 17:55
df4bc98

1.2.4 (2025-05-29)

Bug Fixes

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

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 29 May 16:00
b8e7853

1.2.3 (2025-05-29)

Bug Fixes

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

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 28 Feb 19:34
bb2b189

1.2.2 (2025-02-28)

Bug Fixes