Skip to content

Commit 0e3037f

Browse files
committed
Document v1.4.0-beta.1 runtime architecture changes
1 parent dd2d8bc commit 0e3037f

1 file changed

Lines changed: 27 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,35 @@ All notable changes are documented here. The project follows Semantic Versioning
66

77
### Planned
88

9-
- Golden PCAP replay corpus with sanitized multi-stream scenarios
9+
- Sanitized golden PCAP/PCAPNG replay corpus with broader multi-vendor scenarios
1010
- Further decomposition of the analyzer runtime and WPF workspace
1111
- Expanded SCL multi-vendor validation
1212
- Evidence export for FAT/SAT reports
1313

14+
## [1.4.0-beta.1] - 2026-07-11
15+
16+
### Added
17+
18+
- Immutable selected-stream runtime generations with copied waveform, analog, identity, and diagnostic evidence
19+
- Atomic runtime snapshot publisher for coherent consumer reads
20+
- Classic Ethernet PCAP replay through the same raw decoder/analyzer path used by live Npcap capture
21+
- Microsecond and nanosecond PCAP timestamp variants in little-endian and big-endian formats
22+
- Bounded rejection for unsupported link types, invalid headers, oversized records, and truncated captures
23+
- Deterministic runtime-architecture tests covering replay timing, snapshot immutability, and three-stream isolation
24+
- Dedicated Runtime Architecture GitHub Actions gate with downloadable TRX evidence
25+
- Release-candidate packaging support for `architecture/*` branches
26+
27+
### Changed
28+
29+
- Release and documentation versioning use `1.4.0-beta.1`
30+
- Runtime architecture now exposes a coherent publication boundary instead of requiring consumers to retain mutable analyzer display models
31+
- Offline replay is explicitly treated as a reproducibility path, not a separate decoder or a traffic publisher
32+
33+
### Limitations
34+
35+
- PCAPNG is not yet supported by the first replay reader
36+
- The internal analyzer remains partly monolithic; complete per-stream runtime extraction and live UI migration continue in later v1.4 builds
37+
1438
## [1.3.0-beta.2] - 2026-07-10
1539

1640
### Added
@@ -58,6 +82,7 @@ All notable changes are documented here. The project follows Semantic Versioning
5882

5983
- Hardened BER parsing, Npcap lifecycle, release version propagation, and public-repository packaging.
6084

61-
[Unreleased]: https://github.com/masarray/DigSubAnalyzer/compare/v1.3.0-beta.2...HEAD
85+
[Unreleased]: https://github.com/masarray/DigSubAnalyzer/compare/v1.4.0-beta.1...HEAD
86+
[1.4.0-beta.1]: https://github.com/masarray/DigSubAnalyzer/compare/v1.3.0-beta.2...v1.4.0-beta.1
6287
[1.3.0-beta.2]: https://github.com/masarray/DigSubAnalyzer/compare/v1.3.0-beta.1...v1.3.0-beta.2
6388
[1.3.0-beta.1]: https://github.com/masarray/DigSubAnalyzer/releases/tag/v1.3.0-beta.1

0 commit comments

Comments
 (0)