1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
# Release History
## 1.0.0b3 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
## 1.0.0b2 (2023-10-26)
### Features Added
- Add `/workflows/{id}/validate` API.
- Add admin query options to workflow / workflow run APIs.
### Breaking Changes
- Add operation groups `workflows`, `workflowruns`, `workflowtasks`, and `userrequest`.
### Other Changes
- Update descriptions of some APIs.
## 1.0.0b1 (2023-02-21)
- Initial release of the Purview Workflow client library for Python
|