Skip to content
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

v0.4.0 - Async BugFixes & Optimisations #225

Merged
merged 50 commits into from
Nov 25, 2023

Conversation

abhinand-c
Copy link
Contributor

This PR serves to sync newly updated changes, including

  • Fixes for async, removes blocking
  • Adds support for Mongoengine DateField
  • Fixes non-filter field not properly working, when argument name matches DB field
  • Update log level

AdithyanJothir and others added 30 commits April 5, 2023 12:18
 Use isinstance instead of type to support instances of enum class in addition to exact same type.
Fix(register): updated register_enum function support custom classes
# Conflicts:
#	graphene_mongo/fields.py
#	graphene_mongo/tests/test_fields.py
#	graphene_mongo/tests/test_inputs.py
#	graphene_mongo/tests/test_mutation.py
#	graphene_mongo/tests/test_query.py
#	graphene_mongo/tests/test_relay_query.py
#	poetry.lock
#	pyproject.toml
# Conflicts:
#	graphene_mongo/converter.py
#	graphene_mongo/fields.py
#	pyproject.toml
feat: add support for mongo date field
fix(connection_field): respects non_filter_fields when argument name …
refactor: change logging level
@abhinand-c abhinand-c changed the title v0.4.0 - Async BugFixes v0.4.0 - Async BugFixes & Optimisations Nov 21, 2023
@mak626
Copy link
Contributor

mak626 commented Nov 25, 2023

We dropped support for python 3.7 due EOL
Added support for python 3.12

@arunsureshkumar arunsureshkumar merged commit 2a094fc into graphql-python:master Nov 25, 2023
16 checks passed
@mak626 mak626 deleted the v0.4.0 branch November 25, 2023 05:37
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.

7 participants