docs: add v1.6.0 release notes and register 1.6.x docs version (#840)#841
Merged
Conversation
- Create version-1.6.x documentation (en + zh-Hans) based on 1.5.x - Author v1.6.0 release note covering 23 PRs since v1.5.1: Job module refactor (Job/Operator/Executor/Trial), BashJob + HarborJob, CLI rework, EnvHub refactor, default timeout bump, breaking changes - Register 1.6.x in versions.json and update lastVersion to 1.6.x - Bump pyproject.toml version from 1.6.0.dev2 to 1.6.0 refs alibaba#840 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
StephenRi
approved these changes
Apr 17, 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.
Summary
version-1.6.xDocusaurus docs (en + zh-Hans) based on 1.5.xJob/Operator/Executor/Trial), BashJob + HarborJob, CLI rework, EnvHub refactor, default timeout bump, and breaking changes1.6.xinversions.jsonand updatelastVersionto1.6.xpyproject.tomlfrom1.6.0.dev2to1.6.0fixes #840
Highlights covered in the release note
Job/Operator/Executor/Trialabstraction ([FEATURE] Refactor Job module: extract Job/Trial/Operator/Executor abstraction #779, [FEATURE] Refactor Job module: Job/Operator/Executor/Trial abstraction (#779) #780)rock job runrework with strict YAML validation, auto type detection (feat(job): auto-detect job type from YAML via strict model validation #814, refactor(cli): reworkrock job runfor dual-mode input with strict validation #818)JobEnvironmentConfig→EnvironmentConfig(refactor(envhub): move JobEnvironmentConfig to envhub as EnvironmentC… #800), removedauto_stop(refactor: remove auto_stop parameter from EnvironmentConfig #820)SandboxRecord.imageenlarged to 512 chars, asyncpg statement cache disabled (fix: enlarge SandboxRecord.image to 512 and disable asyncpg statement cache #794)JobConfigtimeout 3600s → 7200s (fix: increase default JobConfig timeout from 3600s to 7200s #806)auto_stopremoval,JobEnvironmentConfigmove, strict CLI validationTest plan
🤖 Generated with Claude Code