Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions src/Client/GRPC/ServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,6 @@ public function GetWorkerTaskReachability(V1\GetWorkerTaskReachabilityRequest $a

/**
* Describes a worker deployment.
* Experimental. This API might significantly change or be removed in a future
* release.
* Deprecated. Replaced with `DescribeWorkerDeploymentVersion`.
*
* @throws ServiceClientException
Expand All @@ -921,8 +919,6 @@ public function DescribeDeployment(V1\DescribeDeploymentRequest $arg, ?ContextIn

/**
* Describes a worker deployment version.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
Expand All @@ -935,8 +931,6 @@ public function DescribeWorkerDeploymentVersion(V1\DescribeWorkerDeploymentVersi
* Lists worker deployments in the namespace. Optionally can filter based on
* deployment series
* name.
* Experimental. This API might significantly change or be removed in a future
* release.
* Deprecated. Replaced with `ListWorkerDeployments`.
*
* @throws ServiceClientException
Expand All @@ -958,8 +952,6 @@ public function ListDeployments(V1\ListDeploymentsRequest $arg, ?ContextInterfac
* cached value. In such a case, the `last_update_time` will inform you about the
* actual
* reachability calculation time.
* Experimental. This API might significantly change or be removed in a future
* release.
* Deprecated. Replaced with `DrainageInfo` returned by
* `DescribeWorkerDeploymentVersion`.
*
Expand All @@ -972,8 +964,6 @@ public function GetDeploymentReachability(V1\GetDeploymentReachabilityRequest $a

/**
* Returns the current deployment (and its info) for a given deployment series.
* Experimental. This API might significantly change or be removed in a future
* release.
* Deprecated. Replaced by `current_version` returned by
* `DescribeWorkerDeployment`.
*
Expand All @@ -988,8 +978,6 @@ public function GetCurrentDeployment(V1\GetCurrentDeploymentRequest $arg, ?Conte
* Sets a deployment as the current deployment for its deployment series. Can
* optionally update
* the metadata of the deployment as well.
* Experimental. This API might significantly change or be removed in a future
* release.
* Deprecated. Replaced by `SetWorkerDeploymentCurrentVersion`.
*
* @throws ServiceClientException
Expand All @@ -1003,8 +991,6 @@ public function SetCurrentDeployment(V1\SetCurrentDeploymentRequest $arg, ?Conte
* Set/unset the Current Version of a Worker Deployment. Automatically unsets the
* Ramping
* Version if it is the Version being set as Current.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
Expand All @@ -1015,8 +1001,6 @@ public function SetWorkerDeploymentCurrentVersion(V1\SetWorkerDeploymentCurrentV

/**
* Describes a Worker Deployment.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
Expand All @@ -1028,8 +1012,6 @@ public function DescribeWorkerDeployment(V1\DescribeWorkerDeploymentRequest $arg
/**
* Deletes records of (an old) Deployment. A deployment can only be deleted if
* it has no Version in it.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
Expand All @@ -1047,8 +1029,6 @@ public function DeleteWorkerDeployment(V1\DeleteWorkerDeploymentRequest $arg, ?C
* - It is not draining (see WorkerDeploymentVersionInfo.drainage_info). This
* condition
* can be skipped by passing `skip-drainage=true`.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
Expand All @@ -1061,8 +1041,6 @@ public function DeleteWorkerDeploymentVersion(V1\DeleteWorkerDeploymentVersionRe
* Set/unset the Ramping Version of a Worker Deployment and its ramp percentage.
* Can be used for
* gradual ramp to unversioned workers too.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
Expand All @@ -1073,8 +1051,6 @@ public function SetWorkerDeploymentRampingVersion(V1\SetWorkerDeploymentRampingV

/**
* Lists all Worker Deployments that are tracked in the Namespace.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
Expand All @@ -1085,8 +1061,6 @@ public function ListWorkerDeployments(V1\ListWorkerDeploymentsRequest $arg, ?Con

/**
* Updates the user-given metadata attached to a Worker Deployment Version.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
Expand Down
26 changes: 0 additions & 26 deletions src/Client/GRPC/ServiceClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -753,8 +753,6 @@ public function GetWorkerTaskReachability(V1\GetWorkerTaskReachabilityRequest $a

/**
* Describes a worker deployment.
* Experimental. This API might significantly change or be removed in a future
* release.
* Deprecated. Replaced with `DescribeWorkerDeploymentVersion`.
*
* @throws ServiceClientException
Expand All @@ -763,8 +761,6 @@ public function DescribeDeployment(V1\DescribeDeploymentRequest $arg, ?ContextIn

/**
* Describes a worker deployment version.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
Expand All @@ -774,8 +770,6 @@ public function DescribeWorkerDeploymentVersion(V1\DescribeWorkerDeploymentVersi
* Lists worker deployments in the namespace. Optionally can filter based on
* deployment series
* name.
* Experimental. This API might significantly change or be removed in a future
* release.
* Deprecated. Replaced with `ListWorkerDeployments`.
*
* @throws ServiceClientException
Expand All @@ -794,8 +788,6 @@ public function ListDeployments(V1\ListDeploymentsRequest $arg, ?ContextInterfac
* cached value. In such a case, the `last_update_time` will inform you about the
* actual
* reachability calculation time.
* Experimental. This API might significantly change or be removed in a future
* release.
* Deprecated. Replaced with `DrainageInfo` returned by
* `DescribeWorkerDeploymentVersion`.
*
Expand All @@ -805,8 +797,6 @@ public function GetDeploymentReachability(V1\GetDeploymentReachabilityRequest $a

/**
* Returns the current deployment (and its info) for a given deployment series.
* Experimental. This API might significantly change or be removed in a future
* release.
* Deprecated. Replaced by `current_version` returned by
* `DescribeWorkerDeployment`.
*
Expand All @@ -818,8 +808,6 @@ public function GetCurrentDeployment(V1\GetCurrentDeploymentRequest $arg, ?Conte
* Sets a deployment as the current deployment for its deployment series. Can
* optionally update
* the metadata of the deployment as well.
* Experimental. This API might significantly change or be removed in a future
* release.
* Deprecated. Replaced by `SetWorkerDeploymentCurrentVersion`.
*
* @throws ServiceClientException
Expand All @@ -830,17 +818,13 @@ public function SetCurrentDeployment(V1\SetCurrentDeploymentRequest $arg, ?Conte
* Set/unset the Current Version of a Worker Deployment. Automatically unsets the
* Ramping
* Version if it is the Version being set as Current.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
public function SetWorkerDeploymentCurrentVersion(V1\SetWorkerDeploymentCurrentVersionRequest $arg, ?ContextInterface $ctx = null): V1\SetWorkerDeploymentCurrentVersionResponse;

/**
* Describes a Worker Deployment.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
Expand All @@ -849,8 +833,6 @@ public function DescribeWorkerDeployment(V1\DescribeWorkerDeploymentRequest $arg
/**
* Deletes records of (an old) Deployment. A deployment can only be deleted if
* it has no Version in it.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
Expand All @@ -865,8 +847,6 @@ public function DeleteWorkerDeployment(V1\DeleteWorkerDeploymentRequest $arg, ?C
* - It is not draining (see WorkerDeploymentVersionInfo.drainage_info). This
* condition
* can be skipped by passing `skip-drainage=true`.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
Expand All @@ -876,26 +856,20 @@ public function DeleteWorkerDeploymentVersion(V1\DeleteWorkerDeploymentVersionRe
* Set/unset the Ramping Version of a Worker Deployment and its ramp percentage.
* Can be used for
* gradual ramp to unversioned workers too.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
public function SetWorkerDeploymentRampingVersion(V1\SetWorkerDeploymentRampingVersionRequest $arg, ?ContextInterface $ctx = null): V1\SetWorkerDeploymentRampingVersionResponse;

/**
* Lists all Worker Deployments that are tracked in the Namespace.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
public function ListWorkerDeployments(V1\ListWorkerDeploymentsRequest $arg, ?ContextInterface $ctx = null): V1\ListWorkerDeploymentsResponse;

/**
* Updates the user-given metadata attached to a Worker Deployment Version.
* Experimental. This API might significantly change or be removed in a future
* release.
*
* @throws ServiceClientException
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Common/Versioning/VersioningBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
* Versions. The Versioning Behavior of a workflow execution is typically specified by the worker
* who completes the first task of the execution, but is also overridable manually for new and
* existing workflows (see VersioningOverride).
* Experimental. Worker Deployments are experimental and might significantly change in the future.
*
* @see \Temporal\Api\Enums\V1\VersioningBehavior
*
* @since SDK 2.16.0
* @since RoadRunner 2025.1.3
* @internal Experimental
*/
enum VersioningBehavior: int
{
Expand Down
1 change: 0 additions & 1 deletion src/Common/Versioning/VersioningOverride.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*
* @since SDK 2.16.0
* @since RoadRunner 2025.1.3
* @internal Experimental
*/
final class VersioningOverride
{
Expand Down
1 change: 0 additions & 1 deletion src/Common/Versioning/WorkerDeploymentVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*
* @since SDK 2.16.0
* @since RoadRunner 2025.1.3
* @internal Experimental
*/
class WorkerDeploymentVersion implements \Stringable
{
Expand Down
2 changes: 0 additions & 2 deletions src/Worker/WorkerDeploymentOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

/**
* Options for configuring the Worker Versioning feature.
*
* @internal Experimental.
*/
class WorkerDeploymentOptions
{
Expand Down
2 changes: 0 additions & 2 deletions src/Worker/WorkerOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ class WorkerOptions
*
* @since SDK 2.16.0
* @since RoadRunner 2025.1.3
* @internal Experimental.
*/
#[Marshal(name: 'DeploymentOptions')]
public WorkerDeploymentOptions $deploymentOptions;
Expand Down Expand Up @@ -845,7 +844,6 @@ public function withUseBuildIDForVersioning(bool $useBuildIDForVersioning = true
*
* @since SDK 2.16.0
* @since RoadRunner 2025.1.3
* @internal Experimental.
*/
#[Pure]
public function withDeploymentOptions(WorkerDeploymentOptions $deploymentOptions): self
Expand Down
Loading