Skip to content

Releases: thecodingmachine/graphqlite

v8.2.0

22 Apr 01:09
49e2065

Choose a tag to compare

What's Changed

  • [doc] Fix typo in old Doctrine Annotation syntax by @cvergne in #787
  • Fix MutableInterfaceType not frozen in mutation-only return types by @oojacoboo in #790
  • Fix #[Security] on ExtendType fields (source-injection array_combine crash) by @oojacoboo in #792
  • Remove MyCLabs\Enum support by @oojacoboo in #794
  • fix: drop @internal annotation from InputField by @oojacoboo in #795
  • feat: explicit description attribute (+ #[EnumValue]) + SchemaFactory docblock toggle by @oojacoboo in #793
  • docs: alphabetize annotations reference by @oojacoboo in #798
  • docs: fix broken anchors and stale Doctrine annotation references by @oojacoboo in #799
  • docs: rename annotations-reference to attributes-reference by @oojacoboo in #800

Full Changelog: v8.1.3...v8.2.0

v8.1.3

20 Mar 15:45
01f6898

Choose a tag to compare

What's Changed

  • fix: allow adding properties starting with 'set' by @supresys in #779
  • fix: resolve built-in scalar types in BaseTypeMapper::mapNameToType by @oojacoboo in #784

New Contributors

Full Changelog: v8.1.2...v8.1.3

v8.1.2

22 Dec 22:23
76c0ef9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.1...v8.1.2

v8.1.1

04 Sep 16:39
4c4f04a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.0...v8.1.1

v8.1.0

07 Jun 01:04
6e36bfd

Choose a tag to compare

While there shouldn't be any BC issues in this release, I've bumped to 8.1 since there is improved/full PHP 8.4 support included in this release.

What's Changed

New Contributors

Full Changelog: v8.0.0...v8.1.0

v8.0.0

18 Dec 06:55
10c1197

Choose a tag to compare

v7.0.0

20 Mar 05:52
19458fa

Choose a tag to compare

Breaking Changes

New Features

Improvements

  • #658 Improves on prefetching for nested fields. @grynchuk
  • #646 Improves exception handling during schema parsing. @fogrye
  • #636 Allows the use of middleware on construtor params/fields. @oprypkhantc
  • #623 Improves support for description arguments on types/fields. @downace
  • #628 Properly handles @param annotations for generics support on field annotated constructor arguments. @oojacoboo
  • #584 Immutability improvements across the codebase. @oprypkhantc
  • #588 Prefetch improvements. @oprpkhantc
  • #606 Adds support for phpdoc descriptions and deprecation annotations on native enums. @mdoelker
  • Thanks to @shish, @cvergne and @mshapovalov for updating the docs!

Minor Changes

v6.2.3

20 Jun 23:02
1edec84

Choose a tag to compare

Adds support for Psr\Container 1.1 with #601

v6.2.2

08 May 17:53
8d6a292

Choose a tag to compare

This is a very simple release. We support Doctrine annotation 1.x and we've deprecated SchemaFactory::setDoctrineAnnotationReader in favor of native PHP attributes.

v6.2.1

13 Mar 21:52
fcca091

Choose a tag to compare

  • Added support for new Void return types, allowing use of void from operation resolvers. #574
  • Improvements with authorization middleware #571
  • Updated vendor dependencies: #580 #558