Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 31, 2025

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

adcontextprotocol@2.5.3

Patch Changes

  • 309a880: Allow additional properties in all JSON schemas for forward compatibility

    Changes all schemas from "additionalProperties": false to "additionalProperties": true. This enables clients running older schema versions to accept responses from servers with newer schemas without breaking validation - a standard practice for protocol evolution in distributed systems.

  • 5d0ce75: Add explicit type definition to error.json details property

    The details property in core/error.json now explicitly declares "type": "object" and "additionalProperties": true, consistent with other error details definitions in the codebase. This addresses issue core/error.json doesn't specify data type of the "details" property #343 where the data type was unspecified.

  • cdcd70f: Fix migration 151 to delete duplicates before updating Slack IDs to WorkOS IDs

  • 39abf79: Add missing fields to package request schemas for consistency with core/package.json.

    Schema Changes:

    • media-buy/package-request.json: Added impressions and paused fields
    • media-buy/update-media-buy-request.json: Added impressions field to package updates

    Details:

    • impressions: Impression goal for the package (optional, minimum: 0)
    • paused: Create package in paused state (optional, default: false)

    These fields were defined in core/package.json but missing from the request schemas, making it impossible to set impression goals or initial paused state when creating/updating media buys.

    Documentation:

    • Updated create_media_buy task reference with new package parameters
    • Updated update_media_buy task reference with impressions parameter
  • fa68588: fix: display Slack profile name for chapter leaders without WorkOS accounts

    Leaders added via Slack ID that haven't linked their WorkOS account now display
    their Slack profile name (real_name or display_name) instead of the raw Slack
    user ID (e.g., U09BEKNJ3GB).

    The getLeaders and getLeadersBatch queries now include slack_user_mappings as an
    additional name source in the COALESCE chain.

  • 9315247: Release schemas with additionalProperties: true for forward compatibility

    This releases dist/schemas/2.5.2/ containing the relaxed schema validation
    introduced in Allow additional properties in all JSON schemas #646. Clients can now safely ignore unknown fields when parsing
    API responses, allowing the API to evolve without breaking existing integrations.

@github-actions github-actions bot force-pushed the changeset-release/main branch from a2e797c to 8914109 Compare December 31, 2025 22:18
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8914109 to 51c9e8a Compare December 31, 2025 22:26
@github-actions github-actions bot force-pushed the changeset-release/main branch from 51c9e8a to 217c4f9 Compare December 31, 2025 22:32
@github-actions github-actions bot force-pushed the changeset-release/main branch from 217c4f9 to f70e6be Compare January 1, 2026 10:59
@github-actions github-actions bot force-pushed the changeset-release/main branch from f70e6be to 4a701cb Compare January 1, 2026 11:32
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4a701cb to 4fa4151 Compare January 1, 2026 11:33
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4fa4151 to 8de8370 Compare January 1, 2026 11:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8de8370 to fb27542 Compare January 1, 2026 11:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from fb27542 to 4c2003a Compare January 1, 2026 11:46
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4c2003a to bf5aef0 Compare January 1, 2026 12:14
@github-actions github-actions bot force-pushed the changeset-release/main branch from bf5aef0 to 97d4f20 Compare January 1, 2026 12:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from 97d4f20 to 88aa2d5 Compare January 1, 2026 13:04
@github-actions github-actions bot force-pushed the changeset-release/main branch from 88aa2d5 to 244e3f2 Compare January 1, 2026 13:10
@github-actions github-actions bot force-pushed the changeset-release/main branch from 244e3f2 to 8c452cf Compare January 1, 2026 13:56
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8c452cf to 6c180bc Compare January 1, 2026 16:43
@github-actions github-actions bot force-pushed the changeset-release/main branch from e9d244d to 47b465f Compare January 13, 2026 11:36
@github-actions github-actions bot force-pushed the changeset-release/main branch from 47b465f to eec9b7a Compare January 13, 2026 11:54
@github-actions github-actions bot force-pushed the changeset-release/main branch from eec9b7a to cb8ce89 Compare January 13, 2026 13:17
@github-actions github-actions bot force-pushed the changeset-release/main branch from cb8ce89 to 51db47e Compare January 13, 2026 14:21
@github-actions github-actions bot force-pushed the changeset-release/main branch from 51db47e to 27339f7 Compare January 13, 2026 14:49
@github-actions github-actions bot force-pushed the changeset-release/main branch from 27339f7 to dceec09 Compare January 13, 2026 16:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from dceec09 to 2bf87ed Compare January 13, 2026 16:20
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2bf87ed to 0e34963 Compare January 13, 2026 16:22
@github-actions github-actions bot force-pushed the changeset-release/main branch from 0e34963 to a373e2e Compare January 13, 2026 17:03
@github-actions github-actions bot force-pushed the changeset-release/main branch from a373e2e to d17e363 Compare January 13, 2026 18:43
@github-actions github-actions bot force-pushed the changeset-release/main branch from d17e363 to b9cc8fb Compare January 13, 2026 18:51
@github-actions github-actions bot force-pushed the changeset-release/main branch from b9cc8fb to 635fa30 Compare January 13, 2026 19:00
@github-actions github-actions bot force-pushed the changeset-release/main branch from 635fa30 to 69806b8 Compare January 13, 2026 19:02
@github-actions github-actions bot force-pushed the changeset-release/main branch from 69806b8 to c1355f2 Compare January 13, 2026 22:55
@BaiyuScope3 BaiyuScope3 merged commit 51c1149 into main Jan 13, 2026
2 checks passed
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.

2 participants