Skip to content

chore(deps): bump khepri from 0.18.0 to 0.18.1 - #36

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/khepri-0.18.1
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/khepri-0.18.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor

Bumps khepri from 0.18.0 to 0.18.1.

Release notes

Sourced from khepri's releases.

Khepri 0.18.1

Khepri is still under active development. It is safe to use in production. However, the API will likely evolve and future releases will likely introduce breaking changes.

What's new in Khepri 0.18.1

Several bug fixes and optimisations from Khepri 0.17.8

See the release notes of Khepri 0.17.8.

Horus 0.5.0

Horus was updated to version 0.5.0. This release makes it possible to run a cluster of Khepri members using a mix of Erlang versions. For example, some members on Erlang 27 and some members on Erlang 28.

Before this change, it was impossible to do so because a transaction, a projection or a store procedure created by a member running Erlang 28 would fail to run on the Erlang-27-based member. That member would then be unable to apply anything and follow the cluster. This could even lead to a loss of quorum until all members were running Erlang 28.

See #418.

Other changes

  • Fix type spec of khepri_machine:api_behaviour_to_machine_version/1 (#387).
  • Fix the doc of machine version 3 (#391).
  • Update Ra from 3.1.2 to 3.1.10 (#383, #419).

Download

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

Upgrade

Using Rebar:

  1. Update your rebar.config:

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

Using Erlang.mk:

  1. Update your Makefile:

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

... (truncated)

Commits
  • 1ad6b69 Bump Khepri to version 0.18.1
  • d46b672 Merge branch 'v0.17.x' into v0.18.x
  • 671f848 Bump Khepri to version 0.17.8
  • b411657 Merge pull request #419 from rabbitmq/update-ra-to-3.1.10
  • b8f5e76 Update Ra from 3.1.5 to 3.1.10
  • ad14bd1 Merge branch 'v0.17.x' into v0.18.x
  • 790f92d Merge pull request #418 from rabbitmq/update-horus-to-0.5.0
  • e798fe9 Update Horus from 0.4.0 to 0.5.0
  • ba53429 Merge pull request #417 from rabbitmq/update-ra-to-2.16.13
  • 0d2f186 Update Ra from 2.16.12 to 2.16.13
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [khepri](https://github.com/rabbitmq/khepri) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/rabbitmq/khepri/releases)
- [Commits](rabbitmq/khepri@v0.18.0...v0.18.1)

---
updated-dependencies:
- dependency-name: khepri
  dependency-version: 0.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants