Skip to content

Commit ab45df5

Browse files
jiazengcindyninghu
andauthored
Add promptflow runtime release note (#3815)
# Description Add promptflow runtime release note # 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).** - [ ] **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 - [ ] Title of the pull request is clear and informative. - [ ] 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. --------- Co-authored-by: Billy Hu <[email protected]>
1 parent 9345ad3 commit ab45df5

File tree

2 files changed

+133
-1
lines changed

2 files changed

+133
-1
lines changed

.cspell.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@
257257
"Gleu",
258258
"GLEU",
259259
"fmeasure",
260-
"punkt"
260+
"punkt",
261+
"BYOI"
261262
],
262263
"flagWords": [
263264
"Prompt Flow"

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

+131
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,137 @@ 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+
### 20241021.v1
19+
20+
#### New features
21+
NA
22+
23+
#### Bugs fixed
24+
- Upgrade langchain>=0.2.5 and langchain-community>=0.2.5,<0.3.0,!=0.2.14 to fix vulnerability
25+
26+
### 20240918.v2
27+
28+
#### New features
29+
NA
30+
31+
#### Bugs fixed
32+
NA
33+
34+
### 20240909.v2
35+
36+
#### New features
37+
NA
38+
39+
#### Bugs fixed
40+
NA
41+
42+
### 20240829.v1
43+
44+
#### New features
45+
NA
46+
47+
#### Bugs fixed
48+
- Add uvicorn dependency explicitly
49+
50+
### 20240814.v1
51+
52+
#### New features
53+
NA
54+
55+
#### Bugs fixed
56+
- Fix non serializable search results
57+
58+
### 20240731.v1
59+
60+
#### New features
61+
- Add Reranker tool with Cohere accessibility to Prompt flow
62+
63+
#### Bugs fixed
64+
- Fix run id duplicate check
65+
- Upgrade langchain version in promptflow-vectordb-sdk
66+
67+
### 20240709.v1
68+
69+
#### New features
70+
- cosmos db vector db support
71+
- Build and publish promptflow-parallel
72+
73+
#### Bugs fixed
74+
- Add aad auth check
75+
- Fix metadata parser error
76+
77+
### 20240619.v2
78+
79+
#### New features
80+
NA
81+
82+
#### Bugs fixed
83+
- Add @blob_error_handling_decorator for cancelling_run and get_run_status in async storage
84+
- Use dataplane api to list embedding deployments
85+
- Fix KeyError when get run meet UserAuthenticationValidationError.
86+
87+
### 20240529.v1
88+
89+
#### New features
90+
- [BYOI] Implement PostgreSQL
91+
- [Lookup tool] Implement BYO-Weaviate Index
92+
93+
#### Bugs fixed
94+
- The destination of _download_fileshare_directory should be str
95+
- Passing DefaultAzureCredential into as_langchain_vectorstore
96+
- Upgrade Werkzeug to 3.0.3.
97+
98+
### 20240515.v1
99+
100+
#### New features
101+
- runtime support batch run prompty
102+
- Support init_kwargs for multi-container c# batch run
103+
- Upgrade gunicorn and mlflow
104+
105+
#### Bugs fixed
106+
- Fix and avoid FlowExecutor in PythonApiExecutorProxy
107+
108+
### 20240511.v1
109+
110+
#### New features
111+
- Add support for more huggingface models
112+
113+
#### Bugs fixed
114+
- _download_azure_file_share should return str
115+
- When ingress call gunicorn met timeout, we should not return 200.
116+
- Pin azureml-rag version to 0.2.30.2
117+
- Upgrade golang.org/x/net from 0.17.0 to 0.23.0 to fix vulnerability
118+
119+
### 20240429.v8
120+
121+
#### New features
122+
- Remove preview tag from Index Lookup
123+
- Support init_kwargs in c# batch run in cloud
124+
125+
#### Bugs fixed
126+
- Pass init_kwargs to executor in multi container case
127+
- Fix error of span.attributes.flow_log_path in multi-container.
128+
- Add duplicated key in SystemLogContext to avoid breaking when LogContext does not have it
129+
- Add clarification to migration notebook and small fixes
130+
- [Lookup tool] Update list pinecone index endpoint
131+
- Handle case where flow_logs_folder is None
132+
133+
### 20240424.v1
134+
135+
#### New features
136+
- Support download working_dir from fileshare.
137+
- Enable line log for batch run
138+
- Add prompt_tokens/completion_tokens to run properties
139+
- Support C# batch run in multi-container runtime
140+
- Implement ESIndex in common index lookup
141+
- Handle metadata processing better in Index Lookup
142+
- implement mongodb support
143+
144+
#### Bugs fixed
145+
- Remove Promptflow-evals publish.
146+
- [Lookup tool] Add workspace name in get()
147+
- changes to utils.py were accidentally left out of previous PR.
148+
18149
### 20240411.v4
19150

20151
#### New features

0 commit comments

Comments
 (0)