Skip to content

Releases: apibara/dna

Apibara CLI v0.3.3

25 Oct 12:34
Compare
Choose a tag to compare

Minor quality of life improvements.

Fixed

  • Don't attempt to install plugins (like sinks) from pre-release releases.
  • Show the correct plugin installation command when trying to run an indexer
    that requires a missing sink.

Webhook Sink v0.3.2

24 Oct 12:05
Compare
Choose a tag to compare

Error message improvements.

Changed

  • This version changes how errors are handled to improve error messages.
    Errors now show more context and additional information that will help
    developers debug their indexers.
  • The sink will return a non-zero error code on failure. We use the standard
    unix exit codes in sysexit.h. Developers can use exit codes to decide
    whether to restart the indexer or not.

PostgreSQL Sink v0.4.2

24 Oct 12:04
Compare
Choose a tag to compare

Error message improvements.

Changed

  • This version changes how errors are handled to improve error messages.
    Errors now show more context and additional information that will help
    developers debug their indexers.
  • The sink will return a non-zero error code on failure. We use the standard
    unix exit codes in sysexit.h. Developers can use exit codes to decide
    whether to restart the indexer or not.

Parquet Sink v0.3.2

24 Oct 12:04
Compare
Choose a tag to compare

Error message improvements.

Changed

  • This version changes how errors are handled to improve error messages.
    Errors now show more context and additional information that will help
    developers debug their indexers.
  • The sink will return a non-zero error code on failure. We use the standard
    unix exit codes in sysexit.h. Developers can use exit codes to decide
    whether to restart the indexer or not.

Mongo Sink v0.4.2

24 Oct 12:04
Compare
Choose a tag to compare

Error message improvements.

Changed

  • This version changes how errors are handled to improve error messages.
    Errors now show more context and additional information that will help
    developers debug their indexers.
  • The sink will return a non-zero error code on failure. We use the standard
    unix exit codes in sysexit.h. Developers can use exit codes to decide
    whether to restart the indexer or not.

Console Sink v0.3.2

24 Oct 12:03
Compare
Choose a tag to compare

Error message improvements.

Changed

  • This version changes how errors are handled to improve error messages.
    Errors now show more context and additional information that will help
    developers debug their indexers.
  • The sink will return a non-zero error code on failure. We use the standard
    unix exit codes in sysexit.h. Developers can use exit codes to decide
    whether to restart the indexer or not.

Apibara CLI v0.3.2

24 Oct 12:02
Compare
Choose a tag to compare

Error message improvements.

Changed

  • This version changes how errors are handled to improve error messages.
    Errors now show more context and additional information that will help
    developers debug their indexers.

Apibara CLI v0.3.1

17 Oct 14:08
Compare
Choose a tag to compare

Minor bug fixes in the apibara test command.

Fixed

  • Avoid storing sensitive information such as authentication tokens in the
    test snapshots.

Webhook Sink v0.3.1

11 Oct 18:19
Compare
Choose a tag to compare

Disconnect when stream hangs.

Added

  • Add a new --timeout-duration-seconds flag to control the timeout between
    stream messages. If the stream doesn't receive any message in this interval,
    the sink exits. Defaults to 45 seconds.

PostgreSQL Sink v0.4.1

11 Oct 18:18
Compare
Choose a tag to compare

Disconnect when stream hangs.

Added

  • Add a new --timeout-duration-seconds flag to control the timeout between
    stream messages. If the stream doesn't receive any message in this interval,
    the sink exits. Defaults to 45 seconds.