From 649bac09f787c1c052f685566044626c74d38c2c Mon Sep 17 00:00:00 2001 From: Min Kim Date: Thu, 5 Dec 2024 12:43:14 -0800 Subject: [PATCH] Update CHANGELOG for cursor encoding change --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 243859f..5203fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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