chore(chatgpt): version 0.1.1 for bundled Zod 4.5.4 - #349
Merged
tnunamak merged 2 commits intoSep 9, 2026
Conversation
Assisted-by: AI Signed-off-by: Tim Nunamaker <tnunamak@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Assisted-by: AI Signed-off-by: Tim Nunamaker <tnunamak@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebuilding the published connector that collects ChatGPT data with Zod 4.5.4, its bundled schema-validation library, requires a new connector version to avoid distributing different contents under the existing version.
Bump the canonical manifest, the file that defines the connector’s version and capabilities, from 0.1.0 to 0.1.1 and record the bundled dependency change in its changelog. The previous package’s recorded source revision matches the version-bump commit’s parent; a comparison confirms that the manifest version is its only changed value and that no collector or runtime implementation changed.
The downstream packaging script rebuilt the connector from that exact version-bump commit, and checks confirmed that the packaged manifest matches it byte for byte and the bundled dependency files match Zod 4.5.4. Live collection has not been rerun. This PR targets
maintenance/chatgpt-pdpp-0.1, a maintenance branch rooted at the published source snapshot. Merge this source-version change into that branch before PDP-Connect/data-connectors#87, which provides the rebuilt packages and installation checks. Use a merge commit so the version-bump commit remains reachable from the maintenance branch after automatic deletion of this PR’s branch; the packaging script requires that exact revision.Assisted-by: AI