avsc
avsc copied to clipboard
refactor: migrate to TypeScript
avsc now builds on three separate packages, which can be imported separately:
-
@avro/types, serialization logic -
@avro/streams, object containers -
@avro/idl, AVDL parsing
Breaking changes:
- [ ]
type.hash()is nowcomputeHash() - [ ]
type.random()is nowrandomValue() - Removed deprecated functions
-
type.getAliases,type.getFingerprint,type.getName,type.getSchema,type.getTypeName.
-