5.2.2 release


5.2.2 release 

Fixes 

  • Group namespaces and wildcards. Fixed a bug in Lenses RBAC namespaces. Lenses would incorrectly treat dots . as special characters for regular expression notation. This would create issues with topics that contained dots.

    e.g. For a namespace team.*:

    • Before - It would wrongly match against all these topics:
      • teamSomePostfix
      • teamRed
      • team.Red
      • notice that it doesn’t force the use of the dot .
    • After - it doesn’t treat dot as a special character:
      • team.SomePostFix
      • team.Red
      • now the dot . is required
--
Last modified: April 24, 2024