v0.1.2
- Changed spring-boot-starter-webflux dependency to
api
instead of forcing users to add that dependency manually. - Added support for the
spring.codec.max-in-memory-size
property by using theWebClient.Builder
as auto-configured by Spring Boot instead of manually creating an instance.