Skip to content

chore(release): version packages#17

Merged
reaatech merged 1 commit into
mainfrom
changeset-release/main
May 26, 2026
Merged

chore(release): version packages#17
reaatech merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 23, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@reaatech/a2a-reference-auth@0.2.0

Minor Changes

  • #18 eb1cf6d Thanks @reaatech! - Add OAuth2Strategy: token validation plus client-credentials, authorization-code (with PKCE), and refresh grants. Cache the JWKS for the strategy lifetime, accept the Bearer scheme case-insensitively (RFC 6749), and add a shared scope-extraction helper.

Patch Changes

  • Updated dependencies [336fc6e, eb1cf6d, eb1cf6d]:
    • @reaatech/a2a-reference-observability@0.2.0
    • @reaatech/a2a-reference-core@0.2.0

@reaatech/a2a-reference-cli@0.2.0

Minor Changes

  • #18 eb1cf6d Thanks @reaatech! - New package: the a2a scaffolding CLI generates an Express or Hono A2A agent with optional API-key/JWT auth and MCP bridge integration.

@reaatech/a2a-reference-core@0.2.0

Minor Changes

  • #18 eb1cf6d Thanks @reaatech! - Spec-compliant Agent Card signatures and security schemes.

    • Breaking: Agent Card signatures now use the A2A spec JWS shape (protected/signature/header) — a JWS over the RFC 8785 (JCS) canonicalization of the card. Verification runs on jose (WebCrypto, edge-compatible) and supports RS/PS/ES 256/384/512 and EdDSA/Ed25519; keys are supplied directly or resolved from the protected header jku.
    • Breaking: Security schemes now use the spec's OpenAPI-style type discriminator (apiKey | http | oauth2 | openIdConnect | mutualTLS) with fully modeled OAuth flows, replacing the previous scheme/httpScheme shape.
    • Add auth-required task-state transitions.

@reaatech/a2a-reference-observability@0.2.0

Minor Changes

  • #18 eb1cf6d Thanks @reaatech! - Add a pluggable telemetry-provider abstraction (tracer/meter/span with a no-op default) and a dedicated logger module with configurable transport.

Patch Changes

  • #16 336fc6e Thanks @reaatech! - Fix: CI failing on main: All Checks Passed, Code Format, Lint (+2)

    Closes #15

@reaatech/a2a-reference-persistence@0.2.0

Minor Changes

  • #18 eb1cf6d Thanks @reaatech! - Add PostgresTaskStore. Support principal-scoped list() across all stores so tasks/list totals and pagination respect the caller. Make PostgresTaskStore.update() transactional and persist history/artifacts.

Patch Changes

  • Updated dependencies [336fc6e, eb1cf6d, eb1cf6d]:
    • @reaatech/a2a-reference-observability@0.2.0
    • @reaatech/a2a-reference-core@0.2.0

@reaatech/a2a-reference-server@0.2.0

Minor Changes

  • #18 eb1cf6d Thanks @reaatech! - Add health checks (/healthz, /readyz), an in-memory rate limiter, push-notification delivery wired into the event bus, a Redis SSE coordinator, extended Agent Card serving, and tasks/sendSubscribe over JSON-RPC. Add the trustProxyHeaders option controlling whether the rate-limit client IP is read from X-Forwarded-For (default off). Retry-After and the retryAfter body field are reported in seconds.

Patch Changes

  • #16 336fc6e Thanks @reaatech! - Fix: CI failing on main: All Checks Passed, Code Format, Lint (+2)

    Closes #15

  • Updated dependencies [336fc6e, eb1cf6d, eb1cf6d, eb1cf6d, eb1cf6d]:

    • @reaatech/a2a-reference-observability@0.2.0
    • @reaatech/a2a-reference-auth@0.2.0
    • @reaatech/a2a-reference-core@0.2.0
    • @reaatech/a2a-reference-persistence@0.2.0

@reaatech/a2a-reference-client@0.1.1

Patch Changes

  • #16 336fc6e Thanks @reaatech! - Fix: CI failing on main: All Checks Passed, Code Format, Lint (+2)

    Closes #15

  • Updated dependencies [eb1cf6d]:

    • @reaatech/a2a-reference-core@0.2.0

@reaatech/a2a-reference-mcp-bridge@0.1.2

Patch Changes

  • #16 336fc6e Thanks @reaatech! - Fix: CI failing on main: All Checks Passed, Code Format, Lint (+2)

    Closes #15

  • Updated dependencies [336fc6e, eb1cf6d, eb1cf6d]:

    • @reaatech/a2a-reference-client@0.1.1
    • @reaatech/a2a-reference-observability@0.2.0
    • @reaatech/a2a-reference-core@0.2.0

@reaatech/a2a-reference-e2e@0.1.2

Patch Changes

  • Updated dependencies [336fc6e, eb1cf6d, eb1cf6d]:
    • @reaatech/a2a-reference-client@0.1.1
    • @reaatech/a2a-reference-server@0.2.0
    • @reaatech/a2a-reference-core@0.2.0

@reaatech/a2a-reference-example-hello-agent@0.1.2

Patch Changes

  • Updated dependencies [336fc6e, eb1cf6d, eb1cf6d]:
    • @reaatech/a2a-reference-server@0.2.0
    • @reaatech/a2a-reference-core@0.2.0

@reaatech/a2a-reference-example-task-streaming@0.1.2

Patch Changes

  • Updated dependencies [336fc6e, eb1cf6d, eb1cf6d]:
    • @reaatech/a2a-reference-client@0.1.1
    • @reaatech/a2a-reference-server@0.2.0
    • @reaatech/a2a-reference-core@0.2.0

@reaatech/a2a-reference-example-multi-agent-workflow@0.1.2

Patch Changes

  • Updated dependencies [336fc6e, eb1cf6d, eb1cf6d]:
    • @reaatech/a2a-reference-client@0.1.1
    • @reaatech/a2a-reference-server@0.2.0
    • @reaatech/a2a-reference-core@0.2.0

@reaatech/a2a-reference-example-mcp-bridge@0.1.2

Patch Changes

  • Updated dependencies [336fc6e, eb1cf6d, eb1cf6d]:
    • @reaatech/a2a-reference-mcp-bridge@0.1.2
    • @reaatech/a2a-reference-server@0.2.0
    • @reaatech/a2a-reference-core@0.2.0

@reaatech/a2a-reference-example-auth-workflow@0.1.2

Patch Changes

  • Updated dependencies [336fc6e, eb1cf6d, eb1cf6d, eb1cf6d]:
    • @reaatech/a2a-reference-client@0.1.1
    • @reaatech/a2a-reference-server@0.2.0
    • @reaatech/a2a-reference-auth@0.2.0
    • @reaatech/a2a-reference-core@0.2.0

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 53b7d29 to 7d2c7d2 Compare May 26, 2026 04:27
@reaatech reaatech merged commit b585ae5 into main May 26, 2026
@reaatech reaatech deleted the changeset-release/main branch May 26, 2026 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI failing on main: All Checks Passed, Code Format, Lint (+2)

1 participant