Skip to content

Release mgmt-8.3.0#1010

Merged
kailash-b merged 1 commit into
masterfrom
release/mgmt-8.3.0
May 13, 2026
Merged

Release mgmt-8.3.0#1010
kailash-b merged 1 commit into
masterfrom
release/mgmt-8.3.0

Conversation

@kailash-b
Copy link
Copy Markdown
Contributor

Added

  • Added UserDateSchemaExtensions with ToDateTime(this UserDateSchema?) and ToDateTime(this UserDateSchema?, TimeZoneInfo) extension methods to convert user date fields (e.g. created_at, last_login) to DateTime? #1009 (kailash-b)
  • Resource Servers: Added AllowOnlineAccessWithEphemeralSessions (bool?) property to ResourceServer, CreateResourceServerRequestContent, UpdateResourceServerRequestContent, GetResourceServerResponseContent, CreateResourceServerResponseContent, and UpdateResourceServerResponseContent for ephemeral session support #1007 (fern-api[bot])
  • Refresh Tokens: Added Audience (string) property to RevokeRefreshTokensRequestContent to scope bulk token revocation by resource server identifier #1007 (fern-api[bot])
  • User Authentication Methods: Added passkey-specific properties (Aaguid, CredentialDeviceType, CredentialBackedUp, IdentityUserId, UserAgent, UserHandle, Transports) to CreateUserAuthenticationMethodRequestContent #1007 (fern-api[bot])
  • User Authentication Methods: Added UserHandle and Transports properties to GetUserAuthenticationMethodResponseContent and UserAuthenticationMethod response types #1007 (fern-api[bot])
  • User Authentication Methods: Added new CredentialDeviceTypeEnum type with single_device and multi_device values #1007 (fern-api[bot])
  • Error handling: Added new structured error schema types BadRequestSchema, ForbiddenSchema, UnauthorizedSchema, and TooManyRequestsSchema with associated *Error enum types #1007 (fern-api[bot])

Fixed

  • Error handling: Added 400 BadRequest and 404 NotFound error handling to Users.Roles client #1007 (fern-api[bot])

Changed

  • Connections: Made id and name fields required (non-nullable) on all ConnectionResponseContent* types and ConnectionResponseCommon #1007 (fern-api[bot])

@kailash-b kailash-b requested a review from a team as a code owner May 13, 2026 05:42
@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 31.35%. Comparing base (bdae435) to head (962df6d).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1010      +/-   ##
==========================================
- Coverage   31.35%   31.35%   -0.01%     
==========================================
  Files        2709     2709              
  Lines      107737   107737              
  Branches     6328     6328              
==========================================
- Hits        33786    33782       -4     
- Misses      72182    72185       +3     
- Partials     1769     1770       +1     
Flag Coverage Δ
authIntTests 2.97% <ø> (ø)
mgmtIntTests 30.08% <ø> (-0.01%) ⬇️
unittests 0.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

Copy link
Copy Markdown

@developerkunal developerkunal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kailash-b kailash-b merged commit 5476b23 into master May 13, 2026
10 checks passed
@kailash-b kailash-b deleted the release/mgmt-8.3.0 branch May 13, 2026 05:58
@wasabii
Copy link
Copy Markdown

wasabii commented May 17, 2026

Guys..... the ConnectionResponseContent types aren't even used.

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