Releases: graphql-python/graphene-mongo
Releases · graphql-python/graphene-mongo
v0.4.4
What's Changed
- Build(deps): Bump django from 2.2.28 to 3.2.24 in /examples/django_mongoengine by @dependabot in #232
- feat: support for new graphene-federation by @mak626 in #237
Full Changelog: v0.4.3...v0.4.4
v0.4.3
v.0.4.2
v.0.4.1
What's Changed
- Fix Performance Issues by @abhinand-c in #228
- feat(CI/CD): Add GitHub Action workflow to publish to PyPI by @abhinand-c in #224
- Fix Lint & Publish CI workflow by @abhinand-c in #229
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Async Support To Avoid Blocking Request by @arunsureshkumar in #218
- Update MongoEngine dependency in Django example by @wax911 in #221
- v0.4.0 - Async BugFixes & Optimisations by @abhinand-c in #225
New Contributors
- @wax911 made their first contribution in #221
- @mak626 made their first contribution in #225
- @edwinjosegeorge made their first contribution in #225
- @Roshan-R made their first contribution in #225
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Bump waitress from 2.1.1 to 2.1.2 in /examples/falcon_mongoengine by @dependabot in #200
- support db_alias by @yunkst in #211
- Fixing fragment spread oversight by @TomReichardt in #204
- Feat: Package & Dependency Management using Poetry by @abhinand-c in #210
- Feat: Adds Github Actions for running CI jobs by @abhinand-c in #213
- Fixes Lint issue by @abhinand-c in #214
- Fix: Actions Test CI by @abhinand-c in #215
- Fix(register): updated register_enum function support custom classes by @AdithyanJothir in #217
New Contributors
- @yunkst made their first contribution in #211
- @TomReichardt made their first contribution in #204
- @abhinand-c made their first contribution in #210
- @AdithyanJothir made their first contribution in #217
Full Changelog: v0.2.16...v0.3.0
v0.2.16
Decimal Field Support Added
Dependencies Updated
What's Changed
- Additional Federation Support Added by @arun-sureshkumar in #202
- Fix UnionType To Support Graphene Federation by @arunsureshkumar in #205
- Bump future from 0.18.2 to 0.18.3 by @dependabot in #208
New Contributors
- @arun-sureshkumar made their first contribution at #202
Full Changelog: v0.2.15...v0.2.16
v0.2.15
Graphene Federation v2 Support Added