Skip to content

Spring Cloud Bindings 2.0.2: Bug fix release

Choose a tag to compare

@anthonydahanne anthonydahanne released this 15 Aug 17:43
· 7 commits to main since this release

This release just integrates a bug fix (SCB was not properly closing the directories from which it was reading the binding files) and some refactoring; in fact all that happened in this PR: #105

Start using it now!

		<dependency>
			<groupId>org.springframework.cloud</groupId>
			<artifactId>spring-cloud-bindings</artifactId>
			<version>2.0.2</version>
		</dependency>

Thanks to @violetagg , for raising the issue and helping with the fix.