release v1.0.3#458
Merged
Merged
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the v1.0.3 release documentation by adding a new changelog entry describing recently shipped AI Task Builder and core API/flag changes.
Changes:
- Add a
1.0.3section with release notes for AI Task Builder updates (schema support, batch sync, auto-sync flags). - Note a core API field rename (
auto_sync→auto_sync_enabled) in the release notes.
SeanAlexanderHarris
enabled auto-merge (rebase)
July 15, 2026 15:45
- Add schema to dataset create - Add batch sync command - Add --auto-sync flag to batch create command - Add --auto-sync flag to batch update command - Update dataset upload command to account for new dataset schemas - Add auto sync enabled to batch create and update response - Use git cli idiomatic approach to auto sync flaggs with no-auto-sync instead of disable or false flags
SeanAlexanderHarris
force-pushed
the
release/1.0.3
branch
from
July 15, 2026 15:46
d56632e to
a1c33fd
Compare
flaviouk
previously approved these changes
Jul 15, 2026
go.mod now requires go >= 1.26.5 (DCP-3225 toolchain security bump), but the floating "1.26.x" version-spec resolves to 1.26.4 on GitHub-hosted runners since setup-go's version manifest hasn't caught up yet. setup-go also sets GOTOOLCHAIN=local when pinning an exact version, so Go can't auto-fetch the newer toolchain, causing "go.mod requires go >= 1.26.5" failures.
cemprolific
previously approved these changes
Jul 15, 2026
The previous commit renamed the matrix value from 1.26.x to 1.26.5, which also renamed the reported check to "Build (1.26.5)". main's branch protection still requires the literal context "Build (1.26.x)", so that required check never gets reported and blocks merge indefinitely. Keep the matrix label as 1.26.x (preserves the check name) and hardcode the actual setup-go version to 1.26.5 instead of reading it from the matrix.
matt-kinton
approved these changes
Jul 15, 2026
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.
Overdue release