This is an automated email from the ASF dual-hosted git repository.

kriskras99 pushed a change to branch feat/unvalidated_value
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


    from 2bfa677  feat: Add posibility to append values to writer without 
validating
     add e3fb640  fix: Deprecate `Writer::append` in favor of 
`Writer::append_value` for consistent naming

No new revisions were added by this update.

Summary of changes:
 avro/examples/generate_interop_data.rs    |  2 +-
 avro/src/bigdecimal.rs                    |  2 +-
 avro/src/lib.rs                           | 18 ++++++++---------
 avro/src/reader.rs                        |  4 ++--
 avro/src/schema/mod.rs                    |  2 +-
 avro/src/schema_compatibility.rs          |  4 ++--
 avro/src/writer.rs                        | 33 +++++++++++++++++++------------
 avro/tests/append_to_existing.rs          |  8 ++++----
 avro/tests/codecs.rs                      |  2 +-
 avro/tests/schema.rs                      | 28 +++++++++++++-------------
 avro/tests/shared.rs                      |  4 +++-
 avro/tests/to_from_avro_datum_schemata.rs |  2 +-
 wasm-demo/tests/demos.rs                  |  2 +-
 13 files changed, 60 insertions(+), 51 deletions(-)

Reply via email to