Releases: maidsafe/sn_routing
Releases · maidsafe/sn_routing
v0.47.1
0.47.1 (2021-03-02)
Features
- implement new SectionChain that can resolve forks (a3d786f)
- replace (old) SectionProofChain with (new) SectionChain (03fb82c)
Bug Fixes
- bug in SectionChain::minimize (0eef78e)
- correctly handle section chain extend edge case (cae05ba)
- ensure section elders info is always signed with the last chain key (82fad1a)
- make SectionChain::check_trust more strict (8dcd021)
v0.47.0
0.47.0 (2021-03-02)
⚠ BREAKING CHANGES
- messaging: send_message api now requires an itinerary argument
Bug Fixes
-
issues pointed out in review comments (d9a986e)
-
messaging: add expected aggregation scheme, and use an itinerary (a79d2d0)
v0.46.0
0.46.0 (2021-02-25)
⚠ BREAKING CHANGES
- accumulation: this uses a new version of sn_messaging with a breaking
change
Features
- accumulation: add support for accumlation at dest node (f892838)
Bug Fixes
- dst-accumulation: verify aggregated signature with proof chain (bd99595)
v0.45.0
0.45.0 (2021-02-24)
⚠ BREAKING CHANGES
- added new field to the
Event::EldersChanged
variant.
Features
- add sibling key to Event::EldersChanged (afd33e3)
- new API: Routing::section_key (486ee61)
v0.44.0
0.44.0 (2021-02-23)
⚠ BREAKING CHANGES
- deps: removes send_message_to_client api,
Features
- enduser: add mapping between socketaddr and pk (1ff902d)
- messages: remove MsgEnvelope (57df069)
Bug Fixes
-
add missing routing to client of relayed client message (fbde5b1)
-
addresss review comments (27dcac5)
-
post-rebase issues (906ef03)
-
remove unnecessary error mapping (0f3418b)
-
remove use of wildcard match and unimplemented macro (84c53d8)
-
deps: update sn_messaging, sn_data_types (367b673)