Releases: spring-cloud/spring-cloud-function
Releases · spring-cloud/spring-cloud-function
5.0.2
v4.3.3
v4.3.2
4.3.1
Full Changelog: v4.3.0...v4.3.1
v4.2.4
Full Changelog: v4.2.3...v4.2.4
5.0.0-M1
v4.3.0-RC1
What's Changed
- improve README.adoc with additional links by @deki in #1233
- Remove unused println statements from test methods by @JunggiKim in #1238
- Grammar fix by @jesjos in #1241
- Fix typos in FunctionInvoker and LambdaDestinationResolver by @KuntalDanech in #1250
- [spring-cloud-function-adapter-azure-web] use status from http response instead of always sending OK by @alxmrtn-kroger in #1254
- Update Gradle file in function-sample-aws to match reference docs by @georgeharley in #1257
New Contributors
- @jesjos made their first contribution in #1241
- @KuntalDanech made their first contribution in #1250
- @alxmrtn-kroger made their first contribution in #1254
- @georgeharley made their first contribution in #1257
Full Changelog: v4.3.0-M2...v4.3.0-RC1
v4.2.2
Full Changelog: v4.2.1...v4.2.2
v4.3.0-M2
What's Changed
Full Changelog: v4.3.0-M1...v4.3.0-M2
v4.3.0-M1
What's Changed
- avoid ClassCastException for non-web application contexts (e.g. webflux) by @deki in #1169
- [Issue-1181] Add conditional missing bean by @kihwankim in #1182
- Bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.5 in /spring-cloud-function-context by @dependabot in #1185
- Change "synchronized" to reentrant lock for virtual-threads by @omercelikceng in #1188
- I removed it because there was a code I wasn't using by @JunggiKim in #1200
- Fix
FunctionTypeUtilsforFactoryBeanby @artembilan in #1224 - doc: fix duplications in main readme by @deki in #1226
New Contributors
- @deki made their first contribution in #1169
- @kihwankim made their first contribution in #1182
- @omercelikceng made their first contribution in #1188
- @JunggiKim made their first contribution in #1200
- @artembilan made their first contribution in #1224
Full Changelog: v4.1.3...v4.3.0-M1