From 7bd8d3b7a09ea26894b486b2cd3f708503a5de24 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Wed, 13 May 2026 23:55:38 +0000 Subject: [PATCH] Update CHANGELOG for unreleased work on maint Three entries under [Unreleased] for the three commits since the v0.3.0 release tag: - Sidecar example: FIPS_UDP_MTU env override (commit 32a3b58) - CONTRIBUTING.md overhaul + new docs/branching.md (commit 538ce07) - Rekey-test Phase 1 baseline-convergence headroom 36s -> 60s (commit 6533276) --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c3782..e158d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Sidecar example (`examples/sidecar-nostr-relay`): `udp.mtu` is now + overridable via the `FIPS_UDP_MTU` environment variable, defaulting to + 1472 (preserving prior behavior). Plumbed through `docker-compose.yml` + and documented in the README env-var table. Annotated the static-CI + node template `mtu: 1472` literal with the same Docker-bridge + rationale and a pointer at the daemon's 1280 default. +- Overhauled `CONTRIBUTING.md`: replaced generic Rust-template framing + with a FIPS-specific entry point covering the four-layer + architecture, branch model and PR-target selection, structured bug + reporting, scope discipline and local-CI requirements, an AI coding + assistant policy, and project communication channels. Added + `docs/branching.md` as the long-form companion covering the release + workflow, version conventions, and merge-direction rationale. + +### Fixed + +- Rekey integration test (`testing/static/scripts/rekey-test.sh`): + bumped Phase 1 baseline-convergence headroom from 36s to 60s. + Eliminates the intermittent GitHub-runner Phase 1 timeout that + previously required `gh run rerun --failed`. Cost on the success + path is unchanged because the wait loop returns as soon as all 20 + pairs converge. + ## [0.3.0] - 2026-05-11 ### Added