Skip to content

Tags: AnatoliB/azure-functions-durable-python

Tags

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix bug with long timers in DTS/MSSQL (Azure#559)

* Fix bug with long timers in DTS/MSSQL

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update setup.py to include new dependencies (Azure#555)

push

Toggle push's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update setup.py to include new dependencies (Azure#555)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump minimum Python version to 3.9 (Azure#552)

* Bump min Python version to 3.9
* Remove samples tests from CI run

v1.2.10

Toggle v1.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Content Handling Improvement in call_http method (Azure#494)

* initial commit

* remove unused pkg

* improve call_http for clarity

* add content handling test for call_http

* add import

* update test

* update test

* update typo

* remove unused using

* update by comments

* add space

* update unit tests as we update call_http logic

* update by comment

* update description

* update by comment

* re-arrange the error message as it's too long

* re-arrange error msg

* update error msg

* update test

* updatetest

v1.2.9

Toggle v1.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enable call suspend-resume from durable client (Azure#483)

* Add API syntax support for suspend-resume

* initial commit

* add new line at the end of file

* add unit tests for suspend-resume

* add suspend/resume history event

* remove empty line

* remove duplicate caused by emrge

* update by comment

---------

Co-authored-by: Julio Arroyo <t-jarroyo@microsoft.com>

v1.2.8

Toggle v1.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add backwards compatibility layer to SettingsApi change (Azure#464)

v1.2.7

Toggle v1.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support new SettingsAPI (Azure#463)

v1.2.6

Toggle v1.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prevent already scheduled tasks from being added to opentasks list (A…

…zure#457)

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge dev to main for 1.2.5 release (Azure#448)