All Versions
62
Latest Version
Avg Release Cycle
30 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v4.0.0-rc.1 Changes
โ Added
- ๐ Basic support for Solr Cloud streaming expressions
-
v4.0.0-beta.1 Changes
๐ Fixed
- Return type of Solarium\Component\QueryTraits\SuggesterTrait::getSuggester()
- Type hints in Solarium\Component\AbstractComponent
-
v4.0.0-alpha.2 Changes
โ Added
- getSuggester() convenience method on Solarium\QueryType\Select\Query\Query
- โ More integration tests
โ Removed
- โ Outdated symfony versions on test environment
๐ Fixed
- Don't escape the '*' in range queries
- Return type of getHighlighting() on Solarium\QueryType\Select\Result\Result
- Return type of getFacetSet() on Solarium\QueryType\Select\Result\Result
-
v4.0.0-alpha.1 Changes
โ Added
- Terms component
- Spellcheck component
- Spellcheck query type
- โ Added missing parameters to the Spellcheck query type and the component (compared to the 3.x Suggester)
- ๐ Support for deep paging with a cursor
- ๐ Symfony 4 support
- ๐ Nightly builds / tests
- โ Basic Integration tests running real Solr queries against Solr's techproducts example
๐ Changed
- ๐ Renamed folder library to src
- ๐ Use PSR-4 class loading
- โก๏ธ Updated PHPUnit to v6.5
- โก๏ธ Updated required PHP version to >= v7.0
- Isolated search components from the select query type and made them re-usable
- BC break: Suggester component is now compatible to Solr v6/7 (the existing one was renamed to Spellcheck)
- BC break: Suggester query type is now compatible to Solr v6/7 (the existing one was renamed to Spellcheck)
- Lots of source code re-structuring and clean-up
โ Removed
- ๐ Phar support
- โ Exclude test suite from distribution
- โฌ๏ธ Dropped support for Solr versions before 6
- Obsolete Autoloader.php
- ๐ Deprecated Solarium\Core\Plugin\Plugin in favor of Solarium\Core\Plugin\AbstractPlugin
- ๐ Deprecated Solarium\Core\Query\Query in favor of Solarium\Core\Query\AbstractQuery
- ๐ Deprecated Solarium\Core\Query\RequestBuilder in favor of Solarium\Core\Query\AbstractRequestBuilder
- ๐ Deprecated Solarium\Core\Query\ResponseParser in favor of Solarium\Core\Query\AbstractResponseParser
- ๐ Deprecated Solarium\QueryType\Analysis\Query\Query in favor of Solarium\QueryType\Analysis\Query\AbstractQuery
๐ Security
- Prevented query injection inside range queries
-
v3.8.1 Changes
๐ Fixed
- โช Restore PHP 5.3 compatibility (remove short array syntax)
-
v3.8.0 Changes
โ Added
- ๐ Support for simple group format in response parser
- Helper for fetching ValueGroup from a Grouped result
- Guzzle 3 and Guzzle 6 client adapters
๐ Changed
- ๐ Various fixes in documentation
๐ Fixed
- ๐ Use GET request for extracting remote files
- Prevent ParallelExecution Curl spinloop
-
v3.7.0 Changes
โ Added
- ๐ Support for nested documents in update query
- Spatial component for select query
- ๐ Support for keys and excludes in interval facet
- ๐ Support for grouping using a function (group.func)
- ๐ Included suggestion in composer file for a query builder library
๐ Changed
- ๐ Lots of fixes in documentation markup
๐ Fixed
- ๐ Spellcheck collation parsing for Solr 5+
-
v3.6.0 Changes
โ Added
- ๐ Support for replicas in distributed search
- ๐ Support for multiple boost queries in dismax
- ๐ Support for additional stats values like percentiles
- โ Added Symfony 3.x components to CI tests for PHP 5.5+
๐ Changed
- No longer allow failures for HHVM in continuous integration
- ClientInterface now also used for standard Client class
๐ Fixed
- ๐ Several typo / markup fixes in documentation
- ๐ Several docblock fixes
-
v3.5.1 Changes
๐ Fixed
- backwards incompatible change in classnames
-
v3.5.0 Changes
โ Added
- ๐ Make it possible to bypass (system-wide) proxy setting in Curl adapter
- ClientInterface
- ๐ Support for facet.contains settings
- ๐ Docs in repository (markdown format)
- ๐ SensioLabs Insight (including lots of fixed in the code based on report)
๐ Changed
- ๐ Lots of code style fixes
- ๐จ Refactored 'base' plugin class to AbstractPlugin
- โ Removed old PHP environments for Travis, added PHP7
- Set license to a valid SPDX license identifier
- Set hard paths in .gitignore to prevent tree lookups
- โก๏ธ Updated Symfony event dispatcher dependency to a maintained version
๐ Fixed
- โก๏ธ PHAR generator updated to support namespacing
- Collations broken for Solr 5 data format