Sha256: a4fda94173b6838315a51873bd527fc66220dc59c3850c5512fb58cafd737d44

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# avro-patches

## v1.0.2
- Compatibility with Avro v1.10. No other changes.

## v1.0.1
- Compatibility with Avro v1.9.1. No other changes.

## v1.0.0
- Release for Avro v1.9.0. This removes all patches as all changes
  from the previous release are included in Avro v1.9.0.

## v0.4.1
- Optimize binary encoder and decoder.

## 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-1.0.2 CHANGELOG.md