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
6 changes: 6 additions & 0 deletions fern/products/sdks/overview/python/changelog/2025-08-27.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 4.27.0-rc0
**`(feat):`** Client imports are now lazy loaded by default. This will greatly reduce memory footprint when using a small portion of a large API.
The tradeoff is a latency penalty when first accessing a client.
Users can opt in to eager loading (the old behavior) by setting the `lazy_imports` flag to `false` in their configuration.