Skip to content

Releases: apibara/dna

Parquet Sink v0.3.5

11 Nov 09:54
Compare
Choose a tag to compare

Fix an issue on Linux.

Fixed

  • Link against GLIBC 3.5. The most recent build was linking against GLIBC 3.8
    which caused some issues on non-rolling release distributions.

Mongo Sink v0.4.6

11 Nov 09:53
Compare
Choose a tag to compare

Fix an issue on Linux.

Fixed

  • Link against GLIBC 3.5. The most recent build was linking against GLIBC 3.8
    which caused some issues on non-rolling release distributions.

Console Sink v0.3.5

11 Nov 09:53
Compare
Choose a tag to compare

Fix an issue on Linux.

Fixed

  • Link against GLIBC 3.5. The most recent build was linking against GLIBC 3.8
    which caused some issues on non-rolling release distributions.

Apibara CLI v0.4.0

10 Nov 13:11
Compare
Choose a tag to compare

Update Starknet filter.

Changed

  • Update the Starknet filter definition to support the new
    includeTransaction and includeReceipt options.

Mongo Sink v0.4.5

09 Nov 14:09
Compare
Choose a tag to compare

Write to the same collection from multiple indexers.

Added

  • Add a new invalidate option used to add additional conditions to the
    invalidate query. Developers can constrain which documents are delete by an
    indexer on data invalidation, so that multiple indexers can write to the
    same collection.

Webhook Sink v0.3.4

07 Nov 12:58
Compare
Choose a tag to compare

Improve performance for data-heavy indexers.

Added

  • Update Starknet's event filter to support the new includeTransaction, and includeReceipt options. These options control whether the server will send the transaction and/or receipt that generated an event. For indexers that don't need this data, toggling this option on can improve performance drastically.

Changed

  • Update the Deno runtime to deno_core v0.244 and deno_runtime v0.130.
  • Use the new #[op2] macro to exchange data between Deno and Rust. Data serialization and deserialization between the sink and the script is now faster.

PostgreSQL Sink v0.4.5

07 Nov 12:58
Compare
Choose a tag to compare

Improve performance for data-heavy indexers.

Added

  • Update Starknet's event filter to support the new includeTransaction, and includeReceipt options. These options control whether the server will send the transaction and/or receipt that generated an event. For indexers that don't need this data, toggling this option on can improve performance drastically.

Changed

  • Update the Deno runtime to deno_core v0.244 and deno_runtime v0.130.
  • Use the new #[op2] macro to exchange data between Deno and Rust. Data serialization and deserialization between the sink and the script is now faster.

Parquet Sink v0.3.4

07 Nov 12:57
Compare
Choose a tag to compare

Improve performance for data-heavy indexers.

Added

  • Update Starknet's event filter to support the new includeTransaction, and includeReceipt options. These options control whether the server will send the transaction and/or receipt that generated an event. For indexers that don't need this data, toggling this option on can improve performance drastically.

Changed

  • Update the Deno runtime to deno_core v0.244 and deno_runtime v0.130.
  • Use the new #[op2] macro to exchange data between Deno and Rust. Data serialization and deserialization between the sink and the script is now faster.

Mongo Sink v0.4.4

07 Nov 12:57
Compare
Choose a tag to compare

Improve performance for data-heavy indexers.

Added

  • Update Starknet's event filter to support the new includeTransaction, and includeReceipt options. These options control whether the server will send the transaction and/or receipt that generated an event. For indexers that don't need this data, toggling this option on can improve performance drastically.

Changed

  • Update the Deno runtime to deno_core v0.244 and deno_runtime v0.130.
  • Use the new #[op2] macro to exchange data between Deno and Rust. Data serialization and deserialization between the sink and the script is now faster.

Console Sink v0.3.4

07 Nov 12:55
Compare
Choose a tag to compare

Improve performance for data-heavy indexers.

Added

  • Update Starknet's event filter to support the new includeTransaction, and includeReceipt options. These options control whether the server will send the transaction and/or receipt that generated an event. For indexers that don't need this data, toggling this option on can improve performance drastically.

Changed

  • Update the Deno runtime to deno_core v0.244 and deno_runtime v0.130.
  • Use the new #[op2] macro to exchange data between Deno and Rust. Data serialization and deserialization between the sink and the script is now faster.