Skip to content

Comments

Release v2.15.0#306

Merged
googsvg merged 3 commits intomainfrom
v2.15.0-release
Feb 22, 2026
Merged

Release v2.15.0#306
googsvg merged 3 commits intomainfrom
v2.15.0-release

Conversation

@googsvg
Copy link
Contributor

@googsvg googsvg commented Feb 21, 2026

Added

  • Multi-credential authentication support allowing multiple provider credentials per Connector
    • CreateCredentialRequest.Connector class for creating connector credentials with client_id, client_secret, and optional extra properties like tenant
    • credentialId field in UrlForAuthenticationConfig for hosted auth URL generation via urlForOAuth2 and urlForOAuth2PKCE
    • credentialId field in CreateGrantRequest for custom authentication
    • credentialId field in Grant response model
    • activeCredentialId field in Connector response model
    • activeCredentialId field in UpdateConnectorRequest for setting the active credential on a Connector
  • Enhanced CredentialData.ConnectorOverride to support optional clientId and clientSecret fields
  • Support for specific_time_availability and only_specific_time_availability fields in AvailabilityParticipant to override open hours configurations for specific dates and time ranges
  • smtpRequired field in UrlForAuthenticationConfig to ensure users enter their SMTP settings during hosted authentication

Deprecated

  • CreateCredentialRequest.Override - Use CreateCredentialRequest.Connector instead

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@codecov-commenter
Copy link

codecov-commenter commented Feb 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.93%. Comparing base (fd0165d) to head (9a111fa).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #306   +/-   ##
=========================================
  Coverage     82.93%   82.93%           
  Complexity      348      348           
=========================================
  Files            36       36           
  Lines          1002     1002           
  Branches         94       94           
=========================================
  Hits            831      831           
  Misses          115      115           
  Partials         56       56           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@googsvg googsvg merged commit 76e3a87 into main Feb 22, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants