Skip to content

Version Packages#22

Merged
BCook98 merged 1 commit into
mainfrom
changeset-release/main
Jun 6, 2026
Merged

Version Packages#22
BCook98 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@BCook98

@BCook98 BCook98 commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

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

kit@2.3.0

Minor Changes

  • eea2ca7: Declared config key specs: GameMeta.Config []ConfigKeySpec (Go) /
    Meta.config: &[ConfigKeySpec] (Rust) lets a game declare the admin-settable
    config keys it reads — key, title, description, value type
    (text/number/bool/json), the default used when unset, and (json keys)
    an optional JSON Schema — so the arcade's admin tools can render typed get/edit
    forms instead of a blind key/value prompt. Carried as a trailing
    presence-guarded section of the packed Meta (ABI.md §4.2): old payloads decode
    with no specs, old hosts ignore the trailing bytes — ABI major stays 2.
    wire.ValidateConfigSpecs is the shared authoring rule set (unique non-empty
    keys, no reserved host. prefix, schema only on json keys and well-formed),
    enforced at meta() encode time by both SDKs; the Rust encoding is pinned
    byte-identical to Go by a golden vector.

@BCook98
BCook98 merged commit 3b28afc into main Jun 6, 2026
5 checks passed
@BCook98
BCook98 deleted the changeset-release/main branch June 6, 2026 07:47
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.

1 participant