Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
CHANGELOG: note breaking changes for service
✗ CI failure Fintan Halpenny committed 4 months ago
commit 996209f1096a782f9ccfffb4e7bd98af2c4e1996
parent 053ccccfbeb826abc1db04e2d215a48eb82b2dd5
1 failed (1 total) View logs
2 files changed +12 -0
modified CHANGELOG.md
@@ -28,6 +28,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Fixed Bugs

+
## Breaking Changes
+

+
- The `Connected` state of a peer no longer contains fetching information. This
+
  information was returned when requesting for `Seeds` on the control socket.
+
  Callers should no longer expect the `fetching` inside that JSON result.
+
- The `rad debug` information for ongoing fetches contained the number of
+
  subscribers awaiting for results, this was removed.
+

## 1.5.0

## Release Highlights
modified crates/radicle/CHANGELOG.md
@@ -46,6 +46,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

+
- The data returned by `Seeds` contains `state`, which in turn contained the
+
  field `fetching` for ongoing fetches of that node, if in the `Connected`
+
  state. `Connected` no longer contains that field.
+

### Security

## 0.20.0