chore(main): release 4.0.0#102
Open
MaxG87 wants to merge 1 commit into
Open
Conversation
7e2029b to
593c5cd
Compare
b218031 to
db2d760
Compare
19b46a6 to
902a2dd
Compare
d8c4615 to
b7e63ba
Compare
b7e63ba to
5115a20
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
Changelog
4.0.0 (2026-05-16)
This is a major release with many exciting new features and improvements.
Unfortunately, it couldn't be avoided to introduce some breaking changes, which
are listed below.
The most exciting new feature is the introduction of
SudoPassCmd, whichallows users to specify a command that refreshes the sudo cache. This is
particularly useful for long-running backup processes, as it prevents them from
being interrupted due to sudo timeouts.
Another amazing new feature is the added support for other configuration file
formats, including YAML, JSON5 and TOML. This allows users to choose the format
that best suits their needs and preferences. The author switched to use JSON5,
as he was annoyed by the lack of trailing commas in JSON.
In order to address file system corruption issues on external hard disks, the
format-devicecommand now includes a--file-systemoption. This allowsusers to set up a device using
ext4instead ofbtrfswhen using theresticbackup module. Some claim thatext4is more stable thanbtrfs.While the author finds this claim questionable, the choice is now up to the
users.
There were more small improvements, internal and external, across the board,
which you can find in the full list of changes below.
⚠ BREAKING CHANGES
now part of a parent structure that enables device-independent
configurations to be set.
Features
brtfs-rsync, ext4 forrestic)(442ecc4)
destargument to open command (ba7faa6)Dependencies
Documentation