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 Pager return types are correctly Pager[ListItem] as opposed to Pager[List[ListItem]].