Khepri 0.17.5
At this point, Khepri should be considered Beta. The API will likely evolve and future releases will likely introduce breaking changes.
What's new in Khepri 0.17.5
A couple bug fixes:
- Send the
#dedup_ack{}to the leader instead of the local Ra server if the leader is known (#355). - Fix handling of deletions when triggering stored proceudres (#357).
Download
Khepri is available from Hex.pm: https://hex.pm/packages/khepri/0.17.5
Upgrade
Using Rebar:
-
Update your
rebar.config:%% In rebar.config {deps, [{khepri, "0.17.5"}]}.
-
Run
rebar3 upgrade khepri.
Using Erlang.mk:
-
Update your
Makefile:%% In your Makefile dep_khepri = hex 0.17.5 -
Remove the
deps/khepridirectory. The new version will be fetched the next time you build your project.