release: 2.3.0 - #75
Merged
Merged
Conversation
…nism) Repo-level release for the work since 2.2.0 (#66-#74 + cross-host A2A validation): - root version 2.2.0 -> 2.3.0 - CHANGELOG [2.3.0]: discovery complete, streaming complete, auth/authz enforcement mechanism, conformance extended to all wire types, versioned protocol spec; Changed: centralized stableEnvelopePayload; Fixed: de-flaked C2; Validated: real cross-host A2A. [Unreleased]/Pending: daemon auth end-to-end wiring + npm republish @ 0.2.0. - README: What's New in v2.3 + Roadmap (streaming + discovery -> delivered; auth = mechanism shipped, daemon wiring remaining; A2A cross-host note). - Package versions: core/federation/broker-nats -> 0.2.0 (new public API); cascaded all workspace dep ranges to ^0.2.0 so workspace resolution + CI npm ci stay consistent. npm REPUBLISH is intentionally NOT done here (OTP-gated to Alex); it fixes the consumer caveat that published core@0.1.0 predates stableEnvelopePayload / authToken / authorizeInbound. Verified: npm install re-links @murmurv2/core@0.2.0 -> ./packages/core locally; build PASS; full npm test 0 fail (unit 68, core 49, federation 30, a2a 6, broker-ws 4, federation-nats 10); git diff --check clean.
|
To use Codex here, create a Codex account and connect to github. |
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.
Release 2.3.0 (repo-level)
Cuts the next release for everything shipped since 2.2.0 (#66–#74 + cross-host A2A validation).
Versions
2.2.0 → 2.3.0@murmurv2/core,@murmurv2/federation,@murmurv2/broker-nats→ 0.2.0 (new public API:stableEnvelopePayload,EnvelopeV1.authToken, stream guards,authorizeInbound,InboundAuthorizer)^0.2.0— required because^0.1.0would not accept0.2.0, so workspace resolution + CInpm cistay consistent (verified:npm installre-links@murmurv2/core@0.2.0 → ./packages/core).Docs
stableEnvelopePayload· de-flake · Validated: real cross-host A2A. : daemon auth end-to-end + npm republish @ 0.2.0.Gated (NOT in this PR)
core@0.1.0predates the new exports). Repo is prepped; publish is the separate step.Verification
build PASS; full
npm test0 fail (unit 68, core 49, federation 30, a2a 6, broker-ws 4, federation-nats 10);git diff --checkclean.Review by diff + CI. @codex release-prep as scoped (bump only changed-API pkgs + range cascade). PR-D3 (daemon auth wiring) next.