Skip to content

release v1.0.3#458

Merged
SeanAlexanderHarris merged 3 commits into
mainfrom
release/1.0.3
Jul 15, 2026
Merged

release v1.0.3#458
SeanAlexanderHarris merged 3 commits into
mainfrom
release/1.0.3

Conversation

@SeanAlexanderHarris

Copy link
Copy Markdown
Contributor

Overdue release

  • 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 SeanAlexanderHarris self-assigned this Jul 14, 2026
Copilot AI review requested due to automatic review settings July 14, 2026 23:35
@SeanAlexanderHarris
SeanAlexanderHarris requested review from a team as code owners July 14, 2026 23:35
@prolific-snyk

prolific-snyk commented Jul 14, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copilot AI 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

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.3 section with release notes for AI Task Builder updates (schema support, batch sync, auto-sync flags).
  • Note a core API field rename (auto_syncauto_sync_enabled) in the release notes.

Comment thread CHANGELOG.md
- 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
flaviouk
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
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.
@SeanAlexanderHarris
SeanAlexanderHarris merged commit 72994ee into main Jul 15, 2026
6 checks passed
@SeanAlexanderHarris
SeanAlexanderHarris deleted the release/1.0.3 branch July 15, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants