Skip to content

Release version 0.1.x for ObjectStack Protocol packages - #43

Merged
hotlong merged 6 commits into
mainfrom
copilot/release-version-update
Jan 20, 2026
Merged

Release version 0.1.x for ObjectStack Protocol packages#43
hotlong merged 6 commits into
mainfrom
copilot/release-version-update

Conversation

CopilotAI commented Jan 20, 2026

Copy link
Copy Markdown
Contributor
  • 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

vercelBot commented Jan 20, 2026

Copy link
Copy Markdown

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

ProjectDeploymentReviewUpdated (UTC)
specReadyReadyPreview, CommentJan 20, 2026 9:50pm

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
CopilotAI changed the title [WIP] Release new version of the applicationRelease version 0.1.x for ObjectStack Protocol packagesJan 20, 2026
CopilotAI requested a review from hotlongJanuary 20, 2026 20:19
@hotlong
hotlong marked this pull request as ready for review January 20, 2026 20:21
CopilotAI review requested due to automatic review settings January 20, 2026 20:21
@github-actionsgithub-actionsBot added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file size/m labels Jan 20, 2026

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

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
FileDescription
packages/spec/package.jsonBumps version from 0.1.1 to 0.1.2
packages/spec/CHANGELOG.mdAdds changelog entry for 0.1.2 release
packages/types/package.jsonBumps version from 0.1.0 to 0.1.1
packages/types/CHANGELOG.mdAdds initial changelog with 0.1.1 release notes
packages/runtime/package.jsonBumps version from 0.1.0 to 0.1.1
packages/runtime/CHANGELOG.mdAdds initial changelog with 0.1.1 release notes and dependency updates
packages/plugin-hono-server/package.jsonBumps version and updates runtime peer dependency to ^0.1.1
packages/plugin-hono-server/CHANGELOG.mdAdds initial changelog with 0.1.1 release notes and dependency updates
packages/objectql/package.jsonBumps version from 0.1.0 to 0.1.1
packages/objectql/CHANGELOG.mdAdds initial changelog with 0.1.1 release notes and dependency updates
packages/driver-memory/package.jsonBumps version from 0.1.0 to 0.1.1
packages/driver-memory/CHANGELOG.mdAdds initial changelog with 0.1.1 release notes and dependency updates
packages/client/package.jsonBumps version from 0.1.0 to 0.1.1
packages/client/CHANGELOG.mdAdds initial changelog with 0.1.1 release notes and dependency updates
examples/todo/package.jsonBumps version from 1.0.0 to 1.0.1
examples/todo/CHANGELOG.mdAdds changelog noting dependency updates
examples/plugin-bi/package.jsonBumps version from 1.0.0 to 1.0.1
examples/plugin-bi/CHANGELOG.mdAdds changelog noting dependency updates
examples/host/package.jsonBumps version from 0.1.0 to 0.1.1
examples/host/CHANGELOG.mdAdds changelog noting dependency updates
examples/crm/package.jsonBumps version from 1.0.0 to 1.0.1
examples/crm/CHANGELOG.mdAdds changelog noting dependency updates

Comment threadpackages/runtime/CHANGELOG.md Outdated
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

CopilotAIJan 20, 2026

Copy link

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
Copy Markdown
ContributorAuthor

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

CopilotAIJan 20, 2026

Copy link

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
Copy Markdown
ContributorAuthor

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 threadpackages/objectql/CHANGELOG.md Outdated
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

CopilotAIJan 20, 2026

Copy link

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
Copy Markdown
ContributorAuthor

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 threadpackages/driver-memory/CHANGELOG.md Outdated
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

CopilotAIJan 20, 2026

Copy link

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
Copy Markdown
ContributorAuthor

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 threadpackages/client/CHANGELOG.md Outdated
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

CopilotAIJan 20, 2026

Copy link

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
Copy Markdown
ContributorAuthor

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 threadpackages/spec/CHANGELOG.md Outdated
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

CopilotAIJan 20, 2026

Copy link

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
Copy Markdown
ContributorAuthor

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 threadpackages/types/CHANGELOG.md Outdated
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

CopilotAIJan 20, 2026

Copy link

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
Copy Markdown
ContributorAuthor

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.

@hotlong

Copy link
Copy Markdown
Contributor

@copilot fix ci

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

CopilotAI commented Jan 20, 2026

Copy link
Copy Markdown
ContributorAuthor

@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.

@hotlong
hotlong merged commit 962b661 into mainJan 20, 2026
11 checks passed
os-zhuang pushed a commit that referenced this pull request Aug 9, 2026
Merge-lap onto current main. One conflict, in the shared ADR-0087 retirement
registry (`packages/spec/src/migrations/registry.ts`): main's
`import-run-automations-declared-default-corrected` (#6190) and this branch's
`api-runtime-create-withdrawn` (#5488) both append a SemanticMigration into
step 17's array, sharing the brace above and below.
Resolved UNION-KEEP — neither entry may be lost (#6526). Recounted from the
merged file: 43 step-17 semantic entries, with both #42
(`api-runtime-create-withdrawn`) and #43
(`import-run-automations-declared-default-corrected`) present.
The two generated artifacts were NOT text-merged (the os-regen merge driver
refuses to): `spec-changes.json` and `docs/protocol-upgrade-guide.md` were
regenerated from the merged tree, and both entries are present in each.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PiRUoQkTSBBmpyXBY3cVn2
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filedocumentationImprovements or additions to documentationprotocol:systemsize/mtests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@hotlong