zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.25k stars 620 forks source link

Change in minor release should have been listed as a breaking change #1178

Closed oscarvaldes closed 2 years ago

oscarvaldes commented 2 years ago

The change to this file https://github.com/zino-hofmann/graphql-flutter/commit/7bc8f765d48a1bffab90d04711cf29ce05614a31?diff=split#r77947752 is a breaking change.

To Reproduce:

upgrade from 5.0.0 or prior to latest (currently -- 5.1.1)

Expected behavior No breaking changes in minor or patch versions

budde377 commented 2 years ago

This is absolutely fair feedback. We've recently restructured our versioning be separating the two packages, this'll allow us to make proper semver releases in the future and prevent this from happening again.