Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add what's new document for SCDF #6010

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions whats-new.adoc
Original file line number Diff line number Diff line change
@@ -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

Loading