Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Internal] update runtime changelog for 20240228.v3 #2250

Merged
merged 6 commits into from
Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion docs/cloud/azureai/runtime-change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ You can check the runtime image version from the flow execution log:

## Change log
Default runtime image is continuously updated, and here we record the new features and fixed bugs of each image version.

### 20240228.v3

#### New features
- Support async flow test for long running jobs.

#### Bugs fixed
- Fix bug when collecting package tools.


### 20240222.v3

#### New features
Expand All @@ -40,7 +50,7 @@ NA

#### Bugs fixed
- Fix the bug that exception raised during preparing data is not set in run history.
- Fix the bug that unexpected exception is raised when executor process crushes.
- Fix the bug that unexpected exception is raised when executor process crushes.

### 20240116.v1

Expand Down
Loading