Skip to content

Commit ed6651f

Browse files
thesandlordgithub-actions[bot]
authored andcommitted
update changelogs
1 parent 62cf7c8 commit ed6651f

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 5.121.1
2+
**`(fix):`** `fern generate --local` without a `FERN_TOKEN` (and air-gapped remote generation) now enables
3+
pagination and OAuth client generation by default instead of silently disabling them. Previously
4+
the Python SDK's paginated endpoints returned a plain response object while the README documented
5+
a pager, because the org lookup that enables these features was skipped.
6+
7+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 5.30.1
2+
**`(fix):`** The generated README only documents pagination (`SyncPager`, `iter_pages()`) when paginated
3+
clients are actually generated, so the README and `list()` return types stay in sync.
4+
5+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 3.93.1
2+
**`(fix):`** The generated README now always includes a Pagination section (and pagination usage snippets)
3+
when the API has paginated endpoints, matching the client which always returns `core.Page`.
4+
Previously the section was dropped when the CLI ran without org information (e.g. `fern generate --local` without a `FERN_TOKEN`).
5+
6+

0 commit comments

Comments
 (0)