3.29.2
(fix): Add notify, notifyAll, and wait to reserved method names to prevent generated SDK
methods from conflicting with final methods in Java’s Object class. This fixes compilation
errors when an API has a subpackage named “notify” (e.g., Twilio’s Notify API).
3.29.1
(fix): Fix _Builder class to support all builder methods (url, timeout, environment, maxRetries,
httpClient, addHeader) so method chaining works in any order. This allows customers upgrading
from 3.18.x who wrote builder().url().token() to continue working without compile errors.
Configuration values set on _Builder are now properly passed through to _TokenAuth and
_CredentialsAuth when token() or credentials() is called.