[4.0.2] - 2021-12-19
Maintenance
- Bump dependencies
- Ditch deprecated
rustls_pemfilelibrary and directly userustls-pki-types. - Switch to
assert_cmd::cargo_binin tests to migrate from deprecatedCommand::cargo_binfunction #651
Unclaimed project
Are you a maintainer of pueue? Claim this project to take control of your public changelog and roadmap.
Changelog
:stars: Manage your shell commands.
Last updated about 1 month ago
rustls_pemfile library and directly use rustls-pki-types.assert_cmd::cargo_bin in tests to migrate from deprecated Command::cargo_bin function #651This release aims to further improve Pueue and to rectify some old design decisions. Large portions of both the library and the executables' code have been refactored and the protocol has been reworked, which completely breaks backwards compatibility.
Read the Change section for more details.
TLDR: Commands that s...
Request and Response variant names and struct names used in unit variant.Request::Stream and Response::Stream to be compatible with multiple follow tasks in the scope of #614.command to original_command in EditableTask and TaskToRestart to prevent confu...Visible changes since last release candidate:
cbor handling library, potentially breaking backwards-compatible communication on a data format level.status-format subcommand. This was a temporary workaround until the status query feature was finished, which is now the case.