Skip to content

GraphQL Laravel 5.0.0 released

Compare
Choose a tag to compare
@mfn mfn released this 03 Apr 14:31
· 1061 commits to master since this release
ffe0cb9

Long delay for a new release for no particular reason 🎉

Some internal changes might cause breaks, depending of your level of customization thus we bump the major number to not cause troubles.

Many thanks to all the contributors 🙇

Added

Fixed

  • Fix the infinite loop as well as sending the correct matching input data to the rule-callback #579 / crissi
  • Fix selecting not the correct columns for interface fields #607 / illambo

Changed

  • Refactor route files with the goal of making adding subscription support easier #575 / crissi

Removed

  • Official support for Laravel 5.8 has been removed #596 / mfn