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
Generated enum types now have a FromEnum method that can be used to
convert from an enum value to a string. Now generated enum types have all
four of ToEnum, FromEnum, ToString, and FromString. (The ...Enum
variants return false on failure, while the ...String variants throw.)
Runtime SchemaDef list_sub_type field removed, as it was breaking some
consumers of serialized SchemaDef. We plan to restore this field in the
future. Issue #161 re-opened
C#
Runtime SchemaDef list_sub_type field removed, as it was breaking some
consumers of serialized SchemaDef. We plan to restore this field in the
future. Issue #161 re-opened
The Bond.Runtime NuGet package no longer artificially limits
Newtonsoft.Json to versions before 10. Issue #212
C# Comm
EpoxyListeners can now be configured to require clients to authenticate
themselves with a certificate. This is configured via the clientCertificateRequired parameter when creating an EpoxyServerTlsConfig.