Skip to content

Release v3.3.0 - #851

Merged
developerkunal merged 3 commits into
mainfrom
release/v3.3.0
Aug 19, 2026
Merged

Release v3.3.0#851
developerkunal merged 3 commits into
mainfrom
release/v3.3.0

Conversation

@developerkunal

@developerkunal developerkunal commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Added

  • feat: add Keys.NetworkACLs.List and Keys.NetworkACLs.Get to read the keys used to verify HTTP Message Signatures on Network ACL rules, along with the NetworkACLKey and GetAllKeysNetworkACLsResponseContent types and the OauthScopeReadNetworkACLKeys (read:network_acl_keys) scope #846 (fern-api[bot])
  • feat: add MatchAll field (NetworkACLRuleMatchAllEnum) to NetworkACLRule so a rule can match all traffic unconditionally; it is mutually exclusive with Match and NotMatch #846 (fern-api[bot])
  • feat: add connection profile cross-app access support via the CrossAppAccessResourceApp field on CreateConnectionProfileRequestContent, UpdateConnectionProfileRequestContent, ConnectionProfile, and the connection profile create, get, and update response types, plus the ConnectionProfileCrossAppAccessResourceApp and ConnectionProfileCrossAppAccessResourceAppStatus types with their enabled and disabled enum values #846 (fern-api[bot])
  • feat: add client My Organization third-party client access via the ThirdPartyClientAccess field on ClientMyOrganizationPostConfiguration, ClientMyOrganizationPatchConfiguration, and ClientMyOrganizationResponseConfiguration, plus the ClientMyOrganizationThirdPartyClientAccessConfiguration type with its allow and block default value and allowed values enums #846 (fern-api[bot])
  • feat: add UseOauthSpecScope field (ConnectionUseOauthSpecScope) to ConnectionPropertiesOptions, UpdateConnectionOptions, ConnectionOptionsOidc, ConnectionOptionsCommonOidc, and ConnectionOptionsOkta to send space-delimited scopes per the OAuth 2.0 spec instead of comma-delimited when calling the identity provider's authorization endpoint #846 (fern-api[bot])

Changed

  • Flows endpoints now return *management.NotFoundError for 404 responses instead of a generic API error #846 (fern-api[bot])
  • docs: correct the client field list on Clients.Create, Clients.Update, and in reference.md to reference custom_login_page_on instead of custom_login_page_off, and clarify on Connections.Update that any unspecified option falls back to its default even when that differs from the existing value #846 (fern-api[bot])

Fixed

  • fix: send the Auth0-Client and User-Agent headers when a custom HTTP client is passed to client.New. The client given through option.WithHTTPClient is now wrapped instead of replacing the one the SDK configures, so its transport, timeout, and proxy settings are kept alongside the SDK headers, and the client itself is left unmodified #852 (developerkunal)

@developerkunal
developerkunal requested a review from a team as a code owner August 19, 2026 05:54
@codecov-commenter

codecov-commenter commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.07%. Comparing base (91b7652) to head (2c30c1e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #851   +/-   ##
=======================================
  Coverage   87.07%   87.07%           
=======================================
  Files         399      399           
  Lines      184680   184680           
=======================================
  Hits       160809   160809           
  Misses      17869    17869           
  Partials     6002     6002           

☔ View full report in Codecov by Harness.
📢 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.

@developerkunal
developerkunal enabled auto-merge (squash) August 19, 2026 06:29
@developerkunal
developerkunal merged commit 639e90e into main Aug 19, 2026
6 checks passed
@developerkunal
developerkunal deleted the release/v3.3.0 branch August 19, 2026 06:34
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