Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Dec 10, 2025

Changes

This release introduces several new features and API enhancements:

New APIs

  • Connection Profiles API - Full CRUD operations for managing connection profiles:
    • connectionProfiles.list() - List connection profiles with checkpoint pagination
    • connectionProfiles.create() - Create a new connection profile
    • connectionProfiles.get(id) - Get a connection profile by ID
    • connectionProfiles.update(id) - Update a connection profile
    • connectionProfiles.delete(id) - Delete a connection profile
    • connectionProfiles.listTemplates() - List connection profile templates
    • connectionProfiles.getTemplate(id) - Get a connection profile template

Client Configuration

  • Express Configuration - New express_configuration option for clients supporting OIN Express Configuration feature
    • Enables Okta Integration Network (OIN) express setup
    • Supports linked clients configuration

Rendering API

  • rendering_mode and head_tags are now optional in prompts.rendering.update() and prompts.rendering.bulkUpdate()

Tenant Settings

  • New resource_parameter_profile setting to control how protected resource identity is specified in OAuth endpoints

Connection Options

  • Enhanced type definitions for ConnectionOptionsAuth0, ConnectionOptionsApple, and ConnectionOptionsOAuth2Common
  • Added new connection-related types for better configuration

Flows API

  • New SEND_EMAIL action type for Auth0 flows

Network ACL

  • New dynamic_client_registration scope for network ACL rules

Self-Service Profiles

  • scopes is now optional in provisioning configuration

References

Internal API definition updates

Testing

  • This change adds unit test coverage
  • This change adds integration test coverage

All existing and new tests pass successfully.

Checklist

@fern-api fern-api bot requested a review from a team as a code owner December 10, 2025 08:38
@codecov
Copy link

codecov bot commented Dec 10, 2025

Codecov Report

❌ Patch coverage is 88.18898% with 30 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.18%. Comparing base (2103848) to head (5db10ea).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
.../api/resources/connectionProfiles/client/Client.ts 88.06% 29 Missing ⚠️
...urces/prompts/resources/rendering/client/Client.ts 50.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1277      +/-   ##
==========================================
- Coverage   89.20%   89.18%   -0.02%     
==========================================
  Files         362      364       +2     
  Lines       16216    16472     +256     
  Branches     8174     8319     +145     
==========================================
+ Hits        14465    14691     +226     
- Misses       1751     1781      +30     
Flag Coverage Δ
alltests 89.18% <88.18%> (-0.02%) ⬇️

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

Files with missing lines Coverage Δ
src/management/Client.ts 100.00% <100.00%> (ø)
src/management/api/requests/requests.ts 100.00% <ø> (ø)
...nagement/api/resources/connectionProfiles/index.ts 100.00% <100.00%> (ø)
src/management/api/resources/index.ts 100.00% <100.00%> (ø)
src/management/api/types/types.ts 100.00% <100.00%> (ø)
...urces/prompts/resources/rendering/client/Client.ts 90.50% <50.00%> (-0.36%) ⬇️
.../api/resources/connectionProfiles/client/Client.ts 88.06% <88.06%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@developerkunal developerkunal changed the title 🌿 Fern Regeneration -- December 10, 2025 feat: Connection Profiles API, Express Configuration, and API enhancements Dec 10, 2025
kushalshit27
kushalshit27 previously approved these changes Dec 10, 2025
@developerkunal developerkunal merged commit 11d2e76 into master Dec 10, 2025
9 checks passed
@developerkunal developerkunal deleted the fern-bot/2025-12-10T08-38Z branch December 10, 2025 10:52
@developerkunal developerkunal mentioned this pull request Dec 10, 2025
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.

5 participants