You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+57-8Lines changed: 57 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CometAPI Python SDK Roadmap
2
2
3
-
Status: `0.1.2` stable maintenance in progress
3
+
Status: `0.1.2` stable maintenance released
4
4
Last updated: 2026-07-30
5
5
Repository contract: this roadmap is self-contained.
6
6
Current gate: maintain the verified stable 0.1 surface. Begin 0.2 only after a
@@ -13,12 +13,12 @@ to CometAPI while preserving official request, response, error, retry, timeout,
13
13
sync, async, and streaming behavior.
14
14
15
15
Private Remote Validation, Public Preview, the functional `0.1.0a1` Registry
16
-
Alpha, stable `0.1.0`, and maintenance release`0.1.1`are complete for the
17
-
sanitized public repository. Protected repository configuration, public
18
-
default-branch CI, exact-release live smoke, PyPI OIDC publication, provenance,
19
-
digest comparison, and public-registry smoke provide separate evidence layers.
20
-
Maintenance `0.1.2`is active only to harden release automation and immutable
21
-
package metadata; it does not activate 0.2 scope.
16
+
Alpha, stable `0.1.0`, and maintenance releases`0.1.1`and `0.1.2` are complete
17
+
for the sanitized public repository. Protected repository configuration,
18
+
public default-branch CI, exact-release live smoke, PyPI OIDC publication,
19
+
provenance, digest comparison, and public-registry smoke provide separate
20
+
evidence layers. Only 0.1.x maintenance is active; `0.1.2` does not activate
21
+
0.2 scope.
22
22
Support and release claims remain limited to the evidence defined in this
23
23
roadmap and `COMPATIBILITY.md`.
24
24
@@ -32,7 +32,7 @@ roadmap and `COMPATIBILITY.md`.
32
32
|`0.1.0a1` Registry Alpha | Complete | Early adopters can install the functional prerelease from PyPI; every release and registry gate passed. |
33
33
|`0.1.0` stable | Complete | Complete runtime, release-PR, example, provenance, and registry gates passed. |
34
34
|`0.1.1` maintenance | Complete | Configuration validation and every stable release, live, provenance, and registry gate passed. |
35
-
|`0.1.2` maintenance |In progress | Publication-neutral metadata and release-transport boundaries must pass every normal release gate before publication. |
35
+
|`0.1.2` maintenance |Complete | Publication-neutral metadata and release-transport boundaries passed every normal release, live, provenance, and registry gate. |
36
36
|`0.2.0` provider-native text | Planned | Optional official Anthropic and Gemini adapters. |
0 commit comments