1.19.1
(feat): Add support for multi-URL environments. Generated SDKs now use a class-based Environments with readonly properties for each service URL, enabling APIs with different base URLs per service (e.g., EC2 and S3). Sub-clients receive the full Environments instance and access their specific URL via property access.
1.18.3
(fix): Fix duplicate logging in PHP SDK generator by including class names in log messages. Previously, multiple types in the same directory would log identical “Generating {directory}” messages, causing log spam. Now each type logs a unique “Generating {directory}/{className}” message.
1.18.2
(fix): Fallback to unpaged method for custom pagination instead of hard failing. Endpoints with custom pagination will now generate normal request/response methods instead of throwing an error.