Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 1.09 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.

[43.0.0] - 2024-11-08

Changed

  • Upgraded to latest versions of datafusion and alloy

[42.0.0] - 2024-09-17

Changed

  • Upgraded to latest versions of datafusion and alloy

[38.2.0] - 2024-06-07

Changed

  • Fully migrated from deprecated ethers to alloy crate

[38.1.1] - 2024-06-05

Changed

  • Minor linter fixes

[38.1.0] - 2024-06-05

Added

  • RawLogsStream resumable filtered log stream
  • New transcoder types:
    • EthRawLogsToArrow - converts raw log data into Arrow record batches
    • EthDecodedLogsToArrow - converts decoded log data into Arrow record batches
    • EthRawAndDecodedLogsToArrow - given raw log data and an event type and produces Arrow record batches with raw data columns and with decoded event columns
  • Fallible eth_try_decode_event UDF

[38.0.0] - 2024-05-28

Added

  • Initial release