Skip to content

Releases: NodeBB/NodeBB

v2.8.7

01 Mar 15:51
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-03-01T15:51:30.363Z

v2.8.7 (2023-03-01)

Documentation Changes
  • update openapi spec to include info about passing in timestamps for topic creation, removing timestamp as valid request param for topic replying (40e7b86)
Bug Fixes
  • display 25 topics on category feed (7915510)
  • object destructuring overwriting type parameter (ec58700)
  • alert on page load (8cf4a6f)
  • show error alert if password change fails (3bd9a87)
  • update main post timestamp when rescheduling (edd2fc3)
  • show admins/globalmods if content is purged (326b926)
  • email expiry timestamps (e335d0f)
  • #11259, clean old emails when updating via admin (#11260) (845c801)
  • #11257, onSuccessfulLogin called with improper uid (7a5bcc2)
Tests
  • add dummy emailer hook in authentication test (1b29dbb)

v3.0.0-beta.2

17 Feb 20:42
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

Second beta release of v3.0.0.

Beta means it is getting close to production-ready, but may (probably will) contain bugs. Users are encouraged to report any bugs they find for fixing.

v2.8.6

03 Feb 16:39
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-02-03T16:39:40.088Z

v2.8.6 (2023-02-03)

Chores
  • i18n: fallback strings for new resources: nodebb.error (8335f90)
New Features
  • add sitemap filter hooks for categories/topic pages (bf92ee0)
  • closes #11241, add missing error lang keys (c241baf)
  • #11240, only show relevant users in flags assignee list (0713482)
Bug Fixes
Other Changes

v2.8.5

27 Jan 14:35
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-01-27T14:35:24.749Z

v2.8.5 (2023-01-27)

Bug Fixes

v2.8.4

26 Jan 14:38
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-01-26T14:38:06.732Z

v2.8.4 (2023-01-26)

v2.8.3

25 Jan 19:37
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-01-25T19:37:33.598Z

v2.8.3 (2023-01-25)

Bug Fixes
  • import resolution within plugin modules (#11200) (89e059a)
  • #11195, allow users with admin:users privilege to delete users in acp (0bffd3d)
  • #11194, allow access to sub dashboard pages (7d04e95)
  • #11136, tests, and returning the proper number of arrays (459bc52)
  • #11136, only show mods of active categories when getModeratorUids is called (39e009c)
  • closes #11173, clear require cache if wrong dependency is installed (747cb1f)
  • deps:
    • downgrade swagger-parser to v9 (00e4880)
    • pinning sub dependency json-schema-ref-parser to 9.0.9 (9c250b7)
Reverts
Tests

v3.0.0-beta.1

16 Jan 19:23
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

First beta release of v3.0.0.

Beta means it is getting close to production-ready, but may (probably will) contain bugs. Users are encouraged to report any bugs they find for fixing.

v2.8.2

13 Jan 18:38
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2023-01-13T18:38:12.406Z

v2.8.2 (2023-01-13)

Bug Fixes
  • move call to filter:middleware.buildHeader out of parallel so that req can be overridden by plugins prior to loading config (25ae58e)

v3.0.0-alpha.3

06 Jan 19:07
Compare
Choose a tag to compare
v3.0.0-alpha.3 Pre-release
Pre-release

Third alpha release of v3.0.0.

Alpha usually means it is not production-ready.

v2.8.1

30 Dec 20:48
Compare
Choose a tag to compare

Release build (patch) of NodeBB @ 2022-12-30T20:48:47.927Z

v2.8.1 (2022-12-30)

Chores
  • fallbacks for new language string (8a69e74)
Bug Fixes
  • vulnerability in socket.io nested namespaces (#11117) (586eed1)
  • lock post/reply similar to user.create (1ea9481)