⚠️ indicates a breaking change.
[Unreleased]
Added
Changed
Removed
[0.0.5] - 2024-10-02
Changed
- No longer rename
ArcIdUsize
toArcId
for the export, because it turned out to cause confusion.
[0.0.4] - 2024-09-20
Added
- Support automatically closing connections when a listener is removed.
Changed
- ⚠️ Rather than have two different functions to add listeners, unify to a single
function, and use a builder-type
ListenerSpec
to pass to theadd_listener()
method instead. - Update
idbag
to0.2.0
.
Removed
- ⚠️ No longer allow
kill_conns
to be specified when killing a listener. Rely on theListenerSpec
setting instead.
[0.0.3] - 2024-09-18
Changed
- Add
Send
bounds to make generatedFuture
sSend
.
[0.0.2] - 2024-08-20
Changed
- Windows build fix: Put unixy-specific varaiant behind
cfg(unix)
gate.
[0.0.1] - 2024-08-06
Initial release.