durable-workflow 0.4.106__tar.gz → 2.0.0b4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {durable_workflow-0.4.106/src/durable_workflow.egg-info → durable_workflow-2.0.0b4}/PKG-INFO +9 -5
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/README.md +8 -4
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/pyproject.toml +8 -1
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4/src/durable_workflow.egg-info}/PKG-INFO +9 -5
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_release_docs_audit_workflow.py +2 -2
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/LICENSE +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/setup.cfg +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/__init__.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/_avro.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/activity.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/auth_composition.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/client.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/errors.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/external_storage.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/external_task_input.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/external_task_result.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/history_bundle_verify.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/interceptors.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/invocable.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/metrics.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/nexus.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/py.typed +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/python_conformance.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/replay_conformance.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/replay_verify.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/retry_policy.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/serializer.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/sync.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/testing.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/worker.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/workflow.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/workflow_updates_conformance.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/SOURCES.txt +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/dependency_links.txt +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/entry_points.txt +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/requires.txt +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/top_level.txt +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_activity_context.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_auth_composition.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_ci_checkout.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_ci_integration_endpoint.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_client.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_control_plane_parity_fixtures.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_errors.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_external_storage.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_external_task_input.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_external_task_result.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_golden_history_replay.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_history_bundle_verify.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_history_event_contract.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_invocable.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_metrics.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_order_processing_example.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_public_boundary_scanner.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_python_conformance.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_queries.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_readme_quickstart.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_replay.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_replay_conformance.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_replay_verify.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_retry_policy.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_schedules.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_serializer.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_signals.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_sleep.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_standalone_activity_client.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_sync.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_testing_harness.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_updates.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_wait_condition.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_worker.py +0 -0
- {durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_workflow_updates_conformance.py +0 -0
{durable_workflow-0.4.106/src/durable_workflow.egg-info → durable_workflow-2.0.0b4}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: durable-workflow
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 2.0.0b4
|
|
4
4
|
Summary: Python SDK for the Durable Workflow server (language-neutral HTTP protocol)
|
|
5
5
|
Author: Durable Workflow Contributors
|
|
6
6
|
License-Expression: MIT
|
|
@@ -38,12 +38,16 @@ Dynamic: license-file
|
|
|
38
38
|
|
|
39
39
|
A Python SDK for the [Durable Workflow server](https://github.com/durable-workflow/server). Speaks the server's language-neutral HTTP/JSON worker protocol — no PHP runtime required.
|
|
40
40
|
|
|
41
|
-
Status: **Beta** —
|
|
41
|
+
Status: **Beta** — this SDK is part of the synchronized Durable Workflow
|
|
42
|
+
`2.0.0-beta.4` product train. Core features include workflows, activities,
|
|
43
|
+
schedules, signals, timers, child workflows, continue-as-new, side effects,
|
|
44
|
+
version markers, worker-applied accepted updates, replay verification, the
|
|
45
|
+
in-process `WorkflowEnvironment` test harness, and invocable activity carriers.
|
|
42
46
|
|
|
43
47
|
## Install
|
|
44
48
|
|
|
45
49
|
```bash
|
|
46
|
-
pip install durable-workflow
|
|
50
|
+
pip install durable-workflow==2.0.0-beta.4
|
|
47
51
|
```
|
|
48
52
|
|
|
49
53
|
Or for development:
|
|
@@ -613,8 +617,8 @@ Full documentation is available at
|
|
|
613
617
|
|
|
614
618
|
## Compatibility
|
|
615
619
|
|
|
616
|
-
SDK version 0.4
|
|
617
|
-
manifests from `GET /api/cluster/info`:
|
|
620
|
+
SDK version `2.0.0-beta.4` is supported with server `2.0.0-beta.4`. The server
|
|
621
|
+
must advertise these protocol manifests from `GET /api/cluster/info`:
|
|
618
622
|
|
|
619
623
|
- `control_plane.version: "2"`
|
|
620
624
|
- `control_plane.request_contract.schema: durable-workflow.v2.control-plane-request.contract` version `1`
|
|
@@ -2,12 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
A Python SDK for the [Durable Workflow server](https://github.com/durable-workflow/server). Speaks the server's language-neutral HTTP/JSON worker protocol — no PHP runtime required.
|
|
4
4
|
|
|
5
|
-
Status: **Beta** —
|
|
5
|
+
Status: **Beta** — this SDK is part of the synchronized Durable Workflow
|
|
6
|
+
`2.0.0-beta.4` product train. Core features include workflows, activities,
|
|
7
|
+
schedules, signals, timers, child workflows, continue-as-new, side effects,
|
|
8
|
+
version markers, worker-applied accepted updates, replay verification, the
|
|
9
|
+
in-process `WorkflowEnvironment` test harness, and invocable activity carriers.
|
|
6
10
|
|
|
7
11
|
## Install
|
|
8
12
|
|
|
9
13
|
```bash
|
|
10
|
-
pip install durable-workflow
|
|
14
|
+
pip install durable-workflow==2.0.0-beta.4
|
|
11
15
|
```
|
|
12
16
|
|
|
13
17
|
Or for development:
|
|
@@ -577,8 +581,8 @@ Full documentation is available at
|
|
|
577
581
|
|
|
578
582
|
## Compatibility
|
|
579
583
|
|
|
580
|
-
SDK version 0.4
|
|
581
|
-
manifests from `GET /api/cluster/info`:
|
|
584
|
+
SDK version `2.0.0-beta.4` is supported with server `2.0.0-beta.4`. The server
|
|
585
|
+
must advertise these protocol manifests from `GET /api/cluster/info`:
|
|
582
586
|
|
|
583
587
|
- `control_plane.version: "2"`
|
|
584
588
|
- `control_plane.request_contract.schema: durable-workflow.v2.control-plane-request.contract` version `1`
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "durable-workflow"
|
|
7
|
-
version = "0.4
|
|
7
|
+
version = "2.0.0-beta.4"
|
|
8
8
|
description = "Python SDK for the Durable Workflow server (language-neutral HTTP protocol)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -63,6 +63,13 @@ durable-workflow-python-conformance = "durable_workflow.python_conformance:main"
|
|
|
63
63
|
durable-workflow-replay-conformance = "durable_workflow.replay_conformance:main"
|
|
64
64
|
durable-workflow-workflow-updates-conformance = "durable_workflow.workflow_updates_conformance:main"
|
|
65
65
|
|
|
66
|
+
[tool.durable-workflow]
|
|
67
|
+
product-train = "2.0.0-beta.4"
|
|
68
|
+
registry-version = "2.0.0b4"
|
|
69
|
+
supported-server-versions = "2.0.0-beta.4"
|
|
70
|
+
worker-protocol-version = "1.1"
|
|
71
|
+
control-plane-version = "2"
|
|
72
|
+
|
|
66
73
|
[tool.setuptools.packages.find]
|
|
67
74
|
where = ["src"]
|
|
68
75
|
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4/src/durable_workflow.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: durable-workflow
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 2.0.0b4
|
|
4
4
|
Summary: Python SDK for the Durable Workflow server (language-neutral HTTP protocol)
|
|
5
5
|
Author: Durable Workflow Contributors
|
|
6
6
|
License-Expression: MIT
|
|
@@ -38,12 +38,16 @@ Dynamic: license-file
|
|
|
38
38
|
|
|
39
39
|
A Python SDK for the [Durable Workflow server](https://github.com/durable-workflow/server). Speaks the server's language-neutral HTTP/JSON worker protocol — no PHP runtime required.
|
|
40
40
|
|
|
41
|
-
Status: **Beta** —
|
|
41
|
+
Status: **Beta** — this SDK is part of the synchronized Durable Workflow
|
|
42
|
+
`2.0.0-beta.4` product train. Core features include workflows, activities,
|
|
43
|
+
schedules, signals, timers, child workflows, continue-as-new, side effects,
|
|
44
|
+
version markers, worker-applied accepted updates, replay verification, the
|
|
45
|
+
in-process `WorkflowEnvironment` test harness, and invocable activity carriers.
|
|
42
46
|
|
|
43
47
|
## Install
|
|
44
48
|
|
|
45
49
|
```bash
|
|
46
|
-
pip install durable-workflow
|
|
50
|
+
pip install durable-workflow==2.0.0-beta.4
|
|
47
51
|
```
|
|
48
52
|
|
|
49
53
|
Or for development:
|
|
@@ -613,8 +617,8 @@ Full documentation is available at
|
|
|
613
617
|
|
|
614
618
|
## Compatibility
|
|
615
619
|
|
|
616
|
-
SDK version 0.4
|
|
617
|
-
manifests from `GET /api/cluster/info`:
|
|
620
|
+
SDK version `2.0.0-beta.4` is supported with server `2.0.0-beta.4`. The server
|
|
621
|
+
must advertise these protocol manifests from `GET /api/cluster/info`:
|
|
618
622
|
|
|
619
623
|
- `control_plane.version: "2"`
|
|
620
624
|
- `control_plane.request_contract.schema: durable-workflow.v2.control-plane-request.contract` version `1`
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_release_docs_audit_workflow.py
RENAMED
|
@@ -74,7 +74,7 @@ def test_publish_workflow_separates_publication_authority_from_docs_freshness()
|
|
|
74
74
|
assert '[[ ! "$REQUESTED_TAG" =~ ^[0-9]+\\.[0-9]+\\.[0-9]+' in build_job
|
|
75
75
|
assert 'if [ "$REQUESTED_TAG" != "$package_version" ]' in build_job
|
|
76
76
|
assert 'if [ "$tag_commit" != "$head_commit" ]' in build_job
|
|
77
|
-
assert "pypa/gh-action-pypi-publish@
|
|
77
|
+
assert "pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247" in publish_job
|
|
78
78
|
assert 'gh release create "$RELEASE_TAG"' in publish_job
|
|
79
79
|
assert "DOCS_RELEASE_AUDIT_ENFORCEMENT: advisory" in docs_audit_job
|
|
80
80
|
assert "DOCS_RELEASE_AUDIT_EVIDENCE: docs-release-audit-evidence.json" in docs_audit_job
|
|
@@ -83,7 +83,7 @@ def test_publish_workflow_separates_publication_authority_from_docs_freshness()
|
|
|
83
83
|
assert "contents: write" not in docs_audit_job
|
|
84
84
|
assert "if: always()" in docs_audit_job
|
|
85
85
|
assert docs_audit_job.index("scripts/ci/check-docs-release-audit.sh") < docs_audit_job.index(
|
|
86
|
-
"actions/upload-artifact@
|
|
86
|
+
"actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
|
|
87
87
|
)
|
|
88
88
|
|
|
89
89
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/auth_composition.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/external_storage.py
RENAMED
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/external_task_input.py
RENAMED
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/external_task_result.py
RENAMED
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/history_bundle_verify.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/python_conformance.py
RENAMED
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow/replay_conformance.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/requires.txt
RENAMED
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/src/durable_workflow.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_control_plane_parity_fixtures.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_order_processing_example.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_standalone_activity_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{durable_workflow-0.4.106 → durable_workflow-2.0.0b4}/tests/test_workflow_updates_conformance.py
RENAMED
|
File without changes
|