forked from pool/python-graphql-core
Update to 3.1.7 OBS-URL: https://build.opensuse.org/request/show/978551 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphql-core?expand=0&rev=6
68 lines
2.9 KiB
Plaintext
68 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun May 22 13:59:41 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- Update to 3.1.7
|
|
* Patch based on GraphQL.js v15.8.0.
|
|
* Set enum value values to value names in build_client_schema
|
|
* Fix camel to snake case conversion with digits
|
|
* Preserve deprecation_reason on GraphQLInputFields
|
|
* Add missing __Directive.args(includeDeprecated)
|
|
* Fix original_error.extensions overriding extensions argument
|
|
- Update to 3.1.6
|
|
* Patch release based on GraphQL.js v15.5.1.
|
|
- Update to 3.1.5
|
|
* Default parse_literal of GraphQLScalarType now handles variables
|
|
* build_ast_schema now matches order of default types and directives
|
|
* Return formatted errors in formatted execution result
|
|
* The is_deprecated property is now deprecated itself
|
|
* Input fields and arguments can now be marked as deprecated
|
|
* Handle case when MapAsyncIterator is cancelled
|
|
* Improve return type for complete_list_value
|
|
* Replace resolved types in lexicographic schema sort
|
|
* EventEmitter helper class has been replaces by SimplePubSub
|
|
* print_ast now breaks arguments over multiple lines
|
|
- Update to 3.1.4
|
|
* Fix enum values
|
|
- Update to 3.1.3
|
|
* Python 3.9 is now officially suported by GraphQL-core.
|
|
* build_schema: allow to reference introspection types
|
|
* Custom validation rules for "no schema introspection" and "no deprecated"
|
|
* Added execute_sync() as synchronous version of execute()
|
|
* Support deep copy of GraphQL schema
|
|
* build_ast_schema now sets internal enum values
|
|
* Do not double-wrap resolver errors any more
|
|
* Use newer Sphinx version, fix for various autodoc issues
|
|
* Fix example in docstring of GraphQLUnionType
|
|
* Let default resolver check for Mapping instead of dict
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 25 02:15:12 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v3.1.2
|
|
* match GrapqhQL.js v15.1.0
|
|
* Use proper type hints for serializers
|
|
* Add @SpecifiedBy directive
|
|
* Simplify get_operation_type_node function
|
|
* Simplify monkey-patching the did_you_mean function
|
|
* Add enum type for visitor return values
|
|
* Add all missing type definitions
|
|
* Switch to SDL for validation tests
|
|
* Support visitors with class and static methods
|
|
* block_string: print multi line for trailing backslash
|
|
* test_block_string: add fuzzing test for 'print_block_string'
|
|
* Simplify gen_fuzz_strings using itertools
|
|
* Make documentation for get_field_def more accurate
|
|
* Lists in AST nodes should not be optional
|
|
* Add test for custom scalars
|
|
* build_ast_schema: pass empty schema as literal
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 6 07:24:00 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v3.1.1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 7 09:18:44 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v3.0.1
|