Today we released v4.5.0 of NodeBB, which contains a multitude of fixes, refactors, and several new AP-related features.
Dependency Updates :gear:
connect-multipartywas replaced withmulterfor multi-part request body handlingiorediswas replaced withnode-redisas the former was deprecated with the latter being the recommended replacement
Chat and notification updates :left_speech_bubble:
- Administrators are now able to toggle the chat join and leave messages in chat rooms
- Clicking "mark all read" on the notification page now marks only those matching the filter, read
Analytics updates :chart:
- Page requests from ActivityPub now correctly increment the unique visitors metric
ActivityPub :globe_with_meridians:
- Top-level posts (OP) federating out now contain a summary of roughly the first 500 characters, instead of sending the entire post content
- Two-way Relay support (Litepub-style)
- Auto-categorization logic for incoming post content from remote sources
- Ability to add remote categories to the forum index
10 Comments
baris@community.nodebb.org · 3 pts · 341d
sweetp install nodebb-plugin-dbsearch@6.3.2 and run
./nodebb upgradeagain, the issue should be resolved.sweetp@community.nodebb.org · 2 pts · 341d
baris yup, that fixed it, thanks! :+1:
baris@community.nodebb.org · 2 pts · 341d
sweetp I can reproduce it so I will take a look.
sweetp@community.nodebb.org · 2 pts · 342d
Im getting an error when trying to use search:
Im using Ubuntu 24.04, PostgreSQL 17.6, nodebb-plugin-dbsearch 6.3.1
julian@community.nodebb.org · 1 pts · 342d
sweetp did this start after the upgrade?
tomáš-nesrovnal-0@community.nodebb.org · 1 pts · 256d
Hi everyone! I'm trying to upgrade from v4.4.6 to v4.5.2 and after connecting to Redis, it just stucks and I don't know where yet. There is no error. The HTTP server doesn't start. Our forum has a lot of users, uploads, posts. We had several issues in the past. I will try to figure out what's wrong, but if anyone have an idea what might be the problem in v4.5.x, it would help me. Thanks, Tomas
twissell@community.nodebb.org · 1 pts · 341d
E-Mail notifications about new chat message doesn't work after upgrading to 4.5.0 . DB MongoDB version v7.0.23
Notifications is enabled, but not function properly after the upgrade. Other notifications work fine, so far, so good...
twissell@community.nodebb.org · 1 pts · 341d
Ah, it was partly my bad, nevertheless chat notification seems to be slowed down a bit. As if a queue or polling has been implemented, with a delay of 2-3 minutes. Is queue implemented for this kind of messages for now ?
julian@community.nodebb.org · 2 pts · 341d
Twissell hmm, chat notifications have always been delayed by a minute or so. Maybe less.
It is done so that subsequent messages sent within the same rough time frame can be batched together.
This is less of an issue with notifications on site, but can be an issue when you are emailed for every single chat message.
sweetp@community.nodebb.org · 1 pts · 342d
Julian tbh, Im not 100% sure. But I think so. After each upgrade I usually quickly click through various parts of the UI to see if my custom theme needs any updates. And I would have noticed this after the 4.4.6 upgrade