Releases: spring-cloud/spring-cloud-function
Releases Β· spring-cloud/spring-cloud-function
4.1.3
β New Features
- ContextFunctionCatalogAutoConfiguration is doing component scan at the wrong phase #1149
- Adding DeserializationFeature.FAIL_ON_TRAILING_TOKENS in ContextFunctionCatalogAutoConfiguration breaks WebTestClient with HypermediaWebTestClientConfigurer #1148
- Make imperative
Consumer
composable with a reactiveSupplier<Flux<?>>
#1141
π Bug Fixes
π Documentation
- Doc and Javadoc typos fix #1155
β€οΈ Contributors
Thank you to all the contributors who worked on this release:
4.1.2
β New Features
- RoutingFunction logging regarding resolved function should be debug level. #1121
- #1113 #1119
- Null returned value with function composition throws an NPE in between functions #1117
- JSON message converter returns null for empty POJO #1097
π Bug Fixes
- When passing List to
Function<Message<List>>
the list ends up to be empty due to failed conversion #1145 - use-native-decoding=true does not work when combined with function composition #1144
- Function composition allows composition with non-existing function which eventually causes cache overflow #1139
- 4.0.6 > 4.1.0 broke the JSON parsing of lambda functions invoked via Stonebranch Lambda plugin #1135
- CloudEventMessageUtils.getTime cannot be cast exception #1127
- incorrect docs for MessageRoutingCallback #1100
- JsonMapper.isJsonStringRepresentsCollection may incorrectly return true for Protobuf-encoded messages #1094
β€οΈ Contributors
Thank you to all the contributors who worked on this release:
v3.2.12
Full Changelog: v3.2.11...v3.2.12
v4.1.0-M1
What's Changed
- Various code, samples and docs improvements for adapter-azure and adapter-azure-web by @tzolov in #1058
Full Changelog: v4.0.3...v4.1.0-M1