We are pleased to announce the release of promptflow 1.8.0.
This release includes some new features, bug fixes, and improvements. We recommend that all users upgrade to this version.
See the [CHANGELOG](https://github.com/microsoft/promptflow/blob/release/promptflow/1.8.0/src/promptflow/CHANGELOG.md) for a list of all the changes.
The release will be available via PyPI:
bash
pip install --upgrade promptflow
Please report any issues with the release on the [promptflow issue tracker](https://github.com/microsoft/promptflow/issues).
Thanks to all the contributors who made this release possible.
v1.4.0-tools
**What's Changed**
ba9df144340f3e58a7d0559b563df057ddfaba07 Update promptflow-tools version from 1.3.0 to 1.4.0 (2434) chenslucky
dd5f2d5637f6893abb0e16922261441df49e2389 Skipping test_open_model_llm.TestOpenModelLLM tests as they require new test resources (2377) Young Park
7d921ad08d7c59fc78c663ce948e4aad8d3be624 [BugFix] Do not dynamic list azure deployment names for aoai vision tool in local (2305) Yao
39039cd520c8fa91f754560f9b91ab454d82c645 [BugFix] set default values to workspace triad params of dynamic list tool func to avoid misleading errors (2310) chjinche
77290c1f68f2a8703eb6efdeca94d64fc416d297 Improve error message when LLM tool meets gpt-4-vision-preview model (2211) chenslucky
b9b72690bc5c6ba6c541bc13fc736745104d3c1a [Internal] improve token connection error message (2245) melionel
e2315d665ad898768d79ea22aefea04d68190b07 update tool package changelog to latest version (2251) chjinche
0eb8e0e1a4b17b4d8e28a5dc771efb757d39e6cf [NewFeature] add seed to gptv tool yamls (2209) chjinche
cde5d60f8d629f434d6e52c7938ffeb285abd0f1 [NewFeature] add "seed" to llm tool inputs (2207) chjinche
8add0988b5405af991ea5c2a6e91f9a7c2e3cc0e [NewFeature] enable AOAI token based auth for built in tool (2153) melionel
07c1d9ac889368ffae162d01a2d8f34faf63a63c [BugFix]Update list_deployment_names, check connection type (2169) liuyuhang13
**Full Changelog**: https://github.com/microsoft/promptflow/compare/v1.3.0-tools...v1.4.0-tools