Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit d0594c0

Browse files
committed
docs: add missing changelog entry for token-based pagination
1 parent 037ce46 commit d0594c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Added token-based pagination to `GET /orders`, `GET /products`,
13+
`GET /orders/{order_id}/statuses`, and `POST /products/{product_id}/opportunities`.
14+
1015
### Changed
1116

1217
- Replaced the root and product backend Protocol classes with Callable type aliases to
1318
enable future changes to make product opportunity searching, product ordering, and/or
1419
asynchronous (stateful) product opportunity searching optional.
20+
- Backend methods that support pagination now return tuples to include the pagination
21+
token.
22+
- Moved `OrderCollection` construction from the root backend to the `RootRouter`
23+
`get_orders` method.
1524

1625
## [v0.5.0] - 2025-01-08
1726

0 commit comments

Comments
 (0)