NodeBB
Node.js based forum software built for the modern web
Alternative to: discourse, vanilla forums, circle
About
Versions (100)
v4.3.2
2025-05-12Release build (patch) of NodeBB @ 2025-05-12T14:53:40.003Z
v4.3.2 (2025-05-12)
Bug Fixes
- sql injection in sortedSetScan (16504bad)
- escape flag filters (285d438c)
- #13407, don’t restart user jobs (31be083e)
- closes #13405, catch errors in ap.verify (8174578c)
- send proper accept header for outgoing webfinger requests (20ab9069)
- wrap generateCollection calls in try..catch to send 404 if thrown (64fdf91b)
- #13397, null values in category sync list (26e6a222)
- #13392, regression from c6f2c87, unable to unfollow from pending follows (401ff797)
- #13397, update getCidByHandle to work with remote categories, fix sync with handles causing issues with null entries (a9a5ab5e)
- correct stage name in dev dockerfile (#13393) (10077d0f)
Refactors
- wrap ap routes in try/catch (00668bdc)
- call verify if request is POST (dfa21329)