Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

52 lines (33 loc) · 1.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


0.7.0 - 2024-09-18

Changed

  • Breaking change: encoder will fail with a match error if the input is not serializable in Avro format.

0.6.6 - 2024-08-11

Added

  • find_avsc_files! function to find all .avsc files in a directory.
  • combined_schema function to return a list of schemas sorted in topological order.

Fixed

  • Reintroduced guard in uuid logical type.

0.6.5 - 2024-07-05

Added

  • Support for additional logical types:
    • Date (int).
    • TimeMillis (int).
    • TimeMicros (long).
    • TimestampMicros (long).
    • LocalTimestampMillis (long).
    • LocalTimestampMicros (long).