Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 5.121.1
**`(fix):`** `fern generate --local` without a `FERN_TOKEN` (and air-gapped remote generation) now enables
pagination and OAuth client generation by default instead of silently disabling them. Previously
the Python SDK's paginated endpoints returned a plain response object while the README documented
a pager, because the org lookup that enables these features was skipped.


Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 5.30.1
**`(fix):`** The generated README only documents pagination (`SyncPager`, `iter_pages()`) when paginated
clients are actually generated, so the README and `list()` return types stay in sync.


Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 3.93.1
**`(fix):`** The generated README now always includes a Pagination section (and pagination usage snippets)
when the API has paginated endpoints, matching the client which always returns `core.Page`.
Previously the section was dropped when the CLI ran without org information (e.g. `fern generate --local` without a `FERN_TOKEN`).


Loading