Releases: freenet/freenet-core
Releases · freenet/freenet-core
v0.1.41
Freenet v0.1.40
Freenet v0.1.40
Highlights
This release focuses on NAT routing fixes and protocol improvements to make Freenet work correctly for peers behind NAT.
Changes
Fixes
- Handle NAT address in subscribe and seeding operations (#2193)
- Use
upstream_addrfor routing PUT responses in NAT scenarios (#2195) - Use tempfile in test_serde_config_args for CI reliability (#2194)
- Use Joiner enum to properly handle NAT peer address discovery (#2158)
Refactoring
- Wire protocol cleanup and NAT routing improvements (#2191)
- Add
upstream_addrfor connection-based routing (#2167) - Revert Joiner enum (#2158) to unblock PR stack (#2181)
CI/Infrastructure
- Optimize CI by running clippy on GitHub-hosted runner (#2180)
- Use GitHub-hosted runners for fast checks (#2178)
- Reduce GitHub Actions costs (#2177)
Dependencies
- Bump webpack-dev-server, express, test-log, serde_with, tracing-subscriber, freenet-test-network, tracing, bytesize
Full Changelog: v0.1.39...v0.1.40
v0.1.39
What's Changed
- fix: add self-connection guard in should_accept() by @sanity in #2140
- fix: use observed external address in ConnectResponse target by @sanity in #2142
- ci: isolate six-peer test by @sanity in #2137
- fix: add self to connect skip_list when selecting forwarding targets by @sanity in #2146
- build: release 0.1.39 by @sanity in #2147
Full Changelog: v0.1.38...v0.1.39
v0.1.38
What's Changed
- fix: keep listener ports out of Windows exclusion range by @sanity in #2083
- test: add freenet-test-network harnesses by @sanity in #2081
- fix: make peer_connection_listener persistent by @sanity in #2091
- fix: unblock local puts without downstream ack by @sanity in #2089
- chore(deps): bump quote from 1.0.41 to 1.0.42 by @dependabot[bot] in #2072
- fix: propagate observed joiner address through connect by @sanity in #2090
- chore(deps): bump tracing-subscriber from 0.3.18 to 0.3.20 in /apps/freenet-email-app by @dependabot[bot] in #2080
- test: improve diagnostics for three-node connectivity by @sanity in #2095
- chore(deps): bump console-subscriber from 0.4.1 to 0.5.0 by @dependabot[bot] in #2102
- chore(deps): bump bytes from 1.10.1 to 1.11.0 by @dependabot[bot] in #2096
- chore(deps): bump rsa from 0.9.8 to 0.9.9 by @dependabot[bot] in #2097
- chore(deps): bump serde_with from 3.15.1 to 3.16.0 by @dependabot[bot] in #2098
- chore(deps): bump clap from 4.5.51 to 4.5.52 by @dependabot[bot] in #2099
- chore(deps): bump js-yaml from 3.14.1 to 3.14.2 in /tests/test-app-1 by @dependabot[bot] in #2104
- chore(deps): bump delegate from 0.13.4 to 0.13.5 by @dependabot[bot] in #2103
- chore(deps): bump wmi from 0.17.3 to 0.18.0 by @dependabot[bot] in #2101
- chore(deps): bump axum from 0.8.6 to 0.8.7 by @dependabot[bot] in #2100
- chore: standardize freenet-stdlib to 0.1.24 across all crates by @sanity in #2111
- fix: propagate connection errors for blocked peer fallback (#2021) by @sanity in #2105
- docs: make AGENTS.md portable across development environments by @sanity in #2116
- docs: make AGENTS.md portable across development environments by @sanity in #2117
- fix: prevent duplicate gateway dials and route host results by @sanity in #2110
- fix: complete parent PUT when child subscribe finishes by @sanity in #2109
- fix: make three-hop put test deterministic by @sanity in #2113
- fix: remove COMLibrary dependency for WMI v0.18.0 by @kustomzone in #2114
- fix: restore connect handshake boundary by @sanity in #2118
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #2119
- fix: harden transient connection handling by @sanity in #2120
- refactor: transient terminology and tuning defaults by @sanity in #2121
- test: add transient cap regressions and gateway identity check by @sanity in #2122
- test: soak harness and viz improvements by @sanity in #2123
- feat: add connect forwarding recency filter by @sanity in #2124
- feat: transient handling, soak harness, and deterministic tests by @sanity in #2125
- chore(deps): bump bytesize from 2.2.0 to 2.3.0 by @dependabot[bot] in #2135
- fix: stabilize three-node connectivity handshake by @sanity in #2136
- chore(deps): bump syn from 2.0.110 to 2.0.111 by @dependabot[bot] in #2132
- chore(deps): bump freenet-test-network from 0.1.3 to 0.1.4 by @dependabot[bot] in #2130
- chore(deps): bump tower-http from 0.6.6 to 0.6.7 by @dependabot[bot] in #2133
- chore(deps): bump clap from 4.5.52 to 4.5.53 by @dependabot[bot] in #2131
- chore(deps): bump http from 1.3.1 to 1.4.0 by @dependabot[bot] in #2134
- feat: learn connect forwarding success with isotonic scoring by @sanity in #2126
- build: release 0.1.38 by @sanity in #2138
New Contributors
- @kustomzone made their first contribution in #2114
Full Changelog: v0.1.37...v0.1.38
v0.1.37
What's Changed
- fix: route successful PUT responses back through forwarding peers by @sanity in #2036
- refactor: refine fire-and-forget UPDATE semantics by @sanity in #2038
- feat: add event log aggregation for multi-node debugging by @iduartgomez in #2032
- chore(deps): bump tracing-subscriber from 0.3.18 to 0.3.20 in /modules/identity-management by @dependabot[bot] in #2040
- fix: guard op-state timeout notifications by @sanity in #2043
- fix(connectivity): restore peer mesh after aggregator by @sanity in #2041
- feat: implement transaction atomicity with parent-child relationship for sub-operations by @netsirius in #2009
- ci: expand Claude GitHub Action permissions for git operations by @sanity in #2048
- fix: replace deprecated GenericArray::from_slice usage by @iduartgomez in #2053
- docs: add agent instructions include by @sanity in #2056
- docs: update test network guidance by @sanity in #2057
- chore(deps): bump console-subscriber from 0.4.1 to 0.5.0 by @dependabot[bot] in #2049
- chore(deps): bump wmi from 0.17.3 to 0.18.0 by @dependabot[bot] in #2051
- chore(deps): bump darling from 0.20.11 to 0.21.3 by @dependabot[bot] in #2050
- chore(deps): bump freenet-stdlib from 0.1.23 to 0.1.24 by @dependabot[bot] in #2052
- chore(deps): bump slab from 0.4.10 to 0.4.11 in /apps/freenet-ping by @dependabot[bot] in #2060
- fix: stabilize session actor fanout by @sanity in #2062
- fix: add update fallback propagation by @sanity in #2063
- feat: harden subscription routing by @sanity in #2064
- chore(deps): bump trybuild from 1.0.113 to 1.0.114 by @dependabot[bot] in #2070
- chore(deps): bump ureq from 3.1.2 to 3.1.4 by @dependabot[bot] in #2071
- chore(deps): bump syn from 2.0.108 to 2.0.110 by @dependabot[bot] in #2073
- chore(deps): bump bytesize from 2.1.0 to 2.2.0 by @dependabot[bot] in #2074
- refactor(transport): replace handshake pipeline by @sanity in #2065
- build: release 0.1.37 by @sanity in #2085
Full Changelog: v0.1.36...v0.1.37
v0.1.36
v0.1.35
What's Changed
- refactor: split priority_select into module with separate test file by @sanity in #2012
- refactor: split handshake into module with separate test file by @sanity in #2015
- fix: cache contract state locally before forwarding client-initiated PUT by @sanity in #2011
- build: release 0.1.35 by @sanity in #2017
Full Changelog: v0.1.34...v0.1.35
v0.1.34
Release 0.1.34
🐛 Bug Fixes
- #2007: fix(tests): prevent span accumulation across async tasks
- #2006: build: add commit-msg hook to enforce Conventional Commits
- #2004: register subscribers for locally-cached contracts (issue #2001)
- #1999: handle Unsubscribed messages by removing peer from subscriber list
- #1996: persist contract state after PUT merge in upsert_contract_state
- #1989: use conventional commit format for release PR titles
✨ Features
- #1998: feat(ci): auto-label issues with GPT-5 mini
- #1997: feat(ci): add GPT-5-powered auto-labeling for issues
🧹 Maintenance
- #2008: chore(deps): bump serde_with from 3.15.0 to 3.15.1
- #2005: chore(deps): bump actions/github-script from 7 to 8
Full Changelog: v0.1.33...v0.1.34
[AI-assisted debugging and comment]
v0.1.33
Release 0.1.33
🐛 Bug Fixes
- #1993: cap pending connection backlog
This release addresses an issue where the topology manager's pending connection queue could grow unbounded, causing excessive memory usage and degraded performance over time.
Changes
- freenet: 0.1.32 → 0.1.33
- fdev: 0.3.10 → 0.3.11
Full Changelog: v0.1.32...v0.1.33
[AI-assisted debugging and comment]
v0.1.32
What's Changed
- chore(deps): upgrade wasmer to 6.1.0 by @sanity in #1959
- fix: release workflow - CI triggering and PR title format by @sanity in #1958
- build(deps): bump freenet-stdlib from 0.1.22 to 0.1.23 by @sanity in #1961
- docs: add minimal READMEs for freenet and fdev crates by @sanity in #1964
- docs: fix license information in crate READMEs by @sanity in #1966
- fix: topology manager uses actual connection count instead of filtered count by @sanity in #1963
- chore(deps): bump pav_regression from 0.5.2 to 0.6.1 by @dependabot[bot] in #1970
- chore(deps): bump clap from 4.5.49 to 4.5.50 by @dependabot[bot] in #1967
- chore(deps): bump tokio from 1.47.1 to 1.48.0 by @dependabot[bot] in #1968
- chore(deps): bump axum from 0.7.9 to 0.8.6 by @dependabot[bot] in #1969
- fix: use 'build:' instead of 'chore:' for release PR titles by @sanity in #1971
- fix: implement token expiration mechanism for attested contracts by @sanity in #1976
- fix: critical operation state management issues by @iduartgomez in #1977
- chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #1981
- chore(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #1982
- chore: improve debugging tracing by @iduartgomez in #1983
- test: improve logging for test_multiple_clients_subscription by @iduartgomez in #1987
- fix: waker registration and cross-node PUT response routing by @iduartgomez in #1985
- chore(deps): bump crossbeam-channel from 0.5.13 to 0.5.15 in /apps/freenet-email-app by @dependabot[bot] in #1984
- chore: release 0.1.32 by @sanity in #1988
Full Changelog: v0.1.31...v0.1.32