xandra v0.4.0 Release Notes

    • Fixed a bug where prepared queries inside batch queries were not being re-prepared in case of "unprepared" errors. Now, prepared queries that fail with "unprepared" errors in batch queries are re-prepared before executing the batch again.
    • Added support for "retry strategies" (modules that implement Xandra.RetryStrategy) to handle retrying of failed queries.