Release v3.3.0 - #851
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
developerkunal
enabled auto-merge (squash)
August 19, 2026 06:29
ramya18101
approved these changes
Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
Keys.NetworkACLs.ListandKeys.NetworkACLs.Getto read the keys used to verify HTTP Message Signatures on Network ACL rules, along with theNetworkACLKeyandGetAllKeysNetworkACLsResponseContenttypes and theOauthScopeReadNetworkACLKeys(read:network_acl_keys) scope #846 (fern-api[bot])MatchAllfield (NetworkACLRuleMatchAllEnum) toNetworkACLRuleso a rule can match all traffic unconditionally; it is mutually exclusive withMatchandNotMatch#846 (fern-api[bot])CrossAppAccessResourceAppfield onCreateConnectionProfileRequestContent,UpdateConnectionProfileRequestContent,ConnectionProfile, and the connection profile create, get, and update response types, plus theConnectionProfileCrossAppAccessResourceAppandConnectionProfileCrossAppAccessResourceAppStatustypes with theirenabledanddisabledenum values #846 (fern-api[bot])ThirdPartyClientAccessfield onClientMyOrganizationPostConfiguration,ClientMyOrganizationPatchConfiguration, andClientMyOrganizationResponseConfiguration, plus theClientMyOrganizationThirdPartyClientAccessConfigurationtype with itsallowandblockdefault value and allowed values enums #846 (fern-api[bot])UseOauthSpecScopefield (ConnectionUseOauthSpecScope) toConnectionPropertiesOptions,UpdateConnectionOptions,ConnectionOptionsOidc,ConnectionOptionsCommonOidc, andConnectionOptionsOktato 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
*management.NotFoundErrorfor 404 responses instead of a generic API error #846 (fern-api[bot])Clients.Create,Clients.Update, and inreference.mdto referencecustom_login_page_oninstead ofcustom_login_page_off, and clarify onConnections.Updatethat any unspecified option falls back to its default even when that differs from the existing value #846 (fern-api[bot])Fixed
Auth0-ClientandUser-Agentheaders when a custom HTTP client is passed toclient.New. The client given throughoption.WithHTTPClientis 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)