Skip to content

Commit 2de3d03

Browse files
authored
Red 3.5.24 - Changelog (#6686)
1 parent 056f2de commit 2de3d03

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGES.rst

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
.. Red changelogs
22
3+
Redbot 3.5.24 (2026-03-06)
4+
==========================
5+
6+
| Thanks to all these amazing people who contributed to this release:
7+
| :ghuser:`aikaterna`, :ghuser:`EternalllZM`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`
8+
9+
Read before updating
10+
--------------------
11+
12+
#. `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+
346
Redbot 3.5.23 (2026-03-04)
447
==========================
548

@@ -9,6 +52,14 @@ Redbot 3.5.23 (2026-03-04)
952
Read before updating
1053
--------------------
1154

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+
1263
#. We are planning to remove support for Red on systems using the **armv7l** architecture in **Red 3.6.0**.
1364
The support for other architectures (**x86-64** and **aarch64**) will remain unchanged per our existing `end-user-guarantees`.
1465

@@ -17,6 +68,9 @@ Read before updating
1768
#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
1869

1970
- 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+
2074
- We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly.
2175

2276
More specifically, we bumped the version of YT source plugin.
@@ -47,6 +101,7 @@ Removals
47101
********
48102

49103
- **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`)
50105

51106
Fixes
52107
*****

0 commit comments

Comments
 (0)