Skip to content

v23.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 07:08
· 559 commits to main since this release
4e2274f

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

  • rpc (fix): Set missing Accept header for RPC requests by @xerial in #3087

๐Ÿ”— Dependency Updates

๐Ÿ›  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