···9192- The behavior of the `networking.nat.externalIP` and `networking.nat.externalIPv6` options has been changed. `networking.nat.forwardPorts` now only forwards packets destined for the specified IP addresses.
930094- `nodePackages.meshcommander` has been removed, as the package was deprecated by Intel.
9596- `kanata` was updated to v1.7.0, which introduces several breaking changes.
···127- The ZFS import service now respects `fileSystems.*.options = [ "noauto" ];` and does not add that pool's import service to `zfs-import.target`, meaning it will not be automatically imported at boot.
128129- `nodePackages.stackdriver-statsd-backend` has been removed, as the StackDriver service has been discontinued by Google, and therefore the package no longer works.
00130131- the notmuch vim plugin now lives in a separate output of the `notmuch`
132 package. Installing `notmuch` will not bring the notmuch vim package anymore,
···9192- The behavior of the `networking.nat.externalIP` and `networking.nat.externalIPv6` options has been changed. `networking.nat.forwardPorts` now only forwards packets destined for the specified IP addresses.
9394+- `python3Packages.jaeger-client` was removed because it was deprecated upstream. [OpenTelemetry](https://opentelemetry.io) is the recommended replacement.
95+96- `nodePackages.meshcommander` has been removed, as the package was deprecated by Intel.
9798- `kanata` was updated to v1.7.0, which introduces several breaking changes.
···129- The ZFS import service now respects `fileSystems.*.options = [ "noauto" ];` and does not add that pool's import service to `zfs-import.target`, meaning it will not be automatically imported at boot.
130131- `nodePackages.stackdriver-statsd-backend` has been removed, as the StackDriver service has been discontinued by Google, and therefore the package no longer works.
132+133+- `python3Packages.opentracing` has been removed due to being unmaintained upstream. [OpenTelemetry](https://opentelemetry.io/) is the recommended replacement.
134135- the notmuch vim plugin now lives in a separate output of the `notmuch`
136 package. Installing `notmuch` will not bring the notmuch vim package anymore,
···285 ipython_genutils = ipython-genutils; # added 2023-10-12
286 influxgraph = throw "influxgraph has been removed because it is no longer maintained"; # added 2022-07-10
287 itanium_demangler = itanium-demangler; # added 2022-10-17
0288 jaraco_classes = jaraco-classes; # added 2023-07-14
289 jaraco_collections = jaraco-collections; # added 2023-07-14
290 jaraco_functools = jaraco-functools; # added 2023-07-14
···399 openllm-client = throw "openllm-client has been removed, since it is abandoned due to a change in philosophy"; # added 2024-08-24
400 openllm-core = throw "openllm-core has been removed, since it is abandoned due to a change in philosophy"; # added 2024-08-24
401 opsdroid_get_image_size = opsdroid-get-image-size; # added 2023-10-16
0402 ordereddict = throw "ordereddict has been removed because it is only useful on unsupported python versions."; # added 2022-05-28
403 pafy = throw "pafy has been removed because it is unmaintained and only a dependency of mps-youtube, itself superseded by yewtube"; # Added 2023-01-19
404 pam = python-pam; # added 2020-09-07.
···285 ipython_genutils = ipython-genutils; # added 2023-10-12
286 influxgraph = throw "influxgraph has been removed because it is no longer maintained"; # added 2022-07-10
287 itanium_demangler = itanium-demangler; # added 2022-10-17
288+ jaeger-client = throw "jaeger-client was removed because it is deprecated upstream. OpenTelemetry is recommended instead."; # Added 2024-12-09
289 jaraco_classes = jaraco-classes; # added 2023-07-14
290 jaraco_collections = jaraco-collections; # added 2023-07-14
291 jaraco_functools = jaraco-functools; # added 2023-07-14
···400 openllm-client = throw "openllm-client has been removed, since it is abandoned due to a change in philosophy"; # added 2024-08-24
401 openllm-core = throw "openllm-core has been removed, since it is abandoned due to a change in philosophy"; # added 2024-08-24
402 opsdroid_get_image_size = opsdroid-get-image-size; # added 2023-10-16
403+ opentracing = throw "The opentracing Python module was removed due to being unmaintained upstream. Use OpenTelemetry instead."; # Added 2024-12-09
404 ordereddict = throw "ordereddict has been removed because it is only useful on unsupported python versions."; # added 2022-05-28
405 pafy = throw "pafy has been removed because it is unmaintained and only a dependency of mps-youtube, itself superseded by yewtube"; # Added 2023-01-19
406 pam = python-pam; # added 2020-09-07.