2.18.0
(feat): Add QueryStringBuilder class for building query strings with proper URL encoding.
Example usage:
(chore): Improve header merging logic for better reliability and maintainability.
(chore): Remove additional-properties and experimental-additional-properties configuration options.
AdditionalProperties support is now always enabled for all generated SDKs, simplifying the generator
and ensuring consistent behavior across all generated code. This feature allows handling of extra/unknown
properties in JSON responses.