v2.24.1
about 2 months ago by Craig Adam
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 ofResolverBase
instances, enhancing the stability of the Cloud Events infrastructure.