Skip to content

docs(changelog): restore pagination entry for list endpoint - #155

Merged
zfarrell merged 1 commit into
mainfrom
changelog/pagination-bullet
Jul 30, 2026
Merged

docs(changelog): restore pagination entry for list endpoint#155
zfarrell merged 1 commit into
mainfrom
changelog/pagination-bullet

Conversation

@zfarrell

Copy link
Copy Markdown
Contributor

The feat(databases): add pagination support to list endpoint bullet was only ever on #148, which is now closed as superseded by #149 and #150. Its code shipped via those follow-ups, but [Unreleased] named the follow-ups and not the feature itself, so the 0.9.0 notes would have missed the list_databases default-page behavior change.

@zfarrell
zfarrell requested a review from a team as a code owner July 30, 2026 02:13
@zfarrell
zfarrell requested review from shefeek-jinnah and removed request for a team July 30, 2026 02:13
Comment thread CHANGELOG.md
Comment on lines +15 to +20
- feat(databases): add pagination support to list endpoint.
`DatabasesApi.list_databases` gains `limit` and `cursor`, and the response
gains `count`, `has_more`, and `next_cursor`. Note the behavior change: a call
with no `limit` now returns a single page rather than every database, so
callers that relied on one call seeing everything should follow `next_cursor`
while `has_more` is true.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this entry describes a behavior break for existing callers (a no-limit call used to return every database, now returns one page), but the two other behavior-breaking notes in this changelog are marked with a **Breaking:** prefix (lines 24 and 58). Adding the marker here keeps the 0.9.0 notes scannable for the thing most likely to break someone. (not blocking)

Suggested change
- feat(databases): add pagination support to list endpoint.
`DatabasesApi.list_databases` gains `limit` and `cursor`, and the response
gains `count`, `has_more`, and `next_cursor`. Note the behavior change: a call
with no `limit` now returns a single page rather than every database, so
callers that relied on one call seeing everything should follow `next_cursor`
while `has_more` is true.
- **Breaking:** feat(databases): add pagination support to list endpoint.
`DatabasesApi.list_databases` gains `limit` and `cursor`, and the response
gains `count`, `has_more`, and `next_cursor`. Note the behavior change: a call
with no `limit` now returns a single page rather than every database, so
callers that relied on one call seeing everything should follow `next_cursor`
while `has_more` is true.

Comment thread CHANGELOG.md
Comment on lines +16 to +17
`DatabasesApi.list_databases` gains `limit` and `cursor`, and the response
gains `count`, `has_more`, and `next_cursor`. Note the behavior change: a call

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super nit: ListDatabasesResponse also gained a limit field ("Page size applied to this response (after clamping to the maximum)"), which isn't listed here. Worth including so the entry matches docs/ListDatabasesResponse.md. (not blocking)

@zfarrell
zfarrell merged commit 8dc3e2e into main Jul 30, 2026
5 checks passed
@zfarrell
zfarrell deleted the changelog/pagination-bullet branch July 30, 2026 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant