Skip to content

Commit

Permalink
Update CHANGELOG for cursor encoding change
Browse files Browse the repository at this point in the history
  • Loading branch information
msk authored and sehkone committed Dec 12, 2024
1 parent b9989e9 commit 649bac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).

### Changed

- Updated the encoding and decoding method for GraphQL cursors by removing
`graphql::encode_cursor` and `graphql::decode_cursor` methods and replacing
them with the encoding and decoding methods of `OpaqueCursor`.
- The paginated GraphQL queries use different representations for cursors. The
cursor values obtained from earlier versions of the API are not compatible
with the new cursor values.

### Fixed

Expand Down

0 comments on commit 649bac0

Please sign in to comment.