Durable Functions for Python (Beta) v1.0.0b12
Durable Functions for Python (Beta) v1.0.0b12
Durable Functions for Python v1.0.0b12 is an exciting new release that exposes the durable entities API, drops support for extension bundles V1, and fixes a handful of minor bugs.
https://pypi.org/project/azure-functions-durable/1.0.0b12/
New Features
- Durable Entities API is now available! (#184) 🌈
Bug Fixes
- Serialization bug of
datetime
objects (#228) . Thank you @kemurayama for your contribution! ✨ - Intermittent
None
values returned bycurrent_utc_datetime
(#246)
Breaking Changes
- Dropping support for Extension Bundles V1, to make sure you get the best Durable Functions experience. Please update your Extension Bundles to V2.