Releases: zino-hofmann/graphql-flutter
Releases · zino-hofmann/graphql-flutter
v5.2.1
What's Changed
- fix(graphql_flutter): fix the graphql flutter by @vincenzopalazzo in #1490
- feat(graphql): Add
deduplicatePollers
,deepEquals
, andqueryRequestTimeout
parameters tocopyWith
method inGraphQLClient
by @hamed-rezaee in #1483
New Contributors
- @hamed-rezaee made their first contribution in #1483
Full Changelog: v-packages-v5.2.0...v-packages-v5.2.1
v5.2.0
Graphql v5.2.0
Fixed
- add queryRequestTimeout parameter to copyWith method (commit). @nestorsgarzonc 07-02-2025
- ensure readNormalized correctly merges Map<String, dyna… (commit). @nozomemein 07-02-2025
- update normalize dependency to version 0.9.1 (#1448) (commit). @nrbnlulu 11-09-2024
- upgrade web_socket_channel, dart sdk dependencies. Update tests to ignore missing closeCode (commit)
- upgrade rxdart 0.28.0 (#1454) (commit). @ronnnnn 30-08-2024
- add query timeout argument when create client. (commit). @ykuc7 29-08-2024
- add timeout to _resolveQueryOnNetwork (commit). @ykuc7 18-07-2024
- make == override parameters non-nullable (commit). @kamilkarp 01-04-2024
- response extensions should be optional (commit). @kamilkarp 31-03-2024
- fix error is throwed when toggleConnection != null (commit). @hantrungkien 27-05-2024
- transform nested object from box (commit). @ronnnnn 09-04-2024
- check for null data returned from fetchMore.updateQuery… (commit). @aarsham 08-04-2024
- resolve duplicate events on socket reconnect (commit). @aarsham 08-04-2024
- remove unnecessary null checks in SocketClient (commit). @aarsham 08-04-2024
- bump uuid dependency to ^4.0.0 (commit). @francescoberardi 23-11-2023
- Send SubscriptionComplete message when using graphqlTra… (commit). @ 30-08-2023
- bumps http to v1 (commit). @moisessantos 06-07-2023
- Cache parsed data (commit). @budde377 03-06-2023
- onComplete callback should send null (commit). @budde377 12-03-2023
- upgrade the ws packege to v2.3.0 (commit). @vincenzopalazzo 15-01-2023
- remove unecessary deprecation code (commit). @vincenzopalazzo 15-01-2023
- support @include and @Skip with new normalize major ver (commit). @vincenzopalazzo 15-01-2023
Added
- make timeout configurable in query options (#1475) (commit). @ndelanou 28-12-2024
- Support custom equality function for cache comparison (commit). @kvenn 05-08-2024
- Send custom payload in PingMessage (commit). @Rochak69 31-08-2023
- added WebSocket token refresh and autoReconnect toggling (commit). @vytautas-pranskunas- 24-07-2023
- bump sdk version upper bound to <4.0.0 (commit). @ndelanou 17-05-2023
- bump gql version to 1.0.0 (commit). @ndelanou 03-05-2023
- print the connection status with ws (commit). @vytautas-pranskunas- 15-03-2023
Graphql flutter v5.2.0
Fixed
- update connectivity_plus version to fix Android… (commit). @khanderz 26-02-2025
- update connectivity_plus version to fix Android… (commit). @khanderz 26-02-2025
- upgrade meta,path,dart dependencies (commit)
- make == override parameters non-nullable (commit). @kamilkarp 01-04-2024
- response extensions should be optional (commit). @kamilkarp 31-03-2024
- upgrade connectivity_plus (commit). @hantrungkien 27-05-2024
- upgrade dependency
connectivity_plus
(commit). @johnmartel 25-04-2024 - uses the last graphql package (commit). @vincenzopalazzo 28-05-2024
- bumps http to v1 (commit). @moisessantos 06-07-2023
- added missing onSubscriptionResult argument (commit). @PhilippS93 03-04-2023
Added
- bump connectivity_plus to 5.0.0 (commit). @erknvl 10-10-2023
- Cache parsed data (commit). @budde377 03-06-2023
- bump connectivity_plus dependency to ^4.0.0 (commit). @ndelanou 24-05-2023
- bump sdk version upper bound to <4.0.0 (commit). @ndelanou 17-05-2023
- bump gql version to 1.0.0 (commit). @ndelanou 03-05-2023
v5.2.0-beta.11
v5.2.0-beta.11
Fixed
- add queryRequestTimeout parameter to copyWith method (commit). @nestorsgarzonc 07-02-2025
- ensure readNormalized correctly merges Map<String, dyna… (commit). @nozomemein 07-02-2025
Added
v5.2.0-beta.10
What's Changed
- [graphql] [chore]: update normalize dependency to version 0.9.1 by @nrbnlulu in #1448
- Upgrade packages in graphql pubspec.yaml and graphql_flutter pubspec.yaml by @hagen00 in #1463
New Contributors
Full Changelog: graphql-v5.2.0-beta.9...v5.2.0-beta.10
graphql-v5.2.0-beta.9
graphql_flutter-v5.2.0-beta.7
v5.2.0-beta.7
Fixed
- make == override parameters non-nullable (commit). @kamilkarp 01-04-2024
- response extensions should be optional (commit). @kamilkarp 31-03-2024
- upgrade connectivity_plus (commit). @hantrungkien 27-05-2024
- upgrade dependency
connectivity_plus
(commit). @johnmartel 25-04-2024 - uses the last graphql package (commit). @vincenzopalazzo 28-05-2024
graphql-v5.2.0-beta.8
v5.2.0-beta.8
Fixed
- make == override parameters non-nullable (commit). @kamilkarp 01-04-2024
- response extensions should be optional (commit). @kamilkarp 31-03-2024
- fix error is throwed when toggleConnection != null (commit). @hantrungkien 27-05-2024
- transform nested object from box (commit). @ronnnnn 09-04-2024
- check for null data returned from fetchMore.updateQuery… (commit). @aarsham 08-04-2024
- resolve duplicate events on socket reconnect (commit). @aarsham 08-04-2024
- remove unnecessary null checks in SocketClient (commit). @aarsham 08-04-2024
graphql-v5.2.0-beta.7
graphql_flutter-v5.2.0-beta.6
graphql-v5.2.0-beta.6
v5.2.0-beta.6
Fixed
- Send SubscriptionComplete message when using graphqlTra… (commit). @ 30-08-2023
Added
- Send custom payload in PingMessage (commit). @Rochak69 31-08-2023
- added WebSocket token refresh and autoReconnect toggling (commit). @vytautas-pranskunas- 24-07-2023