Skip to content

Tags: graphql-python/graphene-mongo

Tags

v0.4.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support for new graphene-federation (#237)

* bump: v0.4.4

Added support for new graphene-federation
Drop support for python 3.8

* fix: reference field, cache field refetching data even when field is already pre-fetched

v0.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Drop singledispatch (#234)

* drop singledispatch dependency

* bump: graphene-mongo v0.4.3

---------

Co-authored-by: Ananthu C V <weepingclown@disroot.org>

v.0.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat: Ability to use @Skip @include graphql directives to exclude fie…

…lds (#231)

* fix: remove unnecessary async

* fix: handle @include , @Skip directives when checking user queried fields

* fix: pagination errors

hasNextPage didn't become false when using after and first together

Fixed reverse Querying using last and before, in compliance to graphql relay spec

https://relay.dev/graphql/connections.htm#sec-Backward-pagination-arguments
https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo

* bump: version 0.4.2

v0.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Lint & Publish CI workflow (#229)

* feat(CI/CD): Add GitHub Action workflow to publish to PyPI

* fix: Used isinstance instead of type() to validate type instance

* feat: Use PyPI Trusted Publisher

* fix: Ruff formatting, fix type issue

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.4.0 - Async BugFixes & Optimisations (#225)

* Fix(register): updated register_enum function support custom classes

 Use isinstance instead of type to support instances of enum class in addition to exact same type.

* Support Async

* Convert: get_node to async

* Fix: Test Case

* Bug Fix on connection_resolver

* Support Async

* Fix: connection_resolver

* Support Async, Test Case Added

* Bump Version : 0.4.0

* Add asgiref to dependency

* Add pytest-asyncio to dependency

* Fix: Test Case

* Update: README.md

* Blocking Threaded to Async

* Bug Fix: Argument Parser

* (Deprecated) get_resolver to wrap_resolve

* Fix: Count Performance

* Fix: Queryset Check

* Optimise: Lazy Reference Resolver

* Fix: DeprecationWarnings

* Fix: Queryset evaluation

* feat: add support for mongo date field

* refactor: change logging level

* fix(connection_field): respects non_filter_fields when argument name is same as field name

* refact: sync to async wrapper

* chore: add ruff formatting

* fix: inconsistent has_next_page when pk is not sorted

* fix: self.get_queryset not being async

* fix[pipeline]: add ruff remove flake8

* refact: filter connection

* refact: has_next_page logic

* fix: has_next_page using limit

* fix: ci change flake8 to ruff

* fix: convert | syntax to union type for backward compatibility

* chore: add support for python 12

* chore: drop support for python 3.7, add support python 3.12

* refact: add typings

* fix: ruff lint

* chore: add setup tools for python 12 to fix mongomock ImportError: No module named pkg_resources

---------

Co-authored-by: Adithyan Jothir <adithyan@strollby.com>
Co-authored-by: Adarsh D <adarshdevamritham@gmail.com>
Co-authored-by: Arun Suresh Kumar <asuresh960@gmail.com>
Co-authored-by: M Aswin Kishore <mak26.work@gmail.com>
Co-authored-by: Edwin Jose George <edwin@strollby.com>
Co-authored-by: Roshan R Chandar <roshanr2001@gmail.com>

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix(register): updated register_enum function support custom classes (#…

…217)

Use isinstance instead of type to support instances of enum class in addition to exact same type.

Co-authored-by: u243606 <adithyan@strollby.com>

v0.2.16

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #208 from graphql-python/dependabot/pip/future-0.18.3

Bump future from 0.18.2 to 0.18.3

v0.2.15

Graphene Federation v2 Support Added

v0.2.14

fix: make test pass and update version

v0.2.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #141 from zhangyuz/master

Support for objects.order_by