You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 <[email protected]>
Co-authored-by: Adarsh D <[email protected]>
Co-authored-by: Arun Suresh Kumar <[email protected]>
Co-authored-by: M Aswin Kishore <[email protected]>
Co-authored-by: Edwin Jose George <[email protected]>
Co-authored-by: Roshan R Chandar <[email protected]>
0 commit comments