Sha256: de7cc72ae6eb676ece214f5679d5de71ebe154ac665a4130a9fc81071f0ac832
Contents?: true
Size: 849 Bytes
Versions: 1
Compression:
Stored size: 849 Bytes
Contents
# avro-patches ## v0.4.0 - Optionally fail validation when extra fields are present. - Check that field defaults have the correct type. - Support values for logical types that were already encoded. - Remove bin directory scripts from the release. ## v0.3.4 - Allow promotion of nested records to optional ## v0.3.3 - Restore basic validation of records, arrays, and maps before writing. - Add validation to protect against nil value for map. ## v0.3.2 - Fix remaining Ruby 2.4 deprecation notices by replacing `require 'avro'`. ## v0.3.1 - Fix references to `Avro::SchemaParseError` and `Avro::UnknownSchemaError`. ## v0.3.0 - Further performance improvements for `Avro::SchemaValidator` and encoding. - Ensure that strings are encoded as UTF-8. ## v0.2.0 - Performance improvements for `Avro::SchemaValidator`. ## v0.1.0 - Initial version
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
avro-patches-0.4.0 | CHANGELOG.md |