3.10.6
(fix): Pagination utilities assume "" is a terminal signal for pagination.
What’s been fixed
- Cursor-based pagination also assumes
""is a terminal signal for pagination, same as if the next cursor wereNone.
3.10.3
(fix): Upgrade intermediate representation dependency to safely parse null unknown types.