Skip to content

v0.3.3

Compare
Choose a tag to compare
@sebadob sebadob released this 23 Dec 18:26
· 19 commits to main since this release
33fb6be

Fixes an issue where the DB writer would panic because of a mismatch in DB Migrations validation. This could have
happened if migrations are applied between applications starts. The hiqlite::Client in that case would only send the
migrations over the network that have not been applied already and optimizes already existing ones away.
However, the additional validation inside the DB writer (to make sure the client did not mess up) was too strict, and it
would error.