What's new?
This patch release introduces a set of fixes and improvements related to gossip (ephemeral streams) and sync (eventually-consistent streams). We've also made the jump to the latest iroh versions which further improve the reliability and capability of our networking stack.
Changed
- Update iroh to v0.96.1 #978
Fixed
- Fix Drop impl causing premature gossip unsubscribe #968
- Fix panic on sink closure after error during sync session #972
- Gracefully handle concurrently deleted operations during sync #974
- Cleanup state in gossip unsubscribe handler #973
- Fix bind conflict with unique argument seed #980
- Fix tests: Subscribe to events before topic stream creation #981