| // 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::ReleaseNotesKogito.<version>/ReleaseNotesKogito.<version>.adoc[leveloffset=+1] |
| |
| [id="ref-kogito-rn-new-features-1.38_{context}"] |
| = New features in {PRODUCT} 1.38.0 |
| |
| [role="_abstract"] |
| The following sections describe some of the new features or enhancements in {PRODUCT} 1.38.0. |
| |
| == {PRODUCT} runtimes |
| |
| === {PRODUCT} RocksDB persistence addon |
| |
| Starting from this release, a new Quarkus extension is available to integrate RocksDB as a persistence option to {PRODUCT} runtimes. To use the new extension, add as a dependency to the project: |
| |
| .RocksDB Persistence Addon |
| [source,xml] |
| ---- |
| <dependency> |
| <groupId>org.kie.kogito</groupId> |
| <artifactId>kogito-addons-quarkus-persistence-rocksdb</artifactId> |
| </dependency> |
| ---- |
| |
| There are two additional properties: |
| - `kogito.persistence.rocksdb.clean`: if the db dir should be removed when application is shutdown, default `false`. |
| - `kogito.persistence.rocksdb.data.dir`: data directory, default to `rocksdbtemp`. |
| |
| |
| === {PRODUCT} Serverless Workflow |
| |
| https://kiegroup.github.io/kogito-docs/serverlessworkflow/1.38.0.Final/release_notes.html[New features on 1.38.0]. |