From 71ff4535872f3902c6d8fe2e00e020257dc56a6c Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 16 Jul 2024 12:00:18 +0200 Subject: [PATCH] Updated CHANGELOG. --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e8f84bb71..9791502fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.1.2] - 2024-07-16 + +- [`core`]: New architecture for the Redis bus - now leveraging pub/sub with a + connection pool instead of a single-connection queue. It makes the + application much faster and less prone to Redis deadlocks. + +- [`youtube`]: + [#391](https://git.platypush.tech/platypush/platypush/issues/391): added + support for: + + - Add/remove playlists (UI) + - Add to/remove from playlist (UI) + - Subscribe/unsubscribe from channels (UI) + - Browse channels and playlists directly in the UI + - Download media and audio + ## [1.1.1] - 2024-06-24 - [`torrent`]: [[#263](https://git.platypush.tech/platypush/platypush/issues/263)], [[#375](https://git.platypush.tech/platypush/platypush/issues/375)],