2.14.1
(fix): Render the selected environment’s URL template(s) when server URL variables
(e.g. region) are provided alongside a named environment. Previously the
first environment’s template was always used, so
new Client(environment: Environments::Staging(), region: 'ie1') resolved
to Production-shaped URLs. A custom environment or explicitly provided
base URL is left untouched.