Skip to content

v2.5.7

Compare
Choose a tag to compare
@martinbonnin martinbonnin released this 20 May 13:45
· 2154 commits to main since this release

Version 2.5.7 is built with Kotlin 1.5.0 and compatible with coroutines 1.5.0. It also fixes a regression while parsing defaultValues with Int values that should be coerced to Float and allows to change the buffering of MPP subscription messages thanks to the awesome work of @joaquim-verges (#3109) and @nealsanche (#3096)

Full Changelog

✨ New

  • Coroutines 1.5.0 support

👷‍ Fixes

  • [Codegen] Codegen compilation error for Float scalars with default values in Input objects (#3108)
  • [MPP] Subscriptions seem to be dropping items (#3095)