* Switch to GraphQL-core 3.2 - Remove python-six dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphql-relay?expand=0&rev=6
45 lines
1.7 KiB
Plaintext
45 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 4 07:35:27 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Update to version 3.2.0
|
|
* Switch to GraphQL-core 3.2
|
|
- Remove python-six dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 22 12:49:28 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- Update to version 3.1.5
|
|
* Re-add deprecated module 'arrayconnection' for backwards
|
|
compatibility
|
|
* Export all useful names at the top level
|
|
* 'from_global_id' now works same as in relay-js
|
|
* unbase64 now returns an empty string on errors
|
|
* Use standard base64 implementation
|
|
* array_connection returns all elements if cursors are on the outside
|
|
* Allow mutations to return mappings
|
|
* hasPrevious/NextPage should not be optional
|
|
* Use same parameter names as in graphql/graphql_sync
|
|
* Avoid null payload in mutation
|
|
* Remove non-null restriction on clientMutationId field definitions
|
|
* Consistently use snake_case for filenames
|
|
* Do not raise an error when no clientMutationId is provided
|
|
* Added missing description for nodes field
|
|
* Added description to the pagination arguments
|
|
* Python 3.10 is now supported.
|
|
- Update to version 3.1.0
|
|
* Compatible with graphql-core version 3.1.
|
|
* Implement SizedSliceable protocol
|
|
* Define protocols for connection type overrides
|
|
* Encode IDs using URL- and filesystem-safe alphabet
|
|
* Python 3.9 is now supported.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 6 07:16:45 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v3.0.0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 4 13:09:51 UTC 2019 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- New package for v2.0.0
|