Skip to content

Update Hasura config defaults #1269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open

Update Hasura config defaults #1269

wants to merge 1 commit into from

Conversation

droserasprout
Copy link
Member

No description provided.

@droserasprout droserasprout added this to the 8.4.3 milestone Jun 26, 2025
allow_aggregations: bool = True
allow_inconsistent_metadata: bool = False
camel_case: bool = False
camel_case: bool = True
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

false?

Copy link
Member Author

@droserasprout droserasprout Jun 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently there's an inconsistency. In config class default is False. In environment configs provided with project template default is True. Thus, de-facto default is True.

Changing default in the template would be a more breaking change. I'll double check env vars in our deployments after merging this.

@droserasprout droserasprout modified the milestones: 8.4.3, 8.5.0 Jul 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants