Skip to content

Khepri 0.17.7

Choose a tag to compare

@dumbbell dumbbell released this 25 Mar 14:31
· 95 commits to main since this release
v0.17.7
9c62599

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.

See #379 and #380.

Download

Khepri is available from Hex.pm: https://hex.pm/packages/khepri/0.17.7

Upgrade

Using Rebar:

  1. Update your rebar.config:

    %% In rebar.config
    {deps, [{khepri, "0.17.7"}]}.
  2. Run rebar3 upgrade khepri.

Using Erlang.mk:

  1. Update your Makefile:

    %% In your Makefile
    dep_khepri = hex 0.17.7
  2. Remove the deps/khepri directory. The new version will be fetched the next time you build your project.

Documentation

The documentation for Khepri is available on Hex.pm.