Skip to content

Commit 3c92737

Browse files
authored
Merge pull request #271 from conductor-oss/doc/phase-out-client-v3
Documentation: Notes on Client v3 phase-out
2 parents c7d1e15 + 6fc1ba1 commit 3c92737

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

client-spring/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Deprecation Notice
2+
3+
**IMPORTANT - 2024-09-19**
4+
5+
This Spring module along with Client (v3) are being **deprecated** and will be **removed**.
6+
7+
It will be replaced by [**Client v4**](../conductor-clients/java/conductor-java-sdk/conductor-client), which offers improved features, better performance,
8+
and other enhancements.
9+
10+
We strongly encourage all users to migrate to [**Client v4**](../conductor-clients/java/conductor-java-sdk/conductor-client) as soon as it becomes available. Expected release date: **2024-10-15**.
11+
12+
## Deprecation Timeline
13+
14+
- **Current Phase:** Client v3 is currently in maintenance phase and will receive critical fixes only.
15+
- **Final Phase Out:** Client v3 will be fully removed from the codebase on **2024-11-20**. The artifacts will remain available in Maven repo.

client/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Deprecation Notice
2+
3+
**IMPORTANT - 2024-09-19**
4+
5+
This Client (v3) is being **deprecated** and will be **removed**.
6+
7+
It will be replaced by [**Client v4**](../conductor-clients/java/conductor-java-sdk/conductor-client), which offers improved features, better performance,
8+
and other enhancements.
9+
10+
We strongly encourage all users to migrate to [**Client v4**](../conductor-clients/java/conductor-java-sdk/conductor-client) as soon as it becomes available. Expected release date: **2024-10-15**.
11+
12+
## Deprecation Timeline
13+
14+
- **Current Phase:** Client v3 is currently in maintenance phase and will receive critical fixes only.
15+
- **Final Phase Out:** Client v3 will be fully removed from the codebase on **2024-11-20**. The artifacts will remain available in Maven repo.

grpc-client/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# gRPC client for Conductor OSS
2+
3+
> **Note:** This module will be relocated to [conductor-clients/java/conductor-java-sdk/sdk](conductor-clients/java/conductor-java-sdk/).
4+
>
5+
> Expected completion date: 2024-10-15.

java-sdk/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# SDK for Conductor
2+
3+
> **Note:** This module will be relocated to [conductor-clients/java/conductor-java-sdk/sdk](conductor-clients/java/conductor-java-sdk/sdk). As part of the Java Client v4 effort, it will also undergo several enhancements.
4+
>
5+
> Expected completion date: 2024-10-15.
6+
27
Conductor SDK allows developers to create, test and execute workflows using code.
38

49
There are three main features of the SDK:

0 commit comments

Comments
 (0)