|
7 | 7 |
|
8 | 8 | <div> |
9 | 9 |
|
10 | | - 📄 On **November 12**: |
11 | | - - The [`verificationFlow`](https://api-reference.swan.io/objects/onboarding-info/#onboardinginfoverificationflowverificationflow---) field will be removed from the [`OnboardingInfo` object](https://api-reference.swan.io/objects/onboarding-info/). This field is deprecated and no longer serves any purpose. |
12 | | - - The [`redirectUrl` field](https://api-reference.swan.io/objects/onboarding#onboardingredirecturlstring---) will be removed from both the [`Onboarding`](https://api-reference.swan.io/objects/onboarding) and [`OnboardingInfo`](https://api-reference.swan.io/objects/onboarding-info) objects. It has been deprecated for two years and replaced by the [`oauthRedirectParameters` object](https://api-reference.swan.io/objects/oauth-redirect-parameters/). |
13 | | - - The [`title` field](https://api-reference.swan.io/objects/individual-ultimate-beneficial-owner#individualultimatebeneficialownertitletitleenum-) will be removed from the [Ultimate Beneficial Owner (UBO) object](https://api-reference.swan.io/objects/individual-ultimate-beneficial-owner/). It has been deprecated and replaced by the [`gender` field](https://api-reference.swan.io/objects/individual-ultimate-beneficial-owner#individualultimatebeneficialownergendergender-). |
14 | | - - The [`onboardingState` field](https://api-reference.swan.io/objects/onboarding-info/#onboardinginfoonboardingstateonboardingstate-) will be removed from the [`OnboardingInfo` object](https://api-reference.swan.io/objects/onboarding-info/). This field is deprecated and no longer serves any purpose. |
| 10 | + 🛡️ Starting **December 18**, we're introducing stricter input validation for several mutations to improve security and error handling. |
15 | 11 |
|
16 | | - 📝 Starting **November 12**, the `onboarding(id: ID!)` query may return `null` when no onboarding exists for the given ID, instead of always returning an `Onboarding` object. |
| 12 | + 📩 Starting **December 18**, the [account membership invitation](/topics/accounts/memberships/#notifications) notification will be rebranded with your project's branding (logo, accent colors). If you use a forked version of Web Banking, fetch and deploy the latest version from Swan's repository to continue receiving Swan-sent invitation emails. |
17 | 13 |
|
18 | | - 🧹 On **December 1**, the deprecated `totalCapitalDepositAmount` field will be removed from the [`CreateCapitalDepositCaseInput` object](https://api-reference.swan.io/inputs/create-capital-deposit-case-input/). The total is now computed automatically from shareholder contribution amounts. It remains available in responses. |
19 | | - |
20 | | - 🧹 On **December 1**, the deprecated `companyInfoBySiren` query will be removed. Company information retrieval is now integrated directly into the onboarding creation and update flows, eliminating the need for separate queries. |
21 | | - |
22 | | - ⚠️ Starting **January 23, 2026**, the following fields will be removed from the [`accountStatement`](https://api-reference.swan.io/queries/account-statement/) and [`accountStatements`](https://api-reference.swan.io/queries/account-statements/) queries and from the [`generateAccountStatement` mutation](https://api-reference.swan.io/mutations/generate-account-statement/) response: |
| 14 | + ⚠️ On **January 23, 2026**, the following fields will be removed from the [`accountStatement`](https://api-reference.swan.io/queries/account-statement/) and [`accountStatements`](https://api-reference.swan.io/queries/account-statements/) queries and from the [`generateAccountStatement` mutation](https://api-reference.swan.io/mutations/generate-account-statement/) response: |
23 | 15 |
|
24 | 16 | - `fees` is replaced by `feeCredits` and `feeDebits`. |
25 | 17 | - `status` is replaced by the `statusInfo` object. |
26 | 18 | - The statement download `url`, previously in the `type` object, is now only in `statusInfo`. |
27 | 19 |
|
28 | | - 🧹 On **February 5, 2026**, the deprecated `status` field will be removed from the [`CapitalDepositCase` object](https://api-reference.swan.io/objects/capital-deposit-case/). Use the'statusInfo' field (introduced October 23, 2025) instead. The'statusInfo' field provides more granular status updates including `WaitingForInitialRequirements`, `PendingInternalReview`, and `WaitingForAdditionalInformation`. |
| 20 | + 🧹 On **February 5, 2026**, the deprecated `status` field will be removed from the [`CapitalDepositCase` object](https://api-reference.swan.io/objects/capital-deposit-case/). Use the `statusInfo` field (introduced October 23, 2025) instead. The `statusInfo` field provides more granular status updates including `WaitingForInitialRequirements`, `PendingInternalReview`, and `WaitingForAdditionalInformation`. |
29 | 21 |
|
30 | 22 | </div> |
31 | 23 | </details> |
|
0 commit comments