Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

Version bump from 1.8.4 to 1.9.0 for all packages in the monorepo.

Changes

  • Version Updates: All core packages bumped to 1.9.0 (minor)

    • Foundation: @objectql/types, @objectql/core, @objectql/platform-node
    • Drivers: @objectql/driver-sql, @objectql/driver-mongo, @objectql/driver-redis, @objectql/sdk
    • Runtime: @objectql/server, @objectql/cli
  • Changelogs: Auto-generated entries documenting recent documentation and VS Code extension improvements

  • Internal Dependencies: Updated cross-package references to 1.9.0

Release Notes

Major documentation overhaul with emphasis on YAML-based metadata approach, improved quick start guide, and VS Code extension integration across example projects.

Publishing

After merge:

pnpm run build
pnpm changeset publish
Original prompt

发一个版本


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Create a new release version Release version 1.9.0 Jan 16, 2026
Copilot AI requested a review from hotlong January 16, 2026 04:51
@hotlong hotlong marked this pull request as ready for review January 16, 2026 05:22
Copilot AI review requested due to automatic review settings January 16, 2026 05:22
@hotlong hotlong merged commit 840d7d4 into main Jan 16, 2026
10 checks passed
@hotlong hotlong deleted the copilot/release-new-version branch January 16, 2026 05:22
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 releases version 1.9.0 of the ObjectQL monorepo, bumping all core packages from 1.8.4 to 1.9.0. The release focuses on documentation improvements and VS Code extension integration enhancements.

Changes:

  • All foundation and driver packages bumped to version 1.9.0 (minor release)
  • New driver packages (memory, localstorage) bumped to 0.1.1 (patch release)
  • Example projects updated with varying version bumps
  • Auto-generated changelogs documenting recent documentation and tooling improvements

Reviewed changes

Copilot reviewed 32 out of 32 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
packages/foundation/types/package.json Version bump to 1.9.0
packages/foundation/types/CHANGELOG.md Added 1.9.0 release notes for documentation updates
packages/foundation/core/package.json Version bump to 1.9.0
packages/foundation/core/CHANGELOG.md Added 1.9.0 release notes with dependency updates
packages/foundation/platform-node/package.json Version bump to 1.9.0
packages/foundation/platform-node/CHANGELOG.md Added 1.9.0 release notes with dependency updates
packages/runtime/server/package.json Version bump to 1.9.0
packages/runtime/server/CHANGELOG.md Added 1.9.0 release notes with dependency updates
packages/tools/cli/package.json Version bump to 1.9.0
packages/tools/cli/CHANGELOG.md Added 1.9.0 release notes with dependency updates
packages/drivers/sql/package.json Version bump to 1.9.0
packages/drivers/sql/CHANGELOG.md Added 1.9.0 release notes with dependency updates
packages/drivers/mongo/package.json Version bump to 1.9.0
packages/drivers/mongo/CHANGELOG.md Added 1.9.0 release notes with dependency updates
packages/drivers/redis/package.json Version bump to 1.9.0
packages/drivers/redis/CHANGELOG.md Added 1.9.0 release notes with dependency updates and formatting improvements
packages/drivers/sdk/package.json Version bump to 1.9.0
packages/drivers/sdk/CHANGELOG.md Added 1.9.0 release notes with dependency updates
packages/drivers/memory/package.json Version bump to 0.1.1
packages/drivers/memory/CHANGELOG.md Added 0.1.1 release notes with dependency updates and formatting improvements
packages/drivers/localstorage/package.json Version bump to 0.1.1
packages/drivers/localstorage/CHANGELOG.md Added 0.1.1 release notes with dependency updates and formatting improvements
examples/showcase/project-tracker/package.json Major version bump to 2.0.0
examples/showcase/project-tracker/CHANGELOG.md Added 2.0.0 release notes
examples/showcase/enterprise-erp/package.json Major version bump to 2.0.0
examples/showcase/enterprise-erp/CHANGELOG.md Added 2.0.0 release notes
examples/quickstart/hello-world/package.json Patch version bump to 1.0.5
examples/quickstart/hello-world/CHANGELOG.md Added 1.0.5 release notes
examples/integrations/express-server/package.json Patch version bump to 1.8.5
examples/integrations/express-server/CHANGELOG.md Added 1.8.5 release notes
examples/integrations/browser/package.json Patch version bump to 1.0.1
examples/integrations/browser/CHANGELOG.md Created new changelog with 1.0.1 release notes

Comment on lines +3 to +11
## 2.0.0

### Patch Changes

- Updated dependencies
- @objectql/core@1.9.0
- @objectql/driver-sql@1.9.0
- @objectql/types@1.9.0
- @objectql/platform-node@1.9.0
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

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

The version is being bumped from 1.8.4 to 2.0.0, which is a major version change, but the changelog section is titled "Patch Changes". This is semantically inconsistent. If this is truly a major version bump, it should have a "Major Changes" section explaining the breaking changes. If this is intended to be a patch release, the version should be 1.8.5 instead of 2.0.0.

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,15 @@
# @objectql/starter-basic
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

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

The package name in this CHANGELOG header is "@objectql/starter-basic", but the actual package name in package.json is "@objectql/example-project-tracker". The CHANGELOG header should match the actual package name to avoid confusion.

Suggested change
# @objectql/starter-basic
# @objectql/example-project-tracker

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,15 @@
# @objectql/starter-enterprise
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

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

The package name in this CHANGELOG header is "@objectql/starter-enterprise", but the actual package name in package.json is "@objectql/example-enterprise-erp". The CHANGELOG header should match the actual package name to avoid confusion.

Suggested change
# @objectql/starter-enterprise
# @objectql/example-enterprise-erp

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,16 @@
# @objectql/starter-express-api
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

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

The package name in this CHANGELOG header is "@objectql/starter-express-api", but the actual package name in package.json is "@objectql/example-express-server". The CHANGELOG header should match the actual package name to avoid confusion.

Suggested change
# @objectql/starter-express-api
# @objectql/example-express-server

Copilot uses AI. Check for mistakes.
Comment on lines +3 to +11
## 2.0.0

### Patch Changes

- Updated dependencies
- @objectql/core@1.9.0
- @objectql/driver-sql@1.9.0
- @objectql/types@1.9.0
- @objectql/platform-node@1.9.0
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

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

The version is being bumped from 1.8.4 to 2.0.0, which is a major version change, but the changelog section is titled "Patch Changes". This is semantically inconsistent. If this is truly a major version bump, it should have a "Major Changes" section explaining the breaking changes. If this is intended to be a patch release, the version should be 1.8.5 instead of 2.0.0.

Copilot uses AI. Check for mistakes.
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