Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 20, 2026

  • Fix failing driver.test.ts by adding missing required fields (connect, disconnect, checkHealth, execute, count, beginTransaction, commit, rollback)
  • Update all CHANGELOG files to accurately describe patch release changes instead of "Initial release"
  • All 434 tests passing
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.

@vercel
Copy link

vercel bot commented Jan 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
spec Ready Ready Preview, Comment Jan 20, 2026 9:50pm

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Release new version of the application Release version 0.1.x for ObjectStack Protocol packages Jan 20, 2026
Copilot AI requested a review from hotlong January 20, 2026 20:19
@hotlong hotlong marked this pull request as ready for review January 20, 2026 20:21
Copilot AI review requested due to automatic review settings January 20, 2026 20:21
@github-actions github-actions bot added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file size/m labels Jan 20, 2026
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 prepares a coordinated patch release across all ObjectStack packages, bumping versions from 0.1.0 to 0.1.1 for most packages, and from 0.1.1 to 0.1.2 for @objectstack/spec. The release includes changelog updates and appropriate dependency version updates.

Changes:

  • Version bumps across 7 core packages and 4 example packages
  • CHANGELOG.md files added/updated for all packages documenting the release
  • Peer dependency update in @objectstack/plugin-hono-server to match new runtime version

Reviewed changes

Copilot reviewed 22 out of 22 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
packages/spec/package.json Bumps version from 0.1.1 to 0.1.2
packages/spec/CHANGELOG.md Adds changelog entry for 0.1.2 release
packages/types/package.json Bumps version from 0.1.0 to 0.1.1
packages/types/CHANGELOG.md Adds initial changelog with 0.1.1 release notes
packages/runtime/package.json Bumps version from 0.1.0 to 0.1.1
packages/runtime/CHANGELOG.md Adds initial changelog with 0.1.1 release notes and dependency updates
packages/plugin-hono-server/package.json Bumps version and updates runtime peer dependency to ^0.1.1
packages/plugin-hono-server/CHANGELOG.md Adds initial changelog with 0.1.1 release notes and dependency updates
packages/objectql/package.json Bumps version from 0.1.0 to 0.1.1
packages/objectql/CHANGELOG.md Adds initial changelog with 0.1.1 release notes and dependency updates
packages/driver-memory/package.json Bumps version from 0.1.0 to 0.1.1
packages/driver-memory/CHANGELOG.md Adds initial changelog with 0.1.1 release notes and dependency updates
packages/client/package.json Bumps version from 0.1.0 to 0.1.1
packages/client/CHANGELOG.md Adds initial changelog with 0.1.1 release notes and dependency updates
examples/todo/package.json Bumps version from 1.0.0 to 1.0.1
examples/todo/CHANGELOG.md Adds changelog noting dependency updates
examples/plugin-bi/package.json Bumps version from 1.0.0 to 1.0.1
examples/plugin-bi/CHANGELOG.md Adds changelog noting dependency updates
examples/host/package.json Bumps version from 0.1.0 to 0.1.1
examples/host/CHANGELOG.md Adds changelog noting dependency updates
examples/crm/package.json Bumps version from 1.0.0 to 1.0.1
examples/crm/CHANGELOG.md Adds changelog noting dependency updates

Comment on lines 7 to 16
- Initial release of ObjectStack Protocol & Specification packages

- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules

Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but according to the PR description, this is version 0.1.1 (a patch bump from 0.1.0). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Suggested change
- Initial release of ObjectStack Protocol & Specification packages
- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules
- Remove debug logs from registry and protocol modules

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.


### Patch Changes

- Initial release of ObjectStack Protocol & Specification packages
Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but according to the PR description, this is version 0.1.1 (a patch bump from 0.1.0). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.

Comment on lines 7 to 16
- Initial release of ObjectStack Protocol & Specification packages

- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules

Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but according to the PR description, this is version 0.1.1 (a patch bump from 0.1.0). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Suggested change
- Initial release of ObjectStack Protocol & Specification packages
- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules
- Remove debug logs from registry and protocol modules

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.

Comment on lines 7 to 16
- Initial release of ObjectStack Protocol & Specification packages

- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules

Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but according to the PR description, this is version 0.1.1 (a patch bump from 0.1.0). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Suggested change
- Initial release of ObjectStack Protocol & Specification packages
- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules
- Remove debug logs from registry and protocol modules

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.

Comment on lines 7 to 16
- Initial release of ObjectStack Protocol & Specification packages

- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules

Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but according to the PR description, this is version 0.1.1 (a patch bump from 0.1.0). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Suggested change
- Initial release of ObjectStack Protocol & Specification packages
- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules
- Remove debug logs from registry and protocol modules

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.

Comment on lines 7 to 16
- Initial release of ObjectStack Protocol & Specification packages

- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules

Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but this is version 0.1.2 (a patch bump from 0.1.1). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Suggested change
- Initial release of ObjectStack Protocol & Specification packages
- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules
- Remove debug logs from registry and protocol modules.

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.

Comment on lines 7 to 16
- Initial release of ObjectStack Protocol & Specification packages

- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules

Copy link

Copilot AI Jan 20, 2026

Choose a reason for hiding this comment

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

The changelog entry describes this as "Initial release of ObjectStack Protocol & Specification packages", but according to the PR description, this is version 0.1.1 (a patch bump from 0.1.0). The changelog message should reflect that this is a patch release with specific changes, not an initial release. Consider describing the actual changes in this release (e.g., "Remove debug logs from registry and protocol modules" as mentioned in the PR description).

Suggested change
- Initial release of ObjectStack Protocol & Specification packages
- Complete protocol specifications with Zod schemas
- Core runtime and query engine
- Client SDK
- Memory driver implementation
- Hono server plugin
- Comprehensive documentation
- Remove debug logs from registry and protocol modules
- Remove debug logs from registry and protocol modules.

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated in commit 1e0362b to accurately reflect patch release changes.

Copilot AI and others added 2 commits January 20, 2026 20:29
@hotlong
Copy link
Contributor

hotlong commented Jan 20, 2026

@copilot fix ci

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 20, 2026

@copilot fix ci

Fixed in commit 1e0362b. All driver test mocks now include the required fields (connect, disconnect, checkHealth, execute, count, beginTransaction, commit, rollback). All 434 tests passing.

Copilot AI requested a review from hotlong January 20, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation protocol:system size/m tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants