Skip to content

Commit 9a6e183

Browse files
committed
chore: release 0.19.2
Bump to Holochain 0.6.1 (final) and @holochain/client 0.20.4. - hdi 0.7.1, hdk 0.6.1, holochain_serialized_bytes 0.0.57 - @holochain/client ^0.20.4 - holonix flake updated to holochain-0.6.1 final - backfill 0.19.1 changelog entry
1 parent 8b7b3c0 commit 9a6e183

6 files changed

Lines changed: 121 additions & 97 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99
### Changed
1010
### Fixed
1111

12+
## 2026-05-14: v0.19.2
13+
14+
### Changed
15+
- Upgrade to Holochain v0.6.1 (final): `hdi` v0.7.1, `hdk` v0.6.1, `holochain_serialized_bytes` v0.0.57.
16+
- Upgrade `@holochain/client` to v0.20.4.
17+
- Update Holonix flake inputs to track `holochain-0.6.1`.
18+
19+
## 2026-03-19: v0.19.1
20+
21+
### Changed
22+
- Switch network transport from WebRTC (`tx5Transport`) to QUIC (`irohTransport`) for Holochain 0.6 / kitsune2 compatibility.
23+
- Use `http://` scheme for the relay URL (required by iroh) and point `signal_url` at the local bootstrap server.
24+
- Increase the default `dhtSync` timeout to 60 s to accommodate kitsune2 gossip cadence.
25+
1226
## 2025-11-20: v0.19.0
1327

1428
### Added

Cargo.lock

Lines changed: 42 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ members = [
66
resolver = "2"
77

88
[workspace.dependencies]
9-
hdi = "0.7.1-rc.1"
10-
hdk = "0.6.1-rc.1"
11-
holochain_serialized_bytes = "0.0.56"
9+
hdi = "0.7.1"
10+
hdk = "0.6.1"
11+
holochain_serialized_bytes = "0.0.57"
1212
serde = "1.0.192"
1313

1414
[profile.dev]

flake.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)