You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gRPC v1.17.1 is now required to use Bond-over-gRPC.
Fixed an ambigious HexDigit overload compilation error when
compiling with some versions of GCC. (Pull request
#954)
Fixed ambiguous call to maybe::operator== that breaks GCC 9
build. (Pull request
#975)
Fixed MSVC warning C4296: "'<': expression is always false" in protocol.h.
(Issue
#981)
C#
Added .NET 4.6 target framework to Bond.IO.dll so that it can use MemoryStream.TryGetBuffer() when cloning streams like is done when
targeting .NET Standard 1.3+.
Bond compiler library
Breaking change The bond compiler library (the Haskell library) and gbc have been switched to build with stackage snapshot lts-14.4. This
snapshot uses megaparsec 7 and aeson 1.4.4, both of which had breaking
changes that are reflected in the library, e.g., the parseBond signature
has changed. There is no impact to users of the gbc command line tool or
changes to C++ and C# code generation.