Bond v8.0.1 Release Notes

Release Date: 2018-06-29 // almost 6 years ago
    • gbc & compiler library: 0.11.0.3
    • IDL core version: 3.0
    • C++ version: 8.0.1
    • C# NuGet version: 8.0

    C++

    • ๐Ÿ›  Fixed a crash in bond::ext::grpc::server's destructor when invoked on a moved-from object instance.
    • โž• Added move-assignment operator to bond::blob.
    • Added cmake variable BOND_FIND_RAPIDJSON to allow for external RapidJSON installations.

    C#

    • ๐Ÿš€ There were no C# changes in this release.

    C#

    • ๐Ÿ›  Fixed alias conversion issue for generic fields Issue #928.