Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

Bumps all ObjectQL packages to v1.9.1 using the changesets workflow.

Changes

  • Core packages (synchronized group): 1.9.01.9.1

    • @objectql/types, @objectql/core, @objectql/platform-node
    • @objectql/cli, @objectql/server
    • @objectql/driver-sql, @objectql/driver-mongo, @objectql/driver-redis, @objectql/sdk
  • Driver packages: patch version increments

    • @objectql/driver-fs: 0.1.00.1.1
    • @objectql/driver-localstorage: 0.1.10.1.2
    • @objectql/driver-memory: 0.1.10.1.2
    • @objectql/driver-excel: 0.2.00.2.1
    • @objectql/create: 1.0.11.0.2
  • CHANGELOG.md files updated for all packages and examples

Publishing

After merge, run:

pnpm run release

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • fastdl.mongodb.org
    • Triggering command: /usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/objectql/objectql/node_modules/.pnpm/[email protected]/node_modules/jest-worker/build/processChild.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

发一个版本


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Release new version of the application Release v1.9.1 - Patch version bump across packages Jan 16, 2026
Copilot AI requested a review from huangyiirene January 16, 2026 14:09
@huangyiirene huangyiirene requested review from Copilot and removed request for huangyiirene January 16, 2026 14:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs a synchronized patch version bump across the ObjectQL monorepo, incrementing all packages from version 1.9.0 to 1.9.1 (for core packages) and applying corresponding patch increments to driver and example packages. The changes are purely version-related, updating package.json version fields and adding standardized CHANGELOG.md entries documenting the release.

Changes:

  • Core foundation packages (@objectql/types, @objectql/core, @objectql/platform-node) bumped from 1.9.0 to 1.9.1
  • Runtime and tool packages (@objectql/cli, @objectql/server) bumped from 1.9.0 to 1.9.1
  • Primary driver packages (@objectql/driver-sql, @objectql/driver-mongo, @objectql/driver-redis, @objectql/sdk) bumped from 1.9.0 to 1.9.1
  • Secondary driver packages receive patch increments (e.g., driver-fs: 0.1.0 → 0.1.1)
  • All example projects updated to reflect new dependency versions
  • CHANGELOG.md files updated with standardized release notes across all modified packages

Reviewed changes

Copilot reviewed 42 out of 42 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/foundation/types/package.json Core types package version bump to 1.9.1
packages/foundation/core/package.json Runtime engine version bump to 1.9.1
packages/foundation/platform-node/package.json Node.js platform utilities version bump to 1.9.1
packages/tools/cli/package.json CLI tools version bump to 1.9.1
packages/tools/create/package.json Project creation tool version bump to 1.0.2
packages/runtime/server/package.json HTTP server adapter version bump to 1.9.1
packages/drivers/sql/package.json SQL driver version bump to 1.9.1
packages/drivers/mongo/package.json MongoDB driver version bump to 1.9.1
packages/drivers/redis/package.json Redis driver version bump to 1.9.1
packages/drivers/sdk/package.json Remote HTTP client version bump to 1.9.1
packages/drivers/memory/package.json In-memory driver version bump to 0.1.2
packages/drivers/localstorage/package.json LocalStorage driver version bump to 0.1.2
packages/drivers/fs/package.json Filesystem driver version bump to 0.1.1
packages/drivers/excel/package.json Excel driver version bump to 0.2.1
All CHANGELOG.md files Standardized patch release entries documenting version bump
Example package.json files Updated dependency versions to reference new package versions

@huangyiirene
Copy link
Contributor

@copilot 是否应该统一版本号。

Copy link
Contributor Author

Copilot AI commented Jan 16, 2026

@copilot 是否应该统一版本号。

Currently, the monorepo uses a "fixed group" versioning strategy where 9 core packages are synchronized at v1.9.1 (types, core, platform-node, cli, server, driver-sql, driver-mongo, driver-redis, sdk), as defined in .changeset/config.json.

Other packages (driver-fs, driver-localstorage, driver-memory, driver-excel, create, vscode-objectql) have independent versions because they were added later or are experimental.

Would you like me to:

  1. Add all packages to the fixed group so they all share the same version (1.9.1)?
  2. Keep the current strategy with core packages synchronized and others independent?

Please clarify which approach you prefer.

Copilot AI requested a review from huangyiirene January 16, 2026 14:20
@huangyiirene huangyiirene marked this pull request as ready for review January 16, 2026 14:29
@huangyiirene huangyiirene merged commit 6c5032c into main Jan 16, 2026
9 checks passed
@huangyiirene huangyiirene deleted the copilot/create-new-version branch January 16, 2026 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants