Skip to main content

Release 26.5.1 & 26.5.2

· One min read
Matiss Janis Aboltins
Actual Budget Maintainer

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.

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