Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions fern/products/sdks/overview/python/changelog/2026-01-26.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.53.0
**`(feat):`** Add `import_paths` config option to auto-load user-defined files when the SDK is imported.
This enables custom integrations (e.g., Sentry, logging) without modifying generated code.
Files specified in the array (e.g., `["sentry_integration", "custom_logging"]`) are imported
from the package root if they exist, using try/except to gracefully handle missing files.


## 4.52.0
**`(feat):`** Add support for inferred authentication. Fixes for wire test generation with inferred auth.

Expand Down