Skip to content
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

Documentation: Notes on Client v3 phase-out #271

Merged
merged 1 commit into from
Sep 20, 2024
Merged
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
15 changes: 15 additions & 0 deletions client-spring/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Deprecation Notice

**IMPORTANT - 2024-09-19**

This Spring module along with Client (v3) are being **deprecated** and will be **removed**.

It will be replaced by [**Client v4**](../conductor-clients/java/conductor-java-sdk/conductor-client), which offers improved features, better performance,
and other enhancements.

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

## Deprecation Timeline

- **Current Phase:** Client v3 is currently in maintenance phase and will receive critical fixes only.
- **Final Phase Out:** Client v3 will be fully removed from the codebase on **2024-11-20**. The artifacts will remain available in Maven repo.
15 changes: 15 additions & 0 deletions client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Deprecation Notice

**IMPORTANT - 2024-09-19**

This Client (v3) is being **deprecated** and will be **removed**.

It will be replaced by [**Client v4**](../conductor-clients/java/conductor-java-sdk/conductor-client), which offers improved features, better performance,
and other enhancements.

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

## Deprecation Timeline

- **Current Phase:** Client v3 is currently in maintenance phase and will receive critical fixes only.
- **Final Phase Out:** Client v3 will be fully removed from the codebase on **2024-11-20**. The artifacts will remain available in Maven repo.
5 changes: 5 additions & 0 deletions grpc-client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# gRPC client for Conductor OSS

> **Note:** This module will be relocated to [conductor-clients/java/conductor-java-sdk/sdk](conductor-clients/java/conductor-java-sdk/).
>
> Expected completion date: 2024-10-15.
5 changes: 5 additions & 0 deletions java-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# SDK for Conductor

> **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.
>
> Expected completion date: 2024-10-15.

Conductor SDK allows developers to create, test and execute workflows using code.

There are three main features of the SDK:
Expand Down
Loading