Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.0.2] - 2026-05-06
- Client: warn (instead of error) on per-address UDP send failures when at least one address succeeds, so dual-stack hosts on single-family networks no longer log catastrophically
- Client: raise `Sparoid::Client::SendError` when every address fails, surfacing a clear actionable failure
- Client: partial-failure warnings now go through `Log.warn` (source `Sparoid::Client`) instead of raw STDERR

## [2.0.1] - 2026-04-29
- Build for Ubuntu 26.04
- Drops Ubuntu 20.04, Fedora 41
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sparoid
version: 2.0.1
version: 2.0.2

authors:
- 84codes <contact@84codes.com>
Expand Down
Loading