Skip to content

Release to expose underlying TypeName in Codec

Latest
Compare
Choose a tag to compare
@mittal-aashay mittal-aashay released this 02 May 20:09
d517b19

This release updates the Codec type to surface the underlying typeName via a public API

  • Adds the TypeName method to Codec to expose the underlying type name outside the goavro package scope
  • Adds the ShortName method to Name to expose the short name (i.e. record name excluding classpath) as a public method

Ref. PR: #285 by @mittal-aashay