You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#. `The 3.5.23 changelog's <redbot-3-5-23-2026-03-04>` **"Read before updating"** section has been updated with further information about Red's Audio cog no longer supporting Java 11. If you use the Audio cog, please read that section again. Note that Red 3.5.24 supports Java 21 in addition to Java 17 as well.
13
+
14
+
#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
15
+
16
+
Red 3.5.24 uses a new Lavalink jar that you will need to manually update from `our GitHub <https://github.com/Cog-Creators/Lavalink-Jars/releases/tag/3.7.13%2Bred.3>`__.
17
+
18
+
Note that Lavalink now requires Java 17 or newer.
19
+
20
+
End-user changelog
21
+
------------------
22
+
23
+
Changes
24
+
*******
25
+
26
+
- **Core** - The bot will no longer wait for the update check to finish before finishing the bot startup (:issue:`6687`)
27
+
- **Core - Command-line Interfaces** - Added new ``--no-debug/--no-verbose`` flag allowing to reset the verbosity level set by the ``-v/--verbose/--debug`` flags used earlier in the argument list (:issue:`6680`)
28
+
- **Cogs - Audio** - The cog can now be used with Java 21 (:issue:`6681`)
29
+
30
+
Fixes
31
+
*****
32
+
33
+
- |cool| **Cogs - Audio** - Fixed issues with the cog not working on Linux aarch64 systems with a 16k page size kernel (as seen on Raspberry Pi OS ran on Raspberry Pi 5) (:issue:`6683`, :issue:`6688`)
34
+
- **Cogs - Audio** - The cog will now correctly error about Java 11 being unsupported instead of trying to redownload Lavalink.jar repeatedly a few times (:issue:`6681`)
35
+
36
+
Documentation changes
37
+
---------------------
38
+
39
+
- Updated the Audio cog documentation, command help, and errors to reflect that Java 11 is no longer supported
40
+
- Updated `the 3.5.23 changelog <redbot-3-5-23-2026-03-04>` to include information about Java 11 no longer being supported
41
+
42
+
----
43
+
44
+
.. _redbot-3-5-23-2026-03-04:
45
+
3
46
Redbot 3.5.23 (2026-03-04)
4
47
==========================
5
48
@@ -9,6 +52,14 @@ Redbot 3.5.23 (2026-03-04)
9
52
Read before updating
10
53
--------------------
11
54
55
+
#. Red's Audio cog now requires Java 17 to be present on the system. Java 11 is no longer supported.
56
+
57
+
All of the install guides for the systems that we currently support already provided instructions to install Java 17,
58
+
so if you installed Red somewhat recently, you should already be set.
59
+
60
+
If you see an error about using the wrong Java version, you can install the right Java version
61
+
by following the **"Installing the pre-requirements"** section of our install guide for your operating system.
62
+
12
63
#. We are planning to remove support for Red on systems using the **armv7l** architecture in **Red 3.6.0**.
13
64
The support for other architectures (**x86-64** and **aarch64**) will remain unchanged per our existing `end-user-guarantees`.
14
65
@@ -17,6 +68,9 @@ Read before updating
17
68
#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
18
69
19
70
- Red 3.5.23 uses a new Lavalink jar that you will need to manually update from `our GitHub <https://github.com/Cog-Creators/Lavalink-Jars/releases/tag/3.7.13%2Bred.2>`__.
71
+
72
+
Note that Lavalink now requires Java 17 or newer.
73
+
20
74
- We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly.
21
75
22
76
More specifically, we bumped the version of YT source plugin.
@@ -47,6 +101,7 @@ Removals
47
101
********
48
102
49
103
- **Core - OS Support** - macOS 13 (Ventura), Fedora 41, and Raspberry Pi OS (Legacy) 11 are no longer supported as they have already reached their end of life (:issue:`6669`)
104
+
- **Cogs - Audio** - The cog no longer supports Java 11 (:issue:`6665`)
0 commit comments