v23.8.0
What's Changed
๐ Features
- airspec (feature): Add initDesign and initLocalDesign for configuring test designs by @xerial in #3086
- rx (feature): Support join/zip upto 5 elements by @xerial in #3089
- rx (feature): Support Rx.flatMap(A => RxOption[B]) by @xerial in #3088
- rx (feature): Support mixing Rx and RxOption by @xerial in #3092
๐ Bug Fixes
๐ Dependency Updates
- Update airframe-http, airframe-http-netty, ... to 23.7.4 by @xerial-bot in #3080
- Update msgpack-core to 0.9.5 by @xerial-bot in #3082
- Update jmh-core, jmh-generator-bytecode, ... to 1.37 by @xerial-bot in #3084
- Update scalafmt-core to 3.7.12 by @xerial-bot in #3091
๐ Internal Updates
- http (internal): Add StaticContent server test for Netty backend by @xerial in #3090
- rx-html (internal): Reduce the memory consumption of RenderingContext by @xerial in #3093
- rx (internal): Test the behavior difference of Rx.single (lazy) and Rx.const (immediate) by @xerial in #3094
Full Changelog: v23.7.4...v23.8.0