Releases: apibara/dna
Releases · apibara/dna
PostgreSQL Sink v0.4.2
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 insysexit.h
. Developers can use exit codes to decide
whether to restart the indexer or not.
Parquet Sink v0.3.2
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 insysexit.h
. Developers can use exit codes to decide
whether to restart the indexer or not.
Mongo Sink v0.4.2
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 insysexit.h
. Developers can use exit codes to decide
whether to restart the indexer or not.
Console Sink v0.3.2
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 insysexit.h
. Developers can use exit codes to decide
whether to restart the indexer or not.
Apibara CLI v0.3.2
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
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
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
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.
Parquet Sink v0.3.1
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.
Mongo Sink v0.4.1
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.