Bond v9.0.2 Release Notes

Release Date: 2020-08-03 // over 3 years ago
  • 9.0.2: 2020-08-03

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

    C++

    • gbc is now installed with 555 (r-xr-xr-x) permissions. (Issue
      #1062
      )

    C

    • ๐Ÿ›  Fixed a regression writing to non-seekable streams using
      CompactBinaryWriter. The fix in commit
      b0fd4a1
      ๐Ÿš€ inadvertently added a call to Stream.Position in the Release
      ๐Ÿ”ง configuration. This call is only indented to be made when Bond is built in
      ๐Ÿ”ง the Debug configuration.