NodeBB
Node.js based forum software built for the modern web
Alternative to: discourse, vanilla forums, circle
About
Versions (100)
v4.0.3
2025-02-09Release build (patch) of NodeBB @ 2025-02-09T01:01:54.832Z
v4.0.3 (2025-02-09)
Bug Fixes
- delete from payload instead of setting null (1b4e0c87)
- regression :tmi: (f5328aa8)
- #13139, payload.version can be null (bfe6d9d8)
- tidChanged (1f8e2f9a)
- #13135, tids are not numeric for ap topics (d687f081)
- handle cases where url passed to mime does not pass because url contained a query string (5baa46d0)
- isDraft logic, closes #13119 (21156673)
- path on windows, #13119 (36063d1f)
- #13115, prevent messages from getting duplicated (1ff8e1e4)
- #13115, limit bodyLength length (8e9fdb5f)
Refactors
- events are returned inside post objects (3ab22c2c)
- move dropdown search inputs into dropdown (b993be6f)
- server.destroy (72091ec4)
- remove deprecated methods (265e44f0)
Tests
- search endpoint with start & end (c1b630d4)