Skip to content

Releases: apibara/dna

Console Sink v0.4.5

21 Mar 14:19
448c105
Compare
Choose a tag to compare

Update dependencies used to build the binary.

Changed

  • This release simply updates the dependencies used to build the binary.
    You should not expect any significant change.

Webhook Sink v0.5.1

17 Mar 11:46
Compare
Choose a tag to compare

Fix compatibility with GLIBC < 2.38 (Ubuntu 22.04).

Fixed

  • Compile against GLIBC 2.34 to fix binaries not working on Linuxes
    that use GLIBC 2.38 (e.g. Ubuntu 22.04).

PostgreSQL Sink v0.6.1

17 Mar 11:46
Compare
Choose a tag to compare

Fix compatibility with GLIBC < 2.38 (Ubuntu 22.04).

Fixed

  • Compile against GLIBC 2.34 to fix binaries not working on Linuxes
    that use GLIBC 2.38 (e.g. Ubuntu 22.04).

Parquet Sink v0.5.1

17 Mar 11:45
Compare
Choose a tag to compare

Fix compatibility with GLIBC < 2.38 (Ubuntu 22.04).

Fixed

  • Compile against GLIBC 2.34 to fix binaries not working on Linuxes
    that use GLIBC 2.38 (e.g. Ubuntu 22.04).

Mongo Sink v0.6.1

17 Mar 11:45
Compare
Choose a tag to compare

Fix compatibility with GLIBC < 2.38 (Ubuntu 22.04).

Fixed

  • Compile against GLIBC 2.34 to fix binaries not working on Linuxes
    that use GLIBC 2.38 (e.g. Ubuntu 22.04).

Starknet v1.5.0

15 Mar 14:04
Compare
Choose a tag to compare

Stream reverted transactions and events.

Changed

  • Use the include_reverted option in the filter to stream reverted
    transactions and events.

Webhook Sink v0.5.0

15 Mar 13:00
Compare
Choose a tag to compare

Skip webhook invocation if data is null.

Changed

  • The sink will not invoke the webhook if the data returned by the transform
    function is null. Previously, this was the behavior of the sink in raw mode,
    now that's the behavior in normal mode too.

PostgreSQL Sink v0.6.0

15 Mar 12:59
Compare
Choose a tag to compare

Batch insert rows.

Added

  • Introduce the new --batch-seconds option to insert rows into the
    table at the specified interval. You should use this option if you find
    the indexer is making too many small writes and wish to group them into
    larger ones. This option only affects backfilling finalized data, recent
    onchain data is inserted as soon as it's produced.

Parquet Sink v0.5.0

15 Mar 12:59
Compare
Choose a tag to compare

Uploading data to Amazon S3 compatible storage.

Added

  • You can now upload Parquet files directly to Amazon S3 compatible storage.
    Change the --output-dir to an S3 URL like s3://bucket/ to enable this mode.
    The sink will authenticate with S3 using the default AWS environment variables
    (e.g. AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY).

Mongo Sink v0.6.0

15 Mar 12:58
Compare
Choose a tag to compare

Batch insert documents.

Added

  • Introduce the new --batch-seconds option to insert documents into the
    collection at the specified interval. You should use this option if you find
    the indexer is making too many small writes and wish to group them into
    larger ones. This option only affects backfilling finalized data, recent
    onchain data is inserted as soon as it's produced.