v0.162.6

vercel/chatbotv0.162.6Jul 14, 2026by carlosmonastyrski

AI Summary

This patch release introduces secret metrics and fixes critical stability issues related to LDAP group matching, duplicate sync detection, and service initialization.

Key Highlights

  • Added metrics for secrets
  • Fixed LDAP group CN matching to be case-insensitive
  • Fixed revert use of key schema to detect duplicate syncs
  • Fixed missing initialization on the license service

New Features

  • Add metrics for secrets

Full Release Notes

### Added
- Add metrics for secrets (https://github.com/Infisical/infisical/pull/7223)

### Fixed
- Fix LDAP group CN matching to be case-insensitive per LDAP semantics (https://github.com/Infisical/infisical/pull/7269)
- Fix revert use of key schema to detect duplicate syncs (https://github.com/Infisical/infisical/pull/7271)
- Fix missing init on the license service for getMigrationEncryptionServices (https://github.com/Infisical/infisical/pull/7274)