SP-14: final docs sweep — ROADMAP refresh + parity-claim fixes (v26.06.94)#122
Merged
Conversation
added 4 commits
June 10, 2026 03:13
…ng subsection Update the "Current State" heading from v26.05.03 to v26.06.93, add a new "Production-readiness & parity hardening (v26.06.78 → v26.06.93)" subsection summarising the integration-test foundation, real-backend adapter fixes (MongoDB, Postgres cache, RabbitMQ EDA, durable orchestration/event-sourcing), and the subsystem depth work (HTTP idempotency, CQRS bridges, client transport tests, TOTP MFA, resilience config, callbacks/webhooks, Git config backend, plugin lifecycle, rule-engine completeness). Also update the Rule Engine and Config Server phase-table rows to reflect the features shipped in v26.06.92–93.
1. EDA event bus section implied Kafka was the only non-in-memory bus option; updated to enumerate all four shipped adapters (Kafka, RabbitMQ, Redis Streams, Postgres) selectable via pyfly.eda.provider. 2. Cache backend section listed only RedisCacheAdapter and InMemoryCache; added PostgresCacheAdapter (durable SQL-backed cache, pyfly.cache.provider=postgres) which shipped in v26.06.85.
…x.md The integration-testing.md guide (added in v26.06.78) was already present in modules/README.md but was missing from the top-level docs/README.md and docs/index.md module tables and guides list. Add it under the Advanced section / guides list in both files to match the modules/README.md.
…+ parity-claim fixes; concludes the parity initiative)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fourteenth and final sub-project of the PyFly↔Spring-Boot parity initiative — the cross-cutting docs sweep.
ROADMAP.mdrefreshed fromv26.05.03→v26.06.93+ a "Production-readiness & parity hardening" summary of everything that landed across thev26.06.78 → v26.06.93wave.spring-comparison.md: corrected two now-stale parity claims (EDA bus backends; Postgres cache).docs/index.md/docs/README.md: added the missing Integration Testing links.This release concludes the parity initiative: real-backend integration tests, the missing adapters, per-subsystem depth, and documentation are in place across the framework.
Test Plan
4698 passed, 7 skipped(unaffected).src/pyfly/+CHANGELOG.md.