]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3763] Add ChangeLog entry
authorAndrei Pavel <andrei@isc.org>
Thu, 13 Feb 2025 14:18:23 +0000 (16:18 +0200)
committerAndrei Pavel <andrei@isc.org>
Mon, 28 Apr 2025 14:53:19 +0000 (14:53 +0000)
changelog_unreleased/3763-updating-lease-in-a-mysql-backend-fails-with-json_extract-error [new file with mode: 0644]

diff --git a/changelog_unreleased/3763-updating-lease-in-a-mysql-backend-fails-with-json_extract-error b/changelog_unreleased/3763-updating-lease-in-a-mysql-backend-fails-with-json_extract-error
new file mode 100644 (file)
index 0000000..6574a11
--- /dev/null
@@ -0,0 +1,6 @@
+[bug]          andrei
+       A MySQL error that rarely occurs in unknown circumstances that
+       can prevent Kea from renewing leases that have null or invalid
+       JSON values in the user_context column is now handled in the
+       lease triggers.
+       (Gitlab #3763)