You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
## [Unreleased]
4
4
5
5
### Added
6
-
*`smtpRequired` field in `UrlForAuthenticationConfig` to ensure users enter their SMTP settings during hosted authentication
7
6
* Multi-credential authentication support allowing multiple provider credentials per Connector
8
7
-`CreateCredentialRequest.Connector` class for creating connector credentials with `client_id`, `client_secret`, and optional extra properties like `tenant`
9
8
-`credentialId` field in `UrlForAuthenticationConfig` for hosted auth URL generation via `urlForOAuth2` and `urlForOAuth2PKCE`
@@ -13,6 +12,7 @@
13
12
-`activeCredentialId` field in `UpdateConnectorRequest` for setting the active credential on a Connector
14
13
* Enhanced `CredentialData.ConnectorOverride` to support optional `clientId` and `clientSecret` fields
15
14
* Support for `specific_time_availability` field in `AvailabilityParticipant` to override open hours configurations for specific dates and time ranges
15
+
*`smtpRequired` field in `UrlForAuthenticationConfig` to ensure users enter their SMTP settings during hosted authentication
16
16
17
17
### Deprecated
18
18
*`CreateCredentialRequest.Override` - Use `CreateCredentialRequest.Connector` instead
0 commit comments