2.5.6
(chore): Literal values are now all defaulted such that users are not required to plug in a redundant value.
2.5.5
(fix): Auto-Pagination now respects optional return values
What’s been fixed
- Optional lists returned from pagination endpoints are now appropriately flattened such that the
Pagerreturn types are correctlyPager[ListItem]as opposed toPager[List[ListItem]].