Skip to content

0.3.0 - 2021-03-24

Compare
Choose a tag to compare
@mattbertolini mattbertolini released this 24 Mar 23:42
· 64 commits to main since this release
  • Add support for binding MultipartFile and Servlet API Part objects using @FormParamter and @RequestParamter
    annotations. MultipartFile and Part are only for Spring MVC and do not work in Spring WebFlux.