This release updates the Codec
type to surface the underlying typeName via a public API
- Adds the
TypeName
method toCodec
to expose the underlying type name outside the goavro package scope - Adds the
ShortName
method toName
to expose the short name (i.e. record name excluding classpath) as a public method
Ref. PR: #285 by @mittal-aashay