Skip to content

Releases: apibara/dna

Starknet v1.4.1

27 Jan 11:58
Compare
Choose a tag to compare

Bump database size.

Changed

  • Increase the maximum database size to 512Gb to support mainnet data.

PostgreSQL Sink v0.5.5

27 Jan 14:04
Compare
Choose a tag to compare

Read and write data from the filesystem.

Added

  • Add the --allow-read and --allow-write flags to grant read and write access to the filesystem. You can leave the arguments empty to allow access to any path, or restrict access to specific paths by specifying a comma-separated list of paths.

Console Sink v0.4.4

27 Jan 14:03
Compare
Choose a tag to compare

Read and write data from the filesystem.

Added

  • Add the --allow-read and --allow-write flags to grant read and write access to the filesystem. You can leave the arguments empty to allow access to any path, or restrict access to specific paths by specifying a comma-separated list of paths.

Webhook Sink v0.4.3

25 Jan 12:15
Compare
Choose a tag to compare

Persist state to Redis.

Added

  • You can now persist state to Redis! Use the --persist-to-redis flag with
    the connection string to your Redis
    instance
    and the sink
    will store its state there. Data is persisted under the apibara:sink:{sink_id}
    key and you can easily manage it with redis-cli.

PostgreSQL Sink v0.5.4

25 Jan 12:14
Compare
Choose a tag to compare

Persist state to Redis.

Added

  • You can now persist state to Redis! Use the --persist-to-redis flag with
    the connection string to your Redis
    instance
    and the sink
    will store its state there. Data is persisted under the apibara:sink:{sink_id}
    key and you can easily manage it with redis-cli.

Parquet Sink v0.4.3

25 Jan 12:14
Compare
Choose a tag to compare

Persist state to Redis.

Added

  • You can now persist state to Redis! Use the --persist-to-redis flag with
    the connection string to your Redis
    instance
    and the sink
    will store its state there. Data is persisted under the apibara:sink:{sink_id}
    key and you can easily manage it with redis-cli.

Mongo Sink v0.5.3

25 Jan 12:11
Compare
Choose a tag to compare

Persist state to Redis.

Added

  • You can now persist state to Redis! Use the --persist-to-redis flag with
    the connection string to your Redis
    instance
    and the sink
    will store its state there. Data is persisted under the apibara:sink:{sink_id}
    key and you can easily manage it with redis-cli.

Console Sink v0.4.3

25 Jan 12:14
Compare
Choose a tag to compare

Persist state to Redis.

Added

  • You can now persist state to Redis! Use the --persist-to-redis flag with
    the connection string to your Redis
    instance
    and the sink
    will store its state there. Data is persisted under the apibara:sink:{sink_id}
    key and you can easily manage it with redis-cli.

Webhook Sink v0.4.2

19 Jan 17:09
Compare
Choose a tag to compare

Improve --allow-net flag usage.

Changed

  • When the --allow-net flag is used and the value passed to it is an empty
    string, treat it as equivalent to allowing any host. This is especially useful
    if you're setting the flag with the ALLOW_NET environment variable.

PostgreSQL Sink v0.5.3

19 Jan 17:09
Compare
Choose a tag to compare

Improve --allow-net flag usage.

Changed

  • When the --allow-net flag is used and the value passed to it is an empty
    string, treat it as equivalent to allowing any host. This is especially useful
    if you're setting the flag with the ALLOW_NET environment variable.