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
Copy file name to clipboardExpand all lines: docs/releases.md
+15-8
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
Binaries for all releases can be found on the GitHub releases pages for the [ntfy server](https://github.com/binwiederhier/ntfy/releases)
3
3
and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/releases).
4
4
5
+
### ntfy server v2.11.0
6
+
Released May 13, 2024
7
+
8
+
This is a tiny release that fixes a database index issue that caused performance issues on ntfy.sh. It also fixes a bug
9
+
in the rate visitor logic that caused rate visitors to be assigned to seemingly random topics. Nothing major this time.
10
+
11
+
❤️ Quick reminder that if you like ntfy, **please consider sponsoring us** via [GitHub Sponsors](https://github.com/sponsors/binwiederhier)
12
+
and [Liberapay](https://en.liberapay.com/ntfy/), or buying a [paid plan via the web app](https://ntfy.sh/app). ntfy will always remain open source.
13
+
14
+
**Bug fixes + maintenance:**
15
+
16
+
* Re-add database index `idx_topic` to the `messages` table to fix performance issues on ntfy.sh (no ticket, big thanks to [@tcaputi](https://github.com/tcaputi) for finding this issue)
17
+
* Do not set rate visitor for non-eligible topics (no ticket)
18
+
* Do not cache `config.js` ([#1098](https://github.com/binwiederhier/ntfy/pull/1098), thanks to [@wunter8](https://github.com/wunter8))
19
+
5
20
### ntfy server v2.10.0
6
21
Released Mar 27, 2024
7
22
@@ -1373,11 +1388,3 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
1373
1388
**Additional languages:**
1374
1389
1375
1390
* Swedish (thanks to [@hellbown](https://hosted.weblate.org/user/hellbown/))
1376
-
1377
-
### ntfy server v2.11.0 (UNRELEASED)
1378
-
1379
-
**Bug fixes + maintenance:**
1380
-
1381
-
* Re-add database index `idx_topic` to the `messages` table to fix performance issues on ntfy.sh (no ticket, big thanks to [@tcaputi](https://github.com/tcaputi) for finding this issue)
1382
-
* Do not set rate visitor for non-eligible topics (no ticket)
1383
-
* Do not cache `config.js` ([#1098](https://github.com/binwiederhier/ntfy/pull/1098), thanks to [@wunter8](https://github.com/wunter8))
0 commit comments