Skip to content

Releases: tarantool/graphqlapi

0.0.13

20 Mar 07:06

Choose a tag to compare

This release removes ddl-ee support.

0.0.12

04 Mar 10:22

Choose a tag to compare

The release add ddl-ee support.

0.0.11: dependency bump

11 Apr 10:38

Choose a tag to compare

  • Allow to work with ddl 1.7.0 and newer

0.0.10

22 Mar 07:06

Choose a tag to compare

  • Сhange versioning support

0.0.9

26 May 16:09
f633e60

Choose a tag to compare

  • Fix is_array() not working properly
  • Accept a cdata number as value of a Float variable and forbid NaN and Inf
  • Fix coerce scalar list variables
  • Fix returning gapped arrays
  • Fix silently cast huge cdata numbers to null
  • Fix arguments and variables nullability validation
  • Fix Map (custom scalar type) - prevent dual json.encode in some cases
  • Remove sharding functions helpers (ddl 1.6+ now fully support custom sharding functions)
  • Update dependencies to latest
  • Add GraphQL over IPROTO feature
  • Fix schema caching not work
  • Add bucket_id wrapper
  • Rename schemas.schemas_list() to schemas.list()
  • Fix GraphQLIDE endpoints not registered in some cases
  • Add operations.get_operation_fields() to extract operation requested fields
  • Add utils.find() helper
  • Use cmake build type instead builtin
  • Add cluster.get_candidates() method
  • update 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

07 Feb 17:40
572a46b

Choose a tag to compare

  • update examples dependencies: graphqlide@0.0.18 -> graphqlide@0.0.19, graphqlapi@0.0.7 -> graphqlapi@0.0.8, graphqlapi-helpers@0.0.7 -> graphqlapi-helpers@0.0.8

0.0.7

30 Jan 14:21
f279d4d

Choose a tag to compare

  • add utils.cache_get() and utils.cache_set() methods
  • add caching of graphql requests
  • add arguments check helpers
  • replace checks module to internal check helpers to increase performance
  • add specifiedByURL for custom GraphQL scalars
  • add propagation of defaultValues and directivesDefaultValues to callback
  • update luatest@0.5.6 to luatest@0.5.7
  • make requirements compatible with Cartridge 2.6.0+
  • speedup CI

0.0.6

11 Jan 07:33
d4310da

Choose a tag to compare

  • fix coercing default values on schema generation

0.0.5

10 Jan 21:13
f9e7eaf

Choose a tag to compare

  • rename errors class in cluster submodule
  • rename specifiedByUrl to specifiedBy
  • use vanilla graphql lib
  • fixed not injecting module version in release workflow
  • remove empty schema if it doesn't contain operations or prefixes
  • actualize examples

0.0.4

16 Nov 17:39

Choose a tag to compare

  • fix utils.to_compat() and utils.from_compat() incorrect logic
  • add status field to cluster.get_replicaset_instances() and cluster.get_instances()
  • add utils.get_tnt_version() function
  • fix arguments description introspection propagation