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