nixos/release-notes: uswgi does not support Python 2 plugins

This commit is contained in:
Benjamin Sparks
2025-03-15 00:26:02 +01:00
parent f5e1d3bb02
commit f752f7d5d2
@@ -268,6 +268,8 @@
- `isd` was updated from 0.2.0 to 0.5.1, the new version may crash with a previously generated config, try moving or deleting `~/.config/isd/schema.json`.
- `uwsgi` no longer supports Python 2 plugins.
- `asusd` has been upgraded to version 6 which supports multiple aura devices. To account for this, the single `auraConfig` configuration option has been replaced with `auraConfigs` which is an attribute set of config options per each device. The config files may also be now specified as either source files or text strings; to account for this you will need to specify that `text` is used for your existing configs, e.g.:
```diff
-services.asusd.asusdConfig = '''file contents'''