Khepri 0.17.7
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.7
The release uses Horus 0.4.0. This new version brings a lock-related bug fix as well as some preparation work for future changes (to make this version compatible with future versions of Horus).
It is a new minor version but it is fully compatible with the Horus 0.3.x series.
Download
Khepri is available from Hex.pm: https://hex.pm/packages/khepri/0.17.7
Upgrade
Using Rebar:
-
Update your
rebar.config:%% In rebar.config {deps, [{khepri, "0.17.7"}]}.
-
Run
rebar3 upgrade khepri.
Using Erlang.mk:
-
Update your
Makefile:%% In your Makefile dep_khepri = hex 0.17.7 -
Remove the
deps/khepridirectory. The new version will be fetched the next time you build your project.