Skip to content

Remove experimental warnings from stable APIs #766

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 13, 2025

Conversation

yuandrew
Copy link
Contributor

What was changed

Removed "experimental" tags on things that aren't experimental anymore.

Things stabilized:
Local activities
Eager workflow start
Eager activity execution
Runtime module (top of module says experimental)
Runtime logging and log-forwarding config
Workflow update decorator

Why?

We haven't kept these to date

Checklist

  1. Closes [Feature Request] Remove experimental warning from a few no-longer-experimental APIs #763

  2. How was this tested:

  1. Any docs updates needed?

@yuandrew yuandrew requested a review from a team as a code owner February 13, 2025 02:40
@cretz
Copy link
Member

cretz commented Feb 13, 2025

May need to run poe format

@yuandrew yuandrew enabled auto-merge (squash) February 13, 2025 17:20
@yuandrew yuandrew merged commit 77a1502 into temporalio:main Feb 13, 2025
13 checks passed
@@ -501,7 +501,6 @@ async def start_workflow(
request_eager_start: Potentially reduce the latency to start this workflow by
encouraging the server to start it on a local worker running with
this same client.
This is currently experimental.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we shouldn't have removed this.

@@ -501,7 +501,6 @@ async def start_workflow(
request_eager_start: Potentially reduce the latency to start this workflow by
encouraging the server to start it on a local worker running with
this same client.
This is currently experimental.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we shouldn't have removed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Remove experimental warning from a few no-longer-experimental APIs
3 participants