Skip to content

Releases: mbta/server_sent_event_stage

v1.2.1

06 Aug 16:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Apr 21:39
Compare
Choose a tag to compare

This bumps the minimum supported version of Erlang to 24, and of Elixir to 1.11.4. It also bumps the versions of gen_stage and ex_doc.

v1.1.0

16 Apr 21:39
Compare
Choose a tag to compare
  • Bump mint to version 1.4 to support OTP 24.

1.0.2

23 Mar 18:39
fc860b5
Compare
Choose a tag to compare
  • Upgrade gen_stage to version 1.0
  • Bump ex_doc and excoveralls dependencies
  • Fix the version number for castore

1.0.1

21 Jan 14:07
Compare
Choose a tag to compare
  • fix: close connection before re-connecting

1.0.0

07 Jan 15:13
Compare
Choose a tag to compare
  • Switch to using Mint as the HTTP library. We now optionally depend on ca_store for certificate validation
  • Elixir 1.7 is now the minimum supported version

v0.4.1

24 Apr 16:49
Compare
Choose a tag to compare
  • Support refreshing the connection. For some SSE clients, they'll send a final message but not disconnected. This allows the upstream consumer of the stream to reconnect.
  • Update ex_doc dependency.

v0.3.0

23 Oct 00:03
Compare
Choose a tag to compare

Support passing custom headers (@mogorman)

v0.2.0

08 Jun 14:37
70a9396
Compare
Choose a tag to compare
support redirecting to a new URL (#1)