Skip to content

Releases: SoyYoRafa/bond

9.0.4

22 Jan 04:04
4acf83b
Compare
Choose a tag to compare

IDL core version: 3.0
C++ version: 9.0.4
C# NuGet version: 9.0.3
gbc & compiler library: 0.12.1.0
C++
Bond now uses the [[noreturn]] attribute to annotate functions that do
not return. Previously, it used compiler-specific annotations.
C#
There were no C# changes in this release.

Linux gbc binary

04 Aug 00:17
Compare
Choose a tag to compare

8.0.1: 2018-06-29
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.