Scrooge v3.1.1 Release Notes

    • ๐Ÿ’ฅ BREAKING CHANGE: We finally made scrooge-runtime to be backward with Scrooge 2. This requires a name change for the ThriftStructCodec. From now on, all objects generated by Scrooge 3 will use ThriftStructCodec3. This will affect you only if your code is using ThriftStructCodec directly, which is not common.
    • ๐Ÿš€ scrooge now releases jar-with-dependencies
    • โž• add language option tag to scrooge-maven-plugin, thanks to @eirslett
    • some directory reorganization of the demos