Releases: apibara/dna
Releases · apibara/dna
Parquet Sink v0.3.5
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
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
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
Update Starknet filter.
Changed
- Update the Starknet filter definition to support the new
includeTransaction
andincludeReceipt
options.
Mongo Sink v0.4.5
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
Improve performance for data-heavy indexers.
Added
- Update Starknet's event filter to support the new
includeTransaction
, andincludeReceipt
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
anddeno_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
Improve performance for data-heavy indexers.
Added
- Update Starknet's event filter to support the new
includeTransaction
, andincludeReceipt
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
anddeno_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
Improve performance for data-heavy indexers.
Added
- Update Starknet's event filter to support the new
includeTransaction
, andincludeReceipt
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
anddeno_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
Improve performance for data-heavy indexers.
Added
- Update Starknet's event filter to support the new
includeTransaction
, andincludeReceipt
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
anddeno_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
Improve performance for data-heavy indexers.
Added
- Update Starknet's event filter to support the new
includeTransaction
, andincludeReceipt
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
anddeno_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.