Releases: tarantool/graphqlapi
Releases · tarantool/graphqlapi
0.0.13
0.0.12
The release add ddl-ee support.
0.0.11: dependency bump
Allow to work with ddl 1.7.0 and newer
0.0.10
Сhange versioning support
0.0.9
Fix is_array() not working properlyAccept a cdata number as value of a Float variable and forbid NaN and InfFix coerce scalar list variablesFix returning gapped arraysFix silently cast huge cdata numbers to nullFix arguments and variables nullability validationFix Map (custom scalar type) - prevent dual json.encode in some casesRemove sharding functions helpers (ddl 1.6+ now fully support custom sharding functions)Update dependencies to latestAdd GraphQL over IPROTO featureFix schema caching not workAdd bucket_id wrapperRename schemas.schemas_list() to schemas.list()Fix GraphQLIDE endpoints not registered in some casesAdd operations.get_operation_fields() to extract operation requested fieldsAdd utils.find() helperUse cmake build type instead builtinAdd cluster.get_candidates() methodupdate examples dependencies: graphqlide@0.0.19 -> graphqlide@0.0.21, graphqlapi@0.0.8 -> graphqlapi@0.0.9, graphqlapi-helpers@0.0.8 -> graphqlapi-helpers@0.0.9
0.0.8
0.0.7
add utils.cache_get() and utils.cache_set() methodsadd caching of graphql requestsadd arguments check helpersreplace checks module to internal check helpers to increase performanceadd specifiedByURL for custom GraphQL scalarsadd propagation of defaultValues and directivesDefaultValues to callbackupdate luatest@0.5.6 to luatest@0.5.7make requirements compatible with Cartridge 2.6.0+speedup CI