Release 4.0.1
DCCL4 adds support for codec_version = 4 while remaining fully backwards compatible with codec_version = 3 (and codec_version = 2).
New features (enable using codec_version = 4):
- Support for
oneof
types. - Dynamic conditionals using Lua scripting: https://libdccl.org/4.0/idl.html#idl-dynamic-conditions
- Switch default string and bytes codecs to VarBytesCodec which should provide a more intuitive result.