-
Notifications
You must be signed in to change notification settings - Fork 0
Release version 0.1.x for ObjectStack Protocol packages #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
There was a problem hiding this 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-serverto 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 |
packages/runtime/CHANGELOG.md
Outdated
| - 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 | ||
|
|
Copilot
AI
Jan 20, 2026
There was a problem hiding this comment.
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).
| - 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 |
There was a problem hiding this comment.
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 |
Copilot
AI
Jan 20, 2026
There was a problem hiding this comment.
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).
There was a problem hiding this comment.
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.
packages/objectql/CHANGELOG.md
Outdated
| - 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 | ||
|
|
Copilot
AI
Jan 20, 2026
There was a problem hiding this comment.
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).
| - 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 |
There was a problem hiding this comment.
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.
packages/driver-memory/CHANGELOG.md
Outdated
| - 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 | ||
|
|
Copilot
AI
Jan 20, 2026
There was a problem hiding this comment.
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).
| - 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 |
There was a problem hiding this comment.
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.
packages/client/CHANGELOG.md
Outdated
| - 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 | ||
|
|
Copilot
AI
Jan 20, 2026
There was a problem hiding this comment.
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).
| - 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 |
There was a problem hiding this comment.
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.
packages/spec/CHANGELOG.md
Outdated
| - 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 | ||
|
|
Copilot
AI
Jan 20, 2026
There was a problem hiding this comment.
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).
| - 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. |
There was a problem hiding this comment.
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.
packages/types/CHANGELOG.md
Outdated
| - 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 | ||
|
|
Copilot
AI
Jan 20, 2026
There was a problem hiding this comment.
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).
| - 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. |
There was a problem hiding this comment.
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.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
|
@copilot fix ci |
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
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.