From f68f986682e89aca7de38f18da68bc31e1d86fa1 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Tue, 22 Oct 2024 11:29:33 -0400 Subject: [PATCH] Add what's new document for SCDF This document discusses the changes that affect our users in one location. For now it is in the project root directory, but if you know of a better place please leave a comment and I'll move it to that directory Signed-off-by: Glenn Renfro --- whats-new.adoc | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 whats-new.adoc diff --git a/whats-new.adoc b/whats-new.adoc new file mode 100644 index 0000000000..63ec17c3e1 --- /dev/null +++ b/whats-new.adoc @@ -0,0 +1,30 @@ += What's new? + +[[what-s-new-in-3-0-since-2-11]] +== What's New in 3.0.0 Since 2.11 +:page-section-summary-toc: 1 + +This section covers the changes made from version 2.11.5 to version 3.0.0. + +=== New Feature +Announce New Feature Here + +=== Next New Feature +Announce Next New Feature Here + +=== Deprecations +Announce new deprecations here + +=== Removals +Deprecated methods, properties, and features that have been removed in this release. + +* `increment-instance-enabled` used by Composed Task Runner has been replaced by `uuid-instance-enabled`. +* `spring.cloud.dataflow.task.use-user-access-token` has been replaced by `spring.cloud.dataflow.task.composedtaskrunner.use-user-access-token`. +* `spring.cloud.dataflow.task.composed-task-runner-uri` has been replaced by `spring.cloud.dataflow.task.composedtaskrunner.uri`. +* `AboutController(StreamDeployer streamDeployer, LauncherRepository launcherRepository, FeaturesProperties featuresProperties, +VersionInfoProperties versionInfoProperties, SecurityStateBean securityStateBean, DataflowMetricsProperties monitoringProperties)` constructor was removed. +* `search` query parameter for filtering `/tasks/definitions` by task name has been removed. Use the `taskName` query parameter. + +=== Breaking Changes +Announce deprecated changes here +