blob: 5f7fe53257673d3c64bed37ae8d820ec143d62b9 [file] [log] [blame]
// IMPORTANT: For 1.10 and later, save each version release notes as its own module file in the release-notes folder that this `ReleaseNotesKogito<version>.adoc` file is in, and then include each version release notes file in the chap-kogito-release-notes.adoc after Additional resources of {PRODUCT} deployment on {OPENSHIFT} section, in the following format:
//include::release-notes/ReleaseNotesKogito<version>.adoc[leveloffset=+1]
[id="ref-kogito-rn-new-features-1.13_{context}"]
= New features in {PRODUCT} 1.13
[role="_abstract"]
The following sections describe some of the new features or enhancements in {PRODUCT} 1.13.
== {PRODUCT} runtimes
=== {PRODUCT} Data Index support to store user task comments and attachments information
The user task comments and attachments are now part of the {PRODUCT} Data Index GraphQL schema and allow you to query the comments and attachments as part of the `UserTaskInstance` fields including `comments` and `attachments`.
=== {PRODUCT} Data Index service new Gateway API methods
A new set of GraphQL mutations are supported to perform the following operations on different {PRODUCT} services:
* Update a comment in a user task instance
* Delete a comment in a user task instance
* Update an attachment in a user task instance
* Delete an attachment in a user task instance
For more information, see {URL_CONFIGURING_KOGITO}#con-data-index-service_kogito-configuring[_{PRODUCT} Data Index Service_].
////
== {PRODUCT} Operator and CLI
=== Improved/new bla bla
Description
== {PRODUCT} supporting services
=== Improved/new bla bla
Description
////
== {PRODUCT} tooling
=== Breaking change on Quarkus dependencies for {PRODUCT} extensions
The `quarkus-resteasy` and `quarkus-resteasy-jackson` are now optional dependencies for {PRODUCT} extensions. If these dependencies are not added to your project, then you must disable the REST endpoint generation using `kogito.generate.rest=false` property.