python-graphene-django/python-graphene-django.changes
Steve Kowalik e38e9c193c - Update to 3.2.2:
* Make use of http.HTTPStatus for response status code checks
  * Not require explicitly set ordering in DjangoConnectionField
  * fix: same type list
  * feat!: check Django model has a default ordering when used in a
    Relay Connection
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-graphene-django?expand=0&rev=17
2024-11-13 05:05:43 +00:00

142 lines
5.4 KiB
Plaintext

-------------------------------------------------------------------
Wed Nov 13 05:05:17 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.2.2:
* Make use of http.HTTPStatus for response status code checks
* Not require explicitly set ordering in DjangoConnectionField
* fix: same type list
* feat!: check Django model has a default ordering when used in a
Relay Connection
- Switch to pyproject macros.
-------------------------------------------------------------------
Sun Jan 14 17:04:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.2.0:
* Add support for validation rules
* Provide setting to enable/disable converting choices to enums
globally
- update to 3.1.6:
* Only release on pypi after tests pass
* fix: empty list is not an empty value for list filters even
when a custom filtering method is provided
* adding optional_field in Serializermutation to enfore some
fields to be optional
* Typo fixes
* Support displaying deprecated input fields in GraphiQL docs
* Fix graphiql explorer styles by sending missing param to
render_graphiql
* Add Python 3.12 to CI
* Remove Django 4.1 (EOL) and add Django 5.0 to CI
- update to 3.1.5:
* fix: fk resolver permissions leak
* Support base class relations and reverse for proxy models
* exclude 'fans' from ReporterForm tests
* Update mutation.py to serialize Enum objects into input
values
* Remove Python 3.7 (EOL since EOL since 2023-06-27) from CI
* Prevent duplicate CI runs, also work with PRs from forks
* Use ruff in pre-commit
* fix: foreign key nullable and custom resolver
* Miscellaneous CI fixes
- update to 3.1.3:
* Update the path to GraphQL Server Specification for Relay
* Add JSONField back to graphene_django.compat module for
backwards compatibility
- update to 3.1.2:
* Fix linting issues
* Set pypi GH action version to release/v1
* Correct schema write test
* Fix graphiql explorer styles by including official CSS, and
update local example app for testing
* Add check for `serializers.HiddenField` on
`fields_for_serializer` function
* CI: add Django 4.2
* remove JSONField compat
* CI: remove Django 4.0
* Update compat.py MissingType results after PGJSONField
removal
- update to 3.0.1:
* Fix custom foreignkey resolvers
* Fix broken UT due to pytest import error
* Clarify cookbook example READMEs
* Fix schema print with `-.graphql`
* Update GraphiQL to 2.4.1
* Update django-filter URL's in filtering docs
- drop python-graphene-django-no-mock.patch (upstream)
-------------------------------------------------------------------
Thu Jan 26 01:05:11 UTC 2023 - John Vandenberg <jayvdb@gmail.com>
- Update to v3.0.0
* See https://github.com/graphql-python/graphene-django/releases/tag/v3.0.0
- from v3.0.0b9
* fix: unit test for https://github.com/graphql-python/graphene/pull/1412
* Make errors in form mutation non nullable
* Fixes related to https://github.com/graphql-python/graphene/pull/1412
* Delay assignment of csrftoken in Graphiql
* Fix type hint for DjangoObjectTypeOptions.model
* Fix code examples in queries.rst
* Fixed graphql_relay deprecation warning
* Make instructions runnable without tweaking
* Update tutorial-relay.rst
* Add support to persist GraphQL headers in GraphiQL
-------------------------------------------------------------------
Sun Sep 25 07:56:23 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Add 12 test skips for minor differences in expected string results
- Update to v3.0.0b8
* Adds Python 3.10 and Django 4.1 support
* See https://github.com/graphql-python/graphene-django/compare/v3.0.0b7...v3.0.0b8
-------------------------------------------------------------------
Thu May 12 10:10:00 UTC 2022 - pgajdos@suse.com
- do not require python-mock for build
- added patches
fix https://github.com/graphql-python/graphene-django/issues/1321
+ python-graphene-django-no-mock.patch
-------------------------------------------------------------------
Tue Jan 11 10:45:59 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Loosen depencencies to allow graphene v3.0.0
-------------------------------------------------------------------
Sun Dec 26 08:02:29 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Use django-codemod to make test suite Django 4 compatible
- Disable failing test test_pytest_fixture_usage which does not
effect django-countries, the only other package using this one.
-------------------------------------------------------------------
Thu Jan 28 11:18:35 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Remove build dependency on pytest-runner
- Add minimum version dependencies
- Add Suggests for DRF and django-filter
- Update to v3.0.0b7
* See https://github.com/graphql-python/graphene-django/compare/v3.0.0b3...v3.0.0b7
-------------------------------------------------------------------
Wed Sep 2 09:35:45 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Fix test execution
-------------------------------------------------------------------
Fri Jun 12 04:23:04 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Update to v3.0.0b3
-------------------------------------------------------------------
Sun Jun 7 16:23:15 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Activate tests
- Update to v2.10.1
-------------------------------------------------------------------
Wed Dec 4 11:51:53 UTC 2019 - Andreas Hasenkopf <ahasenkopf@suse.com>
- New package for v2.7.1