Spring Cloud Data Flow 1.2 M1 released
On behalf of the team, I am excited to announce the release of the first milestone of Spring Cloud Data Flow 1.2.
Note: A great way to start using this new release(s) is to follow the release matrix on the project page, which includes the download coordinates and the links to the reference guide.
Over the last few weeks, we have added new features and improvements to the overall orchestration of data microservices. The following new features were included in the 1.2.0.M1 release:
Core
- Introduce dedicated prefixes for deployment properties. Using the deployer properties is as simple as
deployer.<appname>.xxx
as opposed toapp.<appname>.spring.cloud.deployer.xxx
- Introduce a new REST-API controller and shell support to cleanup Task Executions
- Foundation work to consolidate the use of controllers between Task deployments and Task Executions
- Consolidate REST-API call traces and return codes for consistency
- Adds role-based access control to define who has access to create, deploy, destroy, or view streams/tasks. This works seamlessly in coordination with the supported authentication methods…