Bond v9.0.1 Release Notes

Release Date: 2020-07-14 // almost 4 years ago
  • 9.0.1: 2020-07-14

    • IDL core version: 3.0
    • C++ version: 9.0.1
    • C# NuGet version: 9.0.1
    • gbc & compiler library: 0.12.1.0

    C++

    • The RapidJSON submodule now points to commit
      8f4c021.
      โš  This addresses some aliasing warnings in recent versions of Clang and GCC.

    C

    • ๐Ÿ›  Fixed MSB3105/CS2002 error about duplicate Compile items when a directory
      contains multiple .bond files and --gprc is in $BondOptions. (Issue
      #1050
      )
    • ๐Ÿ›  Fix handling of large container lengths that could cause an infinite loop
      ๐Ÿ›ฐ when deserializing some payloads. This fix addresses
      ๐Ÿ”’ CVE-2020-1469.