Releases: mbta/server_sent_event_stage
Releases · mbta/server_sent_event_stage
v1.2.1
What's Changed
- deps: allow
castore
1.0+ by @digitalcora in #17 - doc: explain OpenSSL configuration for development by @digitalcora in #18
- chore: cut release 1.2.1 by @digitalcora in #20
New Contributors
- @digitalcora made their first contribution in #17
Full Changelog: v1.2.0...v1.2.1
v1.2.0
- feat: optionally time out if stream goes idle (@boringcactus)
- chore: upgrade to Erlang 24 (@boringcactus)
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
- Bump mint to version 1.4 to support OTP 24.
1.0.2
1.0.1
- fix: close connection before re-connecting
1.0.0
- 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
- 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
v0.2.0
support redirecting to a new URL (#1)