Skip to content

chore(release): version packages - #391

Merged
crs48 merged 1 commit into
mainfrom
changeset-release/main
Jul 6, 2026
Merged

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 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

@xnetjs/abuse@0.1.1

Patch Changes

  • Updated dependencies []:
    • @xnetjs/identity@0.1.1
    • @xnetjs/crypto@0.1.1

@xnetjs/cli@0.0.5

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/sqlite@0.1.1
    • @xnetjs/data@0.1.1
    • @xnetjs/plugins@0.1.1
    • @xnetjs/runtime@0.1.1
    • @xnetjs/sync@0.1.1
    • @xnetjs/identity@0.1.1
    • @xnetjs/crypto@0.1.1
    • @xnetjs/core@0.1.1

@xnetjs/crypto@0.1.1

Patch Changes

  • Updated dependencies []:
    • @xnetjs/core@0.1.1

@xnetjs/data@0.1.1

Patch Changes

  • #388 2ab72a9 Thanks @crs48! - Query-plan debug diagnostics no longer convoy the SQLite worker. With
    xnet:query:debug enabled, every query used to issue EXPLAIN QUERY PLAN +
    PRAGMA schema_version + one PRAGMA index_info per index as separate serial
    worker round-trips — hundreds per boot, delaying real query results by
    18-20s. getIndexInfo now dedupes concurrent callers onto one in-flight
    build and fetches all index metadata in a single batched
    pragma_index_info join (with a per-index fallback for runtimes without
    table-valued pragmas), and the storage adapter collects plan diagnostics
    once per unique compiled SQL shape per session instead of per execution
    (invalidated when adaptive indexes are created or dropped).
  • Updated dependencies [2ab72a9]:
    • @xnetjs/sqlite@0.1.1
    • @xnetjs/storage@0.1.1
    • @xnetjs/sync@0.1.1
    • @xnetjs/identity@0.1.1
    • @xnetjs/crypto@0.1.1
    • @xnetjs/core@0.1.1

@xnetjs/data-bridge@0.1.1

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/sqlite@0.1.1
    • @xnetjs/data@0.1.1
    • @xnetjs/sync@0.1.1
    • @xnetjs/core@0.1.1

@xnetjs/history@0.1.1

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/data@0.1.1
    • @xnetjs/sync@0.1.1
    • @xnetjs/core@0.1.1

@xnetjs/identity@0.1.1

Patch Changes

  • Updated dependencies []:
    • @xnetjs/crypto@0.1.1
    • @xnetjs/core@0.1.1

@xnetjs/plugins@0.1.1

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/data@0.1.1
    • @xnetjs/abuse@0.1.1
    • @xnetjs/core@0.1.1

@xnetjs/react@0.1.1

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/data@0.1.1
    • @xnetjs/data-bridge@0.1.1
    • @xnetjs/history@0.1.1
    • @xnetjs/plugins@0.1.1
    • @xnetjs/runtime@0.1.1
    • @xnetjs/sync@0.1.1
    • @xnetjs/identity@0.1.1
    • @xnetjs/crypto@0.1.1
    • @xnetjs/core@0.1.1

@xnetjs/runtime@0.1.1

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/data@0.1.1
    • @xnetjs/data-bridge@0.1.1
    • @xnetjs/storage@0.1.1
    • @xnetjs/history@0.1.1
    • @xnetjs/plugins@0.1.1
    • @xnetjs/sync@0.1.1
    • @xnetjs/identity@0.1.1
    • @xnetjs/crypto@0.1.1
    • @xnetjs/core@0.1.1

@xnetjs/sqlite@0.1.1

Patch Changes

  • #388 2ab72a9 Thanks @crs48! - Query-plan debug diagnostics no longer convoy the SQLite worker. With
    xnet:query:debug enabled, every query used to issue EXPLAIN QUERY PLAN +
    PRAGMA schema_version + one PRAGMA index_info per index as separate serial
    worker round-trips — hundreds per boot, delaying real query results by
    18-20s. getIndexInfo now dedupes concurrent callers onto one in-flight
    build and fetches all index metadata in a single batched
    pragma_index_info join (with a per-index fallback for runtimes without
    table-valued pragmas), and the storage adapter collects plan diagnostics
    once per unique compiled SQL shape per session instead of per execution
    (invalidated when adaptive indexes are created or dropped).

@xnetjs/storage@0.1.1

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/sqlite@0.1.1
    • @xnetjs/crypto@0.1.1
    • @xnetjs/core@0.1.1

@xnetjs/sync@0.1.1

Patch Changes

  • Updated dependencies []:
    • @xnetjs/identity@0.1.1
    • @xnetjs/crypto@0.1.1
    • @xnetjs/core@0.1.1

@xnetjs/core@0.1.1

xnet-cloud@0.0.3

Patch Changes

  • Updated dependencies []:
    • @xnetjs/cloud@0.0.1
    • @xnetjs/crypto@0.1.1

@xnetjs/brain@0.0.4

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/data@0.1.1
    • @xnetjs/vectors@0.0.1

@xnetjs/comms@0.0.4

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/data@0.1.1
    • @xnetjs/crypto@0.1.1

@xnetjs/dashboard@0.0.4

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/data@0.1.1
    • @xnetjs/plugins@0.1.1
    • @xnetjs/react@0.1.1
    • @xnetjs/social@0.0.4

@xnetjs/labs@0.0.4

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/data@0.1.1
    • @xnetjs/plugins@0.1.1

@xnetjs/licenses@0.0.4

Patch Changes

  • Updated dependencies []:
    • @xnetjs/crypto@0.1.1

@xnetjs/maps@0.0.4

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/data@0.1.1

@xnetjs/server@0.0.3

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/data@0.1.1
    • @xnetjs/data-bridge@0.1.1
    • @xnetjs/identity@0.1.1
    • @xnetjs/crypto@0.1.1

@xnetjs/social@0.0.4

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/data@0.1.1
    • @xnetjs/crypto@0.1.1

@xnetjs/unreal@0.0.4

Patch Changes

  • Updated dependencies [2ab72a9]:
    • @xnetjs/data@0.1.1

xnet-desktop@0.1.1

Desktop shell release riding the @xnetjs/core 0.1.1 train. Desktop-specific changes are not tracked here; see the core packages' changelogs for what shipped.

@crs48
crs48 merged commit 27a719c into main Jul 6, 2026
@crs48
crs48 deleted the changeset-release/main branch July 6, 2026 01:48
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Preview removed for PR #391.

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