15
0

Accepting request 978550 from home:susnux:branches:devel:languages:python

Update to version 3.1.5 to be compatible with graphql-core 3.1

OBS-URL: https://build.opensuse.org/request/show/978550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphql-relay?expand=0&rev=4
This commit is contained in:
2022-05-23 05:52:48 +00:00
committed by Git OBS Bridge
parent 7b40ce9ae3
commit 997d6f9e4b
4 changed files with 37 additions and 7 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
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>