Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
changelog: Update with block command
Fintan Halpenny committed 2 months ago
commit 2c438085bc04660ca9bc53e4cca24a30773a090f
parent d48d7d04b84e37795f16b3d55ae5b0f01b1830cb
2 files changed +5 -0
modified CHANGELOG.md
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## New Features

+
- The block policy for `NodeId`'s is used for limiting the namespaces fetched
+
  from other nodes. It is now also extended to block connections to the blocked
+
  `NodeId`.
- The set of references returned by `references_of` were restricted to `heads`,
  `tags`, `notes`, `rad`, and `cobs`. The restriction is lifted, and the only
  references filtered out are `refs/tmp/heads` – used by `radicle-remote-helper`
modified crates/radicle/CHANGELOG.md
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

+
- `radicle::node::Handle` added a `block` method to allow setting the follow
+
  policy to `Policy::Block`.
- `radicle::node::Handle::announce_refs_for` now allows specifying for which
  namespaces changes should be announced. A corresponding enum variant
  `radicle::node::Command::AnnounceRefsFor` is added.