v3.4.3 (2022-04-29)
Issues:
- Support for deserialization from Base64 into a byte array. (#7236)
- Correct Kotlin coroutine interceptions (#7247)
- Ignore unrecoverable ClosedChannelException errors (#7246)
- Validation group inheritance, group validation (#7260)
Documentation:
- @Blocking #7228
- Default value for thread selection #7240
- Correct io.micronaut.spring.tx documentation mentions #7227
Contributors
@dstepanov, @graemerocher, @kevin-wise, @ondrej-hrstka, @sdelamo and @wetted
Changes
- doc: @Blocking @wetted (#7228)
- build: bump up problem from 2.2.2 to 2.2.3 @sdelamo (#7284)
- fix: validation group inheritance, group validation @kevin-wise (#7260)
- Fixed support for deserialization from Base64 into a byte array. (#7223) @ondrej-hrstka (#7236)
- doc: default value for thread selection @sdelamo (#7240)
- doc: move blocking Operation to its own file @sdelamo (#7242)
- Correct docs to reflect removal of
io.micronaut.spring/tx/annotation/Transactional
@wetted (#7227) - build: bump mikepenz/action-junit-report from 3.0.1 to 3.0.2 @dependabot (#7229)
🐛 Bug Fixes
- Ignore unrecoverable ClosedChannelException errors @graemerocher (#7246)
- Correct Kotlin coroutine interceptions @dstepanov (#7247)