diff --git a/docs/Changelog.md b/docs/Changelog.md index 3cfb9f12bf7..dbf54c66d36 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,7 +14,9 @@ * [#7116](https://github.com/TouK/nussknacker/pull/7116) Improve missing Flink Kafka Source / Sink TypeInformation * [#7123](https://github.com/TouK/nussknacker/pull/7123) Fix deployments for scenarios with dict editors after model reload * [#7162](https://github.com/TouK/nussknacker/pull/7162) Component API enhancement: ability to access information about - expression parts used in SpEL template + expression parts used in SpEL template +* [#7257](https://github.com/TouK/nussknacker/pull/7257) components-api module: Replaced wide dependency to `async-http-client-backend-future` + by the narrowest possible dependency to sttp's core ## 1.18 diff --git a/docs/MigrationGuide.md b/docs/MigrationGuide.md index 8c04b9c82d2..0b993c910d0 100644 --- a/docs/MigrationGuide.md +++ b/docs/MigrationGuide.md @@ -9,6 +9,8 @@ To see the biggest differences please consult the [changelog](Changelog.md). * [#7116](https://github.com/TouK/nussknacker/pull/7116) Improve missing Flink Kafka Source / Sink TypeInformation * We lost support for old ConsumerRecord constructor supported by Flink 1.14 / 1.15 * If you used Kafka source/sink components in your scenarios then state of these scenarios won't be restored +* [#7257](https://github.com/TouK/nussknacker/pull/7257) `components-api` doesn't depend on `async-http-client-backend-future`. + Instead, it depends on sttp's core. If your component rely on this, you should explicitly add dependency to `async-http-client-backend-future`. ## In version 1.18.0