Skip to content

Scout v10.3.0 support

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 06:02
· 1138 commits to main since this release
4.6.0
89cc04a
Mark Type Count Packages
Features 2 core, graphql
Performance Improvements 1 formatter
Bug Fixes 4 graphql, graphql-printer, migrator, testing

Package core

Features

  • New helper ProviderWithViews (81eecca)

Package formatter

Performance Improvements

  • Formatter registered as a singleton (via Container::scopedIf()) (65fe453)

Package graphql

Features

  • @searchby: Scout support for NotIn operator (laravel/scout:>=10.3.0 required) (cd24d54)

Bug Fixes

  • AstManipulator::addTypeDefinition() will convert ScalarType into scalar and will add it into Document instead of TypeRegistry (3647e1a)

Package graphql-printer

Bug Fixes

  • Object value will respect Settings::isAlwaysMultilineArguments() (f09e251)

Package migrator

Bug Fixes

  • Added missed AsCommand attribute (8a29642)

Package testing

Bug Fixes

  • Scout v10.3.0 assertions fix (285dd15)