v2.24.1

New Features

  • Enhanced Capitalization Options: Introduced additional settings in the adjustCasing function to allow forcing the rest of a word to lowercase. By default, the function now preserves the original casing unless explicitly set to change.

Improvements

  • ResolverBase Refactoring: Converted certain variables in ResolverBase from instance-level to static. This change aims to prevent multiple subscriptions during the creation and destruction of ResolverBase instances, enhancing the stability of the Cloud Events infrastructure.