This release removes an unnecessary check from our internal GET query parsing logic making it simpler and (insignificantly) faster.
Contributed by [Jonathan Ehwald](https://github.com/DoctorJohn) via [PR #3558](https://github.com/strawberry-graphql/strawberry/pull/3558/)
0.235.1
Not secure
--------------------
This release improves the performance when returning a lot of data, especially when using generic inputs (where we got a 7x speedup in our benchmark!).
Contributed by [Patrick Arminio](https://github.com/patrick91) via [PR #3549](https://github.com/strawberry-graphql/strawberry/pull/3549/)
0.235.0
Not secure
--------------------
This release adds a new configuration to disable field suggestions in the error response.
Trying to query `{ nam }` will not suggest to query `name` instead.
Contributed by [Patrick Arminio](https://github.com/patrick91) via [PR #3537](https://github.com/strawberry-graphql/strawberry/pull/3537/)
0.234.3
Not secure
--------------------
Fixes a bug where pydantic models as the default value for an input did not print the proper schema. See [this issue](https://github.com/strawberry-graphql/strawberry/issues/3285).
Contributed by [ppease](https://github.com/ppease) via [PR #3499](https://github.com/strawberry-graphql/strawberry/pull/3499/)
0.234.2
Not secure
--------------------
This release fixes an issue when trying to retrieve specialized type vars from a generic type that has been aliased to a name, in cases like:
python strawberry.type class Fruit(Generic[T]): ...
SpecializedFruit = Fruit[str]
Contributed by [Thiago Bellini Ribeiro](https://github.com/bellini666) via [PR #3535](https://github.com/strawberry-graphql/strawberry/pull/3535/)
0.234.1
Not secure
--------------------
Improved error message when supplying GlobalID with invalid or unknown type name component
Contributed by [Take Weiland](https://github.com/diesieben07) via [PR #3533](https://github.com/strawberry-graphql/strawberry/pull/3533/)