Skip to content

Commit b11e274

Browse files
Update changelogs from fern repo (#3317)
Co-authored-by: aditya-arolkar-swe <13171215+aditya-arolkar-swe@users.noreply.github.com>
1 parent 4a2feee commit b11e274

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fern/products/sdks/overview/python/changelog/2026-01-26.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.53.0
2+
**`(feat):`** Add `import_paths` config option to auto-load user-defined files when the SDK is imported.
3+
This enables custom integrations (e.g., Sentry, logging) without modifying generated code.
4+
Files specified in the array (e.g., `["sentry_integration", "custom_logging"]`) are imported
5+
from the package root if they exist, using try/except to gracefully handle missing files.
6+
7+
18
## 4.52.0
29
**`(feat):`** Add support for inferred authentication. Fixes for wire test generation with inferred auth.
310

0 commit comments

Comments
 (0)