docs: 1.1.0 currency — migration section, cli --version, doc-style baseline#54
Merged
Conversation
…seline Three orphan currency fixes following the 1.1.0 release. - migration/index.md: add a `## 1.1.0` section (all 1.1.0 changes are additive — internal-auth marker, createCatalogClient, events publishes/broadcast/ strictTopics, PublishOptions.messageId/timestamp, amqp externalContract, RS256/JWKS test helpers, cli --version). Each entry verified against the package CHANGELOGs. Move the `publishes` option out of the RC.9→RC.10 section (it shipped in 1.1.0, not rc.10) — rc.10's auto-resolve note now scopes to subscriber processes and points forward to 1.1.0. - packages/cli.md: document `connectum --version` under Commands (it was only named in the intro). - contributing/documentation-style.md: the "source is the oracle" baseline now reads 1.1.0, not 1.0.0. VitePress build passes (no dead links). Claude-Session: https://claude.ai/code/session_01MdeH7fExPmiRHRirGuvGk3 Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
Three orphan currency fixes following the 1.1.0 release, bundled into one PR.
migration/index.md: add a## 1.1.0section. Every 1.1.0 change is additive (internal-auth marker +createInternalAuthInterceptor,createCatalogClient, eventspublishes/createBroadcastSubscribers/strictTopics,PublishOptions.messageId/timestamp, amqpexternalContract, RS256/JWKS test helpers,connectum --version) — each entry verified against the packageCHANGELOG.md. Also moves thepublishesoption out of the RC.9→RC.10 section: it shipped in 1.1.0, not rc.10 (the rc.10 auto-resolve note now scopes to subscriber processes and forward-links to 1.1.0). This was the sharpest currency bug.packages/cli.md: documentconnectum --versionunder Commands (it was named only in the intro).contributing/documentation-style.md: the "source is the oracle" baseline now reads 1.1.0 (was 1.0.0).Prose/docs only. VitePress build passes locally (no dead links).