Skip to content

Releases: zino-hofmann/graphql-flutter

v5.3.0

14 Mar 10:35

Choose a tag to compare

graphql v5.2.4

Fixed

  • fix: upgrade normalize dependency to be 0.10.0 compatible

graphql_flutter v5.3.0

Changed

  • BREAKING: switched from hive to hive_ce - users importing package:hive/hive.dart directly should switch to package:hive_ce/hive_ce.dart
  • chore: update connectivity_plus from ^6.1.3 to ^7.0.0
  • fix: update flutter_hooks constraint to <0.22.0

CI

  • Upgrade GitHub Actions (actions/checkout@v4, subosito/flutter-action@v2)
  • Fix publishing workflow triggers
  • Migrate codecov to codecov-action@v4

Fixes #1506

Full Changelog: v-packages-v5.2.1...v-packages-v5.3.0

graphql-v5.2.3

21 Oct 16:42

Choose a tag to compare

v5.2.3

Fixed

  • use existing HiveStore instance instead of creating new… (commit). @korca0220 17-09-2025

Added

  • migrate HiveStore from hive to hive_ce with type refac… (commit). @korca0220 17-09-2025

v5.2.2

07 Sep 10:05

Choose a tag to compare

graphql v5.2.2

Added

Added

graphql-flutter v5.2.1

Fixed

v5.2.1

30 Apr 06:57

Choose a tag to compare

What's Changed

  • fix(graphql_flutter): fix the graphql flutter by @vincenzopalazzo in #1490
  • feat(graphql): Add deduplicatePollers, deepEquals, and queryRequestTimeout parameters to copyWith method in GraphQLClient by @hamed-rezaee in #1483

New Contributors

Full Changelog: v-packages-v5.2.0...v-packages-v5.2.1

v5.2.0

03 Apr 15:32

Choose a tag to compare

Graphql v5.2.0

Fixed

Added

Graphql flutter v5.2.0

Fixed

Added

v5.2.0-beta.11

10 Feb 13:58

Choose a tag to compare

v5.2.0-beta.11

Fixed

Added

v5.2.0-beta.10

13 Dec 12:01
3628544

Choose a tag to compare

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

11 Sep 09:31
1daabdb

Choose a tag to compare

v5.2.0-beta.9

Fixed

Added

  • Support custom equality function for cache comparison (commit). @kvenn 05-08-2024

graphql_flutter-v5.2.0-beta.7

28 May 07:21
9052e60

Choose a tag to compare

v5.2.0-beta.7

Fixed

graphql-v5.2.0-beta.8

28 May 07:08
5edeb4e

Choose a tag to compare

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