From ccec3f78367615b6c92fabf1a968d41105f85d42 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Thu, 27 Nov 2025 03:16:07 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/php/changelog/2025-11-27.mdx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fern/products/sdks/overview/php/changelog/2025-11-27.mdx diff --git a/fern/products/sdks/overview/php/changelog/2025-11-27.mdx b/fern/products/sdks/overview/php/changelog/2025-11-27.mdx new file mode 100644 index 000000000..42c6c5705 --- /dev/null +++ b/fern/products/sdks/overview/php/changelog/2025-11-27.mdx @@ -0,0 +1,4 @@ +## 1.23.2 +**`(fix):`** Fix constructor signature mismatches in multi-URL environments. Subpackage clients now consistently use `isMultiUrl` to determine whether to accept `Environments` or `options` as the second constructor parameter, matching the root client's behavior. Also fixes OAuth and inferred auth client instantiation to pass the environment parameter when in multi-URL mode, and updates wire tests to extend `WireMockTestCase` and include auth parameters. + +