Skip to content

Release version 1.7.0#24

Merged
hotlong merged 2 commits intomainfrom
copilot/release-minor-update
Jan 12, 2026
Merged

Release version 1.7.0#24
hotlong merged 2 commits intomainfrom
copilot/release-minor-update

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 12, 2026

Minor version bump from 1.6.1 to 1.7.0 across all packages in the monorepo.

Changes

  • Version: Bumped all 12 packages to 1.7.0

    • Foundation: @objectql/core, @objectql/types, @objectql/platform-node
    • Drivers: @objectql/driver-sql, @objectql/driver-mongo, @objectql/sdk
    • Runtime: @objectql/server
    • Tools: @objectql/cli, @objectql/studio
    • Starters: @objectql/starter-basic, @objectql/starter-express-api, @objectql/starter-enterprise
  • CHANGELOGs: Added 1.7.0 release notes documenting:

    • Studio default port change to 5555
    • Improved port listening logic
    • Stability and performance enhancements

Notes

All packages use fixed versioning strategy and remain synchronized at 1.7.0.

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.

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copy link
Copy Markdown
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 pull request performs a minor version bump across all ObjectQL packages from version 1.6.1 to 1.7.0. The release includes updates to the default port for ObjectQL Studio (changed to 5555) and improved port listening logic.

Changes:

  • Updated version numbers in all package.json files from 1.6.1 to 1.7.0
  • Added version 1.7.0 entries to all CHANGELOG.md files with release notes
  • Consistent versioning across 12 packages in the monorepo

Reviewed changes

Copilot reviewed 24 out of 24 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
packages/tools/studio/package.json Version bump to 1.7.0
packages/tools/studio/CHANGELOG.md Added 1.7.0 release notes
packages/tools/cli/package.json Version bump to 1.7.0
packages/tools/cli/CHANGELOG.md Added 1.7.0 release notes
packages/starters/express-api/package.json Version bump to 1.7.0
packages/starters/express-api/CHANGELOG.md Added 1.7.0 release notes
packages/starters/enterprise/package.json Version bump to 1.7.0
packages/starters/enterprise/CHANGELOG.md Added 1.7.0 release notes
packages/starters/basic/package.json Version bump to 1.7.0
packages/starters/basic/CHANGELOG.md Added 1.7.0 release notes
packages/runtime/server/package.json Version bump to 1.7.0
packages/runtime/server/CHANGELOG.md Added 1.7.0 release notes
packages/foundation/types/package.json Version bump to 1.7.0
packages/foundation/types/CHANGELOG.md Added 1.7.0 release notes
packages/foundation/platform-node/package.json Version bump to 1.7.0
packages/foundation/platform-node/CHANGELOG.md Added 1.7.0 release notes
packages/foundation/core/package.json Version bump to 1.7.0
packages/foundation/core/CHANGELOG.md Added 1.7.0 release notes
packages/drivers/sql/package.json Version bump to 1.7.0
packages/drivers/sql/CHANGELOG.md Added 1.7.0 release notes
packages/drivers/sdk/package.json Version bump to 1.7.0
packages/drivers/sdk/CHANGELOG.md Added 1.7.0 release notes
packages/drivers/mongo/package.json Version bump to 1.7.0
packages/drivers/mongo/CHANGELOG.md Added 1.7.0 release notes

@@ -1,5 +1,16 @@
# @example/enterprise-structure
Copy link

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

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

The CHANGELOG header shows "@example/enterprise-structure" but this is the CHANGELOG for @objectql/starter-enterprise. The package name in the header should match the actual package name.

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

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,16 @@
# @example/project-management
Copy link

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

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

The CHANGELOG header shows "@example/project-management" but this is the CHANGELOG for @objectql/starter-basic. The package name in the header should match the actual package name.

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

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,16 @@
# @objectql/driver-knex
Copy link

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

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

The CHANGELOG header shows "@objectql/driver-knex" but this is the CHANGELOG for @objectql/driver-sql. The package name in the header should match the actual package name.

Suggested change
# @objectql/driver-knex
# @objectql/driver-sql

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,16 @@
# @objectql/driver-remote
Copy link

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

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

The CHANGELOG header shows "@objectql/driver-remote" but this is the CHANGELOG for @objectql/sdk. The package name in the header should match the actual package name.

Suggested change
# @objectql/driver-remote
# @objectql/sdk

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

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

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

The CHANGELOG header shows "@objectql/core" but this is the CHANGELOG for @objectql/types. The package name in the header should match the actual package name.

Suggested change
# @objectql/core
# @objectql/types

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,16 @@
# @example/express-server
Copy link

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

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

The CHANGELOG header shows "@example/express-server" but this is the CHANGELOG for @objectql/starter-express-api. The package name in the header should match the actual package name.

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

Copilot uses AI. Check for mistakes.
Copilot AI changed the title [WIP] Release minor update for improved functionality Release version 1.7.0 Jan 12, 2026
Copilot AI requested a review from hotlong January 12, 2026 10:50
@hotlong hotlong marked this pull request as ready for review January 12, 2026 10:56
@hotlong hotlong merged commit a1d776e into main Jan 12, 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.

3 participants