feat+fix: Pagination fix, SDK logging, OAuth1/DPoP types#785
Merged
kishore7snehil merged 2 commits intomasterfrom Mar 17, 2026
Merged
feat+fix: Pagination fix, SDK logging, OAuth1/DPoP types#785kishore7snehil merged 2 commits intomasterfrom
kishore7snehil merged 2 commits intomasterfrom
Conversation
…ng support in client wrappers
developerkunal
approved these changes
Mar 17, 2026
Merged
kishore7snehil
added a commit
that referenced
this pull request
Mar 30, 2026
**⚠️ Breaking: Python 3.8 support dropped** - Python 3.8 reached end-of-life in October 2024. This release requires **Python >=3.9.2**. Users on Python 3.8 should remain on v5.1.0 until they upgrade their Python version. [\#808](#808) **Added** - feat: Add default domain endpoints, connection key provisioning, tenant SCIM listing; remove MiiCard/Renren providers [\#801](#801) ([fern-api[bot]](https://github.com/apps/fern-api)) - feat: Add client_info support for custom telemetry in Authentication and Management clients [\#802](#802) ([kishore7snehil](https://github.com/kishore7snehil)) - feat: Add SDK logging infrastructure with configurable log levels and header redaction [\#785](#785) ([fern-api[bot]](https://github.com/apps/fern-api)) **Fixed** - fix: Pagination page advancement incorrectly skipping pages [\#785](#785) ([fern-api[bot]](https://github.com/apps/fern-api)) **Changed** - chore: Update ruff, aiohttp, cryptography, urllib3, codecov-action; replace Snyk with SCA scan [\#808](#808) ([kishore7snehil](https://github.com/kishore7snehil))
Contributor
|
@StephenWithPH This fix has been released as part of v5.2.0. |
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.
Summary
This Fern regeneration includes several significant changes across 61 files:
Bug Fix: Pagination (Fixes #783)
raw_client.pyfilespage = page + len(_items or [])— skipped pages whenper_page > 1page = page + 1- correctly advances one page at a timeNew Feature: SDK Logging Infrastructure
loggingparameter on theAuth0clientcore/logging.pymodule withConsoleLogger,Logger,LogConfig, andILoggerprotocoldebug,info,warn,errorwith asilentmode (default)Authorization,Cookie,X-Api-Key, etc.) in log outputILoggerprotocolNew Types: OAuth1 & DPoP Connection Support
connection_access_token_url_oauth1,connection_client_id_oauth1,connection_scripts_oauth1, etc.)connection_dpop_signing_alg_enum,connection_dpop_signing_alg_values_supported)connection_options_oidc_metadata,connection_options_common_oidc)client_token_exchange_type_enumandresource_server_proof_of_possession_required_for_enumOther Changes
create,get,update) andself_service_profilemodelcore/custom_pagination.py(replaced by standard pagination)reference.mdand test configuration (conftest.py)Manual Fixes (on top of Fern regeneration)
client_wrapper.pyto accept and forward theloggingparameter toHttpClient/AsyncHttpClient(was missing, causingTypeErrorat runtime)ManagementClientandAsyncManagementClienttoTYPE_CHECKINGand__all__exports in__init__.py(Fixes Fern configuration is missing management_client.py as a known export. #793)Breaking Changes
custom_pagination.pyhas been removed — any code importing from it will need to updateTest Plan
per_page=2, verified 3 pages returned with all 5 roles