Skip to content

Commit b72c3fc

Browse files
authored
Update runtime release note (#3962)
# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. # All Promptflow Contribution checklist: - [X] **The pull request does not introduce [breaking changes].** - [ ] **CHANGELOG is updated for new features, bug fixes or other significant changes.** - [X] **I have read the [contribution guidelines](https://github.com/microsoft/promptflow/blob/main/CONTRIBUTING.md).** - [X] **I confirm that all new dependencies are compatible with the MIT license.** - [ ] **Create an issue and link to the pull request to get dedicated review from promptflow team. Learn more: [suggested workflow](../CONTRIBUTING.md#suggested-workflow).** ## General Guidelines and Best Practices - [X] Title of the pull request is clear and informative. - [X] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### Testing Guidelines - [ ] Pull request includes test coverage for the included changes.
1 parent 917e6c9 commit b72c3fc

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

docs/cloud/azureai/runtime-change-log.md

+60
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,66 @@ You can check the runtime image version from the flow execution log:
1515
## Change log
1616
Default runtime image is continuously updated, and here we record the new features and fixed bugs of each image version.
1717

18+
### 20250220.v2
19+
20+
#### New features
21+
- Update promptflow-tools to 1.6.0
22+
23+
#### Bugs fixed
24+
- Pin marshmallow to ensure compatibility with older versions of promptflow for customer use.
25+
26+
### 20250131.v2
27+
Promptflow version 1.17.1 or higher is required due to a known issue with marshmallow.
28+
#### New features
29+
- Update promptflow-tools to 1.5.0
30+
- Update promptflow to 1.17.2
31+
32+
#### Bugs fixed
33+
NA
34+
35+
### 20250109.v2
36+
37+
#### New features
38+
- Update promptflow to 1.17.0
39+
- PromptFlow-vectordb package update : To support langchain 0.3.x
40+
41+
#### Bugs fixed
42+
- Update golang crypto, net to fix vulnerabilities
43+
- Pin aiohttp in runtime image to fix vulnerability
44+
45+
### 20241214.v1
46+
Do not use this version due to known issues and bugs.
47+
#### New features
48+
NA
49+
50+
#### Bugs fixed
51+
- Update langchain-community>=0.3.0 to fix vulnerability
52+
- Update mlflow>=2.16.0 to fix vulnerability
53+
54+
### 20241126.v3
55+
56+
#### New features
57+
- Upgrade promptflow version to 1.16.2
58+
59+
#### Bugs fixed
60+
NA
61+
62+
### 20241114.v2
63+
64+
#### New features
65+
NA
66+
67+
#### Bugs fixed
68+
- Update langchain-community>=0.2.19 to fix vulnerability
69+
70+
### 20241031.v1
71+
72+
#### New features
73+
- Upgrade promptflow version to 1.16.1
74+
75+
#### Bugs fixed
76+
NA
77+
1878
### 20241021.v1
1979

2080
#### New features

0 commit comments

Comments
 (0)