Back to the changelog

v0.52.2

July 18, 2026

Safer and faster: a last loophole toward the internal network closed in integrations, cache cleared on user switch, responsive login even under load and quicker transitions. Plus, the n8n snippets generated by the app now work on the first try.

  • Security

    Internal network protected with no loopholes

    Webhooks and integrations can no longer reach internal services or cloud-metadata endpoints by exploiting the "masked" IPv6 notation of an internal address: the protection now recognizes every equivalent form of the same address, always, including in appliance mode.

  • Security

    User switch with no leftovers

    When switching users on the same workstation, the previous user's data can no longer flash up from the browser cache: the cache is cleared on both login and logout, as was already the case for impersonation.

  • Improvement

    Faster under load

    Password verification is now asynchronous: a login no longer makes other in-flight requests wait on the server. And two new database indexes speed up the event-subscription check on every transition and the sorting of item lists.

  • Integration

    n8n snippets that work right away

    The "Complete task" snippet generated from the n8n settings now targets the correct callback channel with the bridge API key: pasted into n8n, it works on the first try. The other snippets clearly state the required access type, without suggesting credentials that would not be accepted.

  • Improvement

    More robust PDF import for procedures

    Text extraction from procedure PDFs no longer sporadically fails with "unreadable PDF" on valid documents.