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

Update 8.7 Announcements #4757

Merged
merged 1 commit into from
Dec 12, 2024
Merged
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
8 changes: 4 additions & 4 deletions docs/reference/announcements/870.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The 8.7 release includes API updates to support the move to a [Camunda 8 REST AP

The deprecation process for the [Operate](/apis-tools/operate-api/overview.md) and [Tasklist](/apis-tools/tasklist-api-rest/tasklist-api-rest-overview.md) REST APIs starts with the 8.7 release. You can begin migrating to the [Camunda 8 REST API](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md) for querying to prepare for this change.

- Version 8.7, 8.8: These APIs are available, but not recommended for new implementations.
- Version 8.9: These APIs will be deprecated and removed.
- Version 8.7, 8.8: These APIs are still available but deprecated, and so not recommended for new implementations.
- Version 8.9: These APIs will be removed.

### Deprecated: Job-based User Tasks querying

Expand All @@ -48,7 +48,7 @@ With the 8.7 release, Camunda announces the deprecation of several [Zeebe gRPC](
- The final list of retained gRPC endpoints will be confirmed with the 8.7 release.
- Selected endpoints will remain active, with others scheduled for removal in the 8.9 release.

### Deprecated: Tasklist GraphQL API
### Removed: Tasklist GraphQL API

With the 8.7 release, the deprecated [Tasklist GraphQL API](/apis-tools/tasklist-api/tasklist-api-overview.md) will be removed from the product.

Expand All @@ -70,7 +70,7 @@ For SaaS customers, identity management in Camunda 8.7 remains consistent with C

Built-in Keycloak integration in Self-Managed is removed, allowing customers to use any compatible IdP.

- Keycloak remains fully supported as an external option.
- Keycloak remains fully supported as an external option. For cluster-level identity management it must be connected as an external OIDC provider moving forward.
- OpenID Connect (OIDC) remains the standard for seamless integration with chosen IdPs.

### Resource-based permissions
Expand Down
Loading