tag:github.com,2008:https://github.com/Azure/azure-functions-durable-python/releasesTags from azure-functions-durable-python2025-09-24T23:45:15Ztag:github.com,2008:Repository/167911661/v1.4.02025-09-24T23:58:01ZDurable Functions for Python v1.4.0<p>Minor Agent SDK doc and sample fixes (<a class="issue-link js-issue-link" href="https://github.com/Azure/azure-functions-durable-python/pull/577">#577</a>)</p>
<p>* Update extension bundle version to 4.34.0 in host.json and add setup instructions for preview version in getting-started.md</p>
<p>* Add DTS settings to local.settings.json.template</p>
<p>* Remove unnecessary semicolon in hello_world.py</p>
<p>* Uncomment a line in setup instructions</p>
<p>* Improve formatting</p>
<p>* Fix DTS sample connection string</p>
<p>* Document OPENAI_DEFAULT_MODEL requirement</p>andystaplestag:github.com,2008:Repository/167911661/v1.4.0rc22025-09-23T00:11:23Zv1.4.0rc2: Add OpenAI compatibility note (#575)<p>Add OpenAI compatibility note (<a class="issue-link js-issue-link" href="https://github.com/Azure/azure-functions-durable-python/pull/575">#575</a>)</p>
<p>* Add compatibility notes for OpenAI package versions in README and getting started guide
<br />* Add section for Durable OpenAI Agents in README at the root</p>AnatoliBtag:github.com,2008:Repository/167911661/v1.4.0rc12025-09-22T22:56:37Zv1.4.0rc1AnatoliBtag:github.com,2008:Repository/167911661/v1.3.32025-08-21T22:25:06ZDurable Functions for Python v1.3.3andystaplestag:github.com,2008:Repository/167911661/v1.3.22025-06-17T23:50:16ZDurable Functions for Python v1.3.2<p>Fix bug with long timers in DTS/MSSQL (<a class="issue-link js-issue-link" href="https://github.com/Azure/azure-functions-durable-python/pull/559">#559</a>)</p>
<p>* Fix bug with long timers in DTS/MSSQL</p>andystaplestag:github.com,2008:Repository/167911661/v1.3.12025-06-12T22:42:21Zv1.3.1andystaplestag:github.com,2008:Repository/167911661/push2025-06-12T21:53:52Zpushandystaplestag:github.com,2008:Repository/167911661/v1.3.02025-06-13T22:22:38Zv1.3.0<p>Bump minimum Python version to 3.9 (<a class="issue-link js-issue-link" href="https://github.com/Azure/azure-functions-durable-python/pull/552">#552</a>)</p>
<p>* Bump min Python version to 3.9
<br />* Remove samples tests from CI run</p>andystaplestag:github.com,2008:Repository/167911661/v1.2.102024-10-22T18:33:09ZDurable Functions for Python v1.2.10<p>Content Handling Improvement in call_http method (<a class="issue-link js-issue-link" href="https://github.com/Azure/azure-functions-durable-python/pull/494">#494</a>)</p>
<p>* initial commit</p>
<p>* remove unused pkg</p>
<p>* improve call_http for clarity</p>
<p>* add content handling test for call_http</p>
<p>* add import</p>
<p>* update test</p>
<p>* update test</p>
<p>* update typo</p>
<p>* remove unused using</p>
<p>* update by comments</p>
<p>* add space</p>
<p>* update unit tests as we update call_http logic</p>
<p>* update by comment</p>
<p>* update description</p>
<p>* update by comment</p>
<p>* re-arrange the error message as it's too long</p>
<p>* re-arrange error msg</p>
<p>* update error msg</p>
<p>* update test</p>
<p>* updatetest</p>nytiantag:github.com,2008:Repository/167911661/v1.2.92024-02-14T02:57:26ZDurable Functions for Python v1.2.9<p>Enable call suspend-resume from durable client (<a class="issue-link js-issue-link" href="https://github.com/Azure/azure-functions-durable-python/pull/483">#483</a>)</p>
<p>* Add API syntax support for suspend-resume</p>
<p>* initial commit</p>
<p>* add new line at the end of file</p>
<p>* add unit tests for suspend-resume</p>
<p>* add suspend/resume history event</p>
<p>* remove empty line</p>
<p>* remove duplicate caused by emrge</p>
<p>* update by comment</p>
<p>---------</p>
<p>Co-authored-by: Julio Arroyo <t-jarroyo@microsoft.com></p>davidmrdavid