Skip to content

Commit

Permalink
Add migration doc for source.dynamic. Fixes: #4268
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Dec 14, 2024
1 parent 9b674da commit 2addd93
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/content/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,17 @@ of gstreamer's features. See [this PR](https://github.com/savonet/liquidsoap/pul
The default port for the Prometheus metrics exporter has changed from `9090` to `9599`.
As before, you can change it with `settings.prometheus.server.port := <your port value>`.

### `source.dynamic`

Many operators such as `single` and `request.once` have been reworked to use `source.dynamic` as their underlying
implementation.

The operator is now considered usable in production although we urge caution when using it: it is very powerful but can
also break things!

If you were (boldly!) using this operator before, the most important change is that its `set` method has been removed in
favor of a unique callback API.

## From 2.1.x to 2.2.x

### References
Expand Down

0 comments on commit 2addd93

Please sign in to comment.