Back to Actual

Release 26.5.1 & 26.5.2

packages/docs/blog/2026-05-08-release-26-5-1.md

26.6.0887 B
Original Source

This patch release delivers bugfixes for authentication rate limiting, self-signed certificate handling, and UUID generation compatibility in insecure context (HTTP).

Note: versions 26.5.1 and 26.5.2 are functionally identical. The additional release was created solely to resolve an issue with publishing on the Windows Store.

<!--truncate-->

Docker Tag: 26.5.1 / 26.5.2

Version: v26.5.1 and v26.5.2

Bugfixes

  • #7707 Count only failed login attempts against the authentication rate limit — thanks @danielhopkins
  • #7713 Fix Desktop app self-signed certificates functionality — thanks @MikesGlitch
  • #7734 Revert UUID generation to use uuid library instead of crypto.randomUUID(). — thanks @MatissJanis