We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4866768 commit cfcfb84Copy full SHA for cfcfb84
CHANGES.rst
@@ -4,7 +4,14 @@ Changelog
4
Version 1.3.0 [unreleased]
5
--------------------------
6
7
-Work in progress.
+Bugfixes
8
+~~~~~~~~
9
+
10
+- Fixed VPN peer cache desync when VPN template is removed from a device:
11
+ ``VpnClient`` objects are now deleted via per-instance ``delete()`` so that
12
+ ``post_delete`` signals fire, ensuring peer cache invalidation, certificate
13
+ revocation, and IP address release `#1221
14
+ <https://github.com/openwisp/openwisp-controller/issues/1221>`_
15
16
Version 1.2.2 [2026-03-06]
17
0 commit comments