You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/versioned_docs/version-1.3.x/Release Notes/v1.3.0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Mar 4, 2026
14
14
-**NEW**: `close_session` method in Sandbox client for explicit session lifecycle management ([#451](https://github.com/alibaba/ROCK/pull/451))
15
15
16
16
#### Evaluation Examples
17
-
-**swe_bench/**: SWE-bench Verified evaluation demo with iFlow integration ([#508](https://github.com/alibaba/ROCK/pull/508))
17
+
-**swe_bench**: SWE-bench Verified evaluation demo with iFlow integration ([#508](https://github.com/alibaba/ROCK/pull/508))
18
18
19
19
20
20
## Admin
@@ -43,7 +43,7 @@ Mar 4, 2026
43
43
### Enhancements
44
44
45
45
#### Performance Optimizations
46
-
-Delegate `get_status` from rocklet into Ray operator for improved separation of concerns ([#487](https://github.com/alibaba/ROCK/pull/487))
46
+
-The logic for determining whether get_status is implemented via Ray or Rocklet has been moved into the Ray operator, preventing the related decision logic from interfering with the implementation of other operators. ([#487](https://github.com/alibaba/ROCK/pull/487))
0 commit comments