The connection initialization parameters of the legacy graphql-ws protocol now default to an empty JSON object {} instead of null. This is to be more aligned with the reference implementation.
Furthermore, various constants have been removed from aiogqlc.constants. They were not considered part of the public API, but in case you used them, you might need to update your code.