Download Latest Version wekan-11.72-s390x.zip (286.8 MB)
Email in envelope

Get an email when there's a new version of wekan

Home / v9.83
Name Modified Size InfoDownloads / Week
Parent folder
wekan-9.83-ppc64le.zip 2026-07-09 191.6 MB
wekan-9.83-win64.zip 2026-07-09 285.2 MB
wekan-9.83-mac-arm64.zip 2026-07-09 191.1 MB
wekan-9.83-amd64.zip 2026-07-09 182.6 MB
wekan-9.83-arm64.zip 2026-07-09 191.1 MB
README.md 2026-07-09 1.5 kB
v9.83 source code.tar.gz 2026-07-09 30.9 MB
v9.83 source code.zip 2026-07-09 31.9 MB
Totals: 8 Items   1.1 GB 0

v9.83 2026-07-09 WeKan ® release

This release fixes the following bugs:

The swimlanes CRUD e2e test (23-rest-api-more.e2e.js:209) regressed on all browsers. Root cause: on the server ReactiveCache.getSwimlanes is async, so board.swimlanes() returns a Promise in the REST handler. The [#3624] change read board.swimlanes().map(s => s.sort); .map on a Promise throws, the insert never ran, the error was swallowed by the handler's catch (returned as 200 with no _id), and the test read .title off a null swimlane.

The earlier "move the require to a top-level import" commit was not the real cause (the same module.exports import pattern works server-side, e.g. ruleDeletePermission in rulesButton.js). The actual fix is to await board.swimlanes() before mapping. This also means API-created swimlanes now get a real max(existing sort)+1 sort — previously the un-awaited .length yielded undefined, so they were stored with no sort at all, which is the [#3624] symptom.

Verified: the swimlane test passed in every kept local run through 2026-07-09_02-38-07 and failed starting 09-52-25 (right after the [#3624] change), confirming the regression window; the tests/swimlaneSort.test.cjs unit test still passes.

Thanks to above GitHub users for their contributions and translators for their translations.

Source: README.md, updated 2026-07-09