diff --git a/CHANGELOG.md b/CHANGELOG.md index b41dec30..a1281891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ All notable changes to `knotx-fragments` will be documented in this file. ## Unreleased List of changes that are finished but not yet released in any final version. - +- [PR-210](https://github.com/Knotx/knotx-fragments/pull/210) - Fixing [#209](https://github.com/Knotx/knotx-fragments/issues/209): Provide previously missing `CacheActionFactory` via SPI + ## 2.3.0 - [PR-203](https://github.com/Knotx/knotx-fragments/pull/203) - Fixing [#197](https://github.com/Knotx/knotx-fragments/issues/197): Invoke actions via ActionInvoker. - [PR-201](https://github.com/Knotx/knotx-fragments/pull/201) - Prevent StackOverflowException when evaluating fragment as HTML attributes. diff --git a/action/library/src/main/resources/META-INF/services/io.knotx.fragments.action.api.ActionFactory b/action/library/src/main/resources/META-INF/services/io.knotx.fragments.action.api.ActionFactory index a4db0339..b17c5e89 100644 --- a/action/library/src/main/resources/META-INF/services/io.knotx.fragments.action.api.ActionFactory +++ b/action/library/src/main/resources/META-INF/services/io.knotx.fragments.action.api.ActionFactory @@ -14,6 +14,9 @@ # behaviours io.knotx.fragments.action.library.cb.CircuitBreakerActionFactory +io.knotx.fragments.action.library.cache.CacheActionFactory + +# legacy behaviours io.knotx.fragments.action.library.InMemoryCacheActionFactory # pre-defined actions