While the release notes list a number of breaking changes below, these changes mostly touch on the API for extending custom behaviors rather than the API for declaring views. From the perspective of declaring views, the only noteworthy change is that `IdCursorPagination` is now named `RelayCursorPagination`, and that the cursor encoding is now different.
- **Breaking:** Use explicit method names instead of `__call__` for sorting, filtering, pagination, and related behavior classes, and fix some internal method names to be less ambiguous (96)
- **Breaking:** Change cursor encoding to reduce cursor length (98)
- **Breaking:** Rename `IdCursorPagination` to `RelayCursorPagination` and split out `CursorPaginationBase` (99)
- **Feature:** Extract `HasCredentialsAuthorizationBase` from `HasAnyCredentialsAuthorization` to allow inheriting the credential check without unsafely inheriting no-op authorization (95)
- **Feature:** Add per-item pagination meta information when using `RelayCursorPagination` (98)
- **Bugfix:** Move related resolution into overridable method on view (97)