From bca4177c63390356bd91af5bb3fd5a7c69ae1201 Mon Sep 17 00:00:00 2001 From: Darcy Ye Date: Sun, 23 Feb 2025 21:59:47 -0800 Subject: [PATCH] chore: add changesets (#7060) --- .changeset/beige-dolls-cheat.md | 5 +++++ .changeset/six-mugs-greet.md | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 .changeset/beige-dolls-cheat.md create mode 100644 .changeset/six-mugs-greet.md diff --git a/.changeset/beige-dolls-cheat.md b/.changeset/beige-dolls-cheat.md new file mode 100644 index 000000000..e0e5ae4d2 --- /dev/null +++ b/.changeset/beige-dolls-cheat.md @@ -0,0 +1,5 @@ +--- +"@logto/core": patch +--- + +add `AuthnStatement` to SAML app assertion response diff --git a/.changeset/six-mugs-greet.md b/.changeset/six-mugs-greet.md new file mode 100644 index 000000000..c02a69657 --- /dev/null +++ b/.changeset/six-mugs-greet.md @@ -0,0 +1,7 @@ +--- +"@logto/connector-aliyun-sms": minor +--- + +add `strictPhoneRegionNumberCheck` to config with default value `false` + +When this configuration is enabled, the connector will assume by default that all phone numbers include a valid region code and rely on this to determine whether the phone number belongs to mainland China. If your users' phone numbers do not include a region code due to historical reasons, their sign-in processes may be affected. Please enable this setting with caution.