Skip to content

Khepri 0.17.5

Choose a tag to compare

@dumbbell dumbbell released this 04 Feb 11:07
· 138 commits to main since this release
v0.17.5
c61f62b

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:

  1. Update your rebar.config:

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

Using Erlang.mk:

  1. Update your Makefile:

    %% In your Makefile
    dep_khepri = hex 0.17.5
  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.