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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## \[[0.4.0-dev.4](https://github.com/holochain/kitsune2/compare/v0.4.0-dev.3...v0.4.0-dev.4)\] - 2026-03-10

### Features

- Gossip approximate DHT size and expose `dht_op_count` on `PeerMeta` as well as `local_op_count` on `GossipStateSummary` by @lucksus in [#469](https://github.com/holochain/kitsune2/pull/469)
- Integrate iroh transport with relay authentication by @ThetaSinner in [#470](https://github.com/holochain/kitsune2/pull/470)

### Automated Changes

- *(deps)* Bump docker/metadata-action from 5 to 6 by @dependabot[bot] in [#473](https://github.com/holochain/kitsune2/pull/473)
- *(deps)* Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in [#472](https://github.com/holochain/kitsune2/pull/472)
- *(deps)* Bump docker/login-action from 3 to 4 by @dependabot[bot] in [#471](https://github.com/holochain/kitsune2/pull/471)
- *(deps)* Bump holochain/actions/.github/workflows/changelog-preview-comment.yml by @dependabot[bot] in [#468](https://github.com/holochain/kitsune2/pull/468)

## \[[0.4.0-dev.3](https://github.com/holochain/kitsune2/compare/v0.4.0-dev.2...v0.4.0-dev.3)\] - 2026-03-02

### Features
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.4.0-dev.3"
version = "0.4.0-dev.4"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
homepage = "https://www.holochain.org/"
repository = "https://github.com/holochain/kitsune2"
Expand Down
Loading