This repository was archived by the owner on Apr 13, 2026. It is now read-only.
chore(deps): update dependency zhaith-izaliel/iio-niri to v2#11
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update dependency zhaith-izaliel/iio-niri to v2#11renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
1.3.0→2.0.0Release Notes
Zhaith-Izaliel/iio-niri (Zhaith-Izaliel/iio-niri)
v2.0.0Compare Source
This release deeply changes IIO-Niri, adding a way to communicate with a running instance using its own IPC. It introduces a breaking change to >1.3.0 interface.
Breaking Changes
listensub-command. You now need to runiio-niri listen <args>for the same behavior pre-1.3.0IPC
It is now possible to modify the state of a running instance of IIO-Niri using its own IPC.
You can send an action to the IPC using
iio-niri msg <action> [arguments].Each action is documented with its own
--helpargument.When a request is received and processed, IIO-Niri returns a response as a JSON formatted string, in the form:
{ "status": <either "ok" or "error">, "response": <a string if the status is "error" or the value returned by the action, usually the old value after a state change> }To know what is the
responsefield when a request succeeds (i.e.status = "ok"), please refer to theiio-niri msg --helpand its sub-commands.Changes
listensub-command that has the same behavior as pre-1.3.0's CLImsgsub-command to communicate with IIO-Niri's socketcompletionssub-command to generate shell completions (fixes #8)Full Changelog: Zhaith-Izaliel/iio-niri@v1.3.0...v2.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.