Jean-Sébastien Pédron
Jean-Sébastien Pédron
Release notes: https://github.com/rabbitmq/khepri/releases/tag/v0.15.0 The `favor` default value is now `low_latency`. Therefore, we don't need to specify it explicitly anymore. Depends on #11698.
## Why Before this patch, required feature flags were basically checked during boot: they must have been enabled when they were mere stable feature flags. If they were not, the...
This is the backport of the DRM drivers from Linux 6.8. **Progress**:  ### Changes in Linux 6.8 You can read this Phoronix article to learn about the changes in...
This is the backport of the DRM drivers from Linux 6.7. **Progress**:  ### Changes in Linux 6.7 You can read this Phoronix article to learn about the changes in...
The firmwares come from: * https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git * tag 20250109, commit 7673dffd5e3324a726caf8bfc0f1a005862f5f16 The firmware filenames where extracted from the drm-kmod source files using the `drm-kmod/scripts/update-firmwares.sh` script. Sponsored by: The FreeBSD Foundation
## Why They make it more difficult to compile RabbitMQ on Windows. They were probably useful at the time of the switch to a monorepository but I don't see their...
A caller could write something like that: ```erlang khepri:put( StoreId, [wood, [Node || Node = 50 andalso ?payload < 200 ]]) ``` This is just an idea, I didn’t think...
## Why The tests are configured to use the same cluster of RabbitMQ nodes but recreate the cluster for every tests. This leads to the nodes being unclustered and clustered...
## Why If we run `reset` again on an already virgin node, it will take decisions based on the wrong state. In particular, the previous use of Khepri or Mnesia...
(to be written; CI doesn’t run on a commit without an explicit pull request…)