v0.16.24

ConduitPlatform/Conduitv0.16.24Mar 24, 2026by kkopanidis

AI Summary

This release includes performance improvements for authorization lookups and a fix for chat room deletion socket parameters.

Key Highlights

  • Reworked authorization query logic and caches for improved performance
  • Fixed deleteRoom socket parameters in chat module

New Features

  • Authorization performance optimization
  • Chat deleteRoom socket fix

Full Release Notes

## What's Changed
* fix(chat): deleteRoom sockets params by @ioanniskemerlis in https://github.com/ConduitPlatform/Conduit/pull/1446
* refactor(authorization): rework query logic and caches to improve performance of authz lookups by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1447


**Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.23...v0.16.24