Skip to content

Commit

Permalink
Add stable changelog, add migration doc for harbor. Refs:#3588
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Dec 14, 2023
1 parent fece51d commit 01a6ae7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/content/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ We applied the following changes:
- Cleaned up and removed parameters that were irrelevant to each operator, i.e. `icy_id` in `output.icecast` and etc.
- Made `mount` mandatory and `name` nullable. Use `mount` as `name` when `name` is `null`.

### HLS events

Starting with version `2.2.1`, on HLS outputs, `on_file_change` events are now `"created"`, `"updated"` and `"deleted"`. This breaking
was required to reflect the fact that file changes are now atomic. See [this issue](https://github.com/savonet/liquidsoap/issues/3284)
for more details.

### Harbor HTTP server and SSL support

The API for registering HTTP server endpoint and using SSL was completely rewritten. It should be more flexible and
Expand Down

0 comments on commit 01a6ae7

Please sign in to comment.