Skip to content

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
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.

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