Skip to content

Releases: thecodingmachine/graphqlite-bundle

v4.1.1

08 Dec 08:50
c4951c3

Choose a tag to compare

Bugfix release:

  • #81 Making the bundle work if the ecodev/upload-graphql is not installed

v4.1.0

07 Dec 14:46
7f7b8fe

Choose a tag to compare

v4.0.8

08 Jun 11:03
a50e1a8

Choose a tag to compare

New feature

  • #66 Add new configuration properties : introspection, maximum_query_complexity and maximum_query_depth (@ThibBal)

Note: I'm adding this new feature to a bugfix release to keep version number in sync with the main graphqlite version number.

Bugfixes

Improvements

  • #70 #71 Upgrading code to remove deprecated features in Symfony 5 (@moufmouf)

Big thanks to everyone who contributed!

v4.0.7

11 May 13:10
de47f36

Choose a tag to compare

Dependency update:

  • Updating to PSR-HTTP bridge 2 #60
  • Updating PHPStan to 0.12 #65

v4.0.6

06 Mar 15:06
e233a3b

Choose a tag to compare

Dependency update release

v4.0.5

21 Feb 21:16
16f1bf3

Choose a tag to compare

Bugfix:

  • #54 The "me" query now consistently returns "null" for unlogged users.

Note: Beware! This could introduce a bug if your front-end code was not designed to accept "null" as a possible return type of the "me" query (even if "null" was always a possible return value).

v4.0.4

30 Jan 09:26
b664bf3

Choose a tag to compare

Bugfix:

  • #52 Fixing the use of the @autowire annotation inside a "prefetch" method.

v4.0.3

24 Jan 09:31
df74e32

Choose a tag to compare

Bugfix:

v4.0.2

13 Jan 13:25
33a8cbb

Choose a tag to compare

Bugfix release

v4.0.1

08 Jan 10:46
0a6fa6a

Choose a tag to compare

Adding missing route file for upcoming Flex recipe. See #48