This patch release fixes SSE reconnection failures and refreshes dependencies.
Bug fixes
- SSE reconnections no longer fail with a 429. The concurrent connection cap per device was still set to one, so a client whose event stream dropped without a clean close was rejected until the server tore down the stale connection. The cap is now two, leaving room for the new stream to be established while the old one is still being cleaned up.
Security
- Updated
event-listenerto 5.4.2 to address RUSTSEC-2026-0221.
Performance & technical improvements
- Dependencies updates to their latest versions.