We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2feee commit b11e274Copy full SHA for b11e274
fern/products/sdks/overview/python/changelog/2026-01-26.mdx
@@ -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
8
## 4.52.0
9
**`(feat):`** Add support for inferred authentication. Fixes for wire test generation with inferred auth.
10
0 commit comments