May 29, 2024
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
Pager
return types are correctlyPager[ListItem]
as opposed toPager[List[ListItem]]
.