Commit 7ea9e3ca authored by thePanz's avatar thePanz

Updated changelog

parent 35e59d84
# CHANGELOG # Changelog
All notable changes to this project will be documented in this file.
## 3.x - Unreleased The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## 3.9.0-alpha - 2018-01-19 ## [Unreleased]
### Added
### Changed
### Fixed
- (backport) Fixes bugs from PR #484: fix Http adapter for extraction requests (PR #519) ## [3.9.0-alpha] - 2018-01-19
- Updated PHP annotations and docblock (PR #526) ## Added
- Performance updates for formatting values (PR #485)
- Provide fluent interface (PR #483) - Provide fluent interface (PR #483)
## 3.8.1 - 2017-02-02 ### Changed
- Performance updates for formatting values (PR #485)
- bugfix: restore PHP 5.3 compatibility (remove short array syntax) - Updated PHP annotations and docblock (PR #526)
## 3.8.0 - 2017-01-31 ### Fixed
- (backport) Fixes bugs from PR #484: fix Http adapter for extraction requests (PR #519)
- bugfix: use GET request for extracting remote files
- added: support for simple group format in response parser ## [3.8.1] - 2017-02-02
- added: helper for fetching ValueGroup from a Grouped result ### Fixed
- bugfix: prevent ParallelExecution Curl spinloop - Restore PHP 5.3 compatibility (remove short array syntax)
- added: Guzzle 3 and Guzzle 6 client adapters
- improvement: various fixes in documentation ## [3.8.0] - 2017-01-31
### Added
## 3.7.0 - 2016-10-28 - Support for simple group format in response parser
- Helper for fetching ValueGroup from a Grouped result
- added: support for nested documents in update query - Guzzle 3 and Guzzle 6 client adapters
- added: spatial component for select query
- added: support for keys and excludes in interval facet ### Changed
- added: support for grouping using a function (group.func) - Various fixes in documentation
- bugfix: spellcheck collation parsing for Solr 5+
- improvement: lots of fixes in documentation markup ### Fixed
- added: included suggestion in composer file for a query builder library - Use GET request for extracting remote files
- Prevent ParallelExecution Curl spinloop
## 3.6.0 - 2016-05-03
## [3.7.0] - 2016-10-28
- improvement: no longer allow failures for HHVM in continuous integration ### Added
- improvement: added Symfony 3.x components to CI tests for PHP 5.5+ - Support for nested documents in update query
- added: support for replicas in distributed search - Spatial component for select query
- added: support for multiple boost queries in dismax - Support for keys and excludes in interval facet
- added: support for additional stats values like percentiles - Support for grouping using a function (group.func)
- improvement: several typo / markup fixes in documentation - Included suggestion in composer file for a query builder library
- improvement: several docblock fixes
- improvement: ClientInterface now also used for standard Client class ### Changed
- Lots of fixes in documentation markup
## 3.5.1
### Fixed
- fix backwards incompatible change in classnames - Spellcheck collation parsing for Solr 5+
## 3.5.0 - 2015-12-09 ## [3.6.0] - 2016-05-03
### Added
- improvement: lots of code style fixes - Support for replicas in distributed search
- improvement: refactored 'base' plugin class to AbstractPlugin - Support for multiple boost queries in dismax
- improvement: removed old PHP environments for Travis, added PHP7 - Support for additional stats values like percentiles
- improvement: set license to a valid SPDX license identifier - Added Symfony 3.x components to CI tests for PHP 5.5+
- bugfix: PHAR generator updated to support namespacing
- bugfix: Collations broken for Solr 5 data format ### Changed
- added: Make it possible to bypass (system-wide) proxy setting in Curl adapter - No longer allow failures for HHVM in continuous integration
- improvement: Added SensioLabs Insight (including lots of fixed in the code based on report) - ClientInterface now also used for standard Client class
- added: ClientInterface
- improvement: Set hard paths in .gitignore to prevent tree lookups ### Fixed
- added: Support for facet.contains settings - Several typo / markup fixes in documentation
- improvement: updated Symfony event dispatcher dependency to a maintained version - Several docblock fixes
- added: docs in repository (markdown format)
## 3.4.0 - 2015-06-14 ## [3.5.1] - 2015-12-15
### Fixed
- bugfix: only check type for added documents to add query if provided as an array - backwards incompatible change in classnames
- improvement: added support for calling empty() and isset() on result document properties
- improvement: added composer test script ## [3.5.0] - 2015-12-14
- bugfix: curl file upload handling ### Added
- improvement: added 'contributing' file - Make it possible to bypass (system-wide) proxy setting in Curl adapter
- improvement: docblock fixes in grouping component facets - ClientInterface
- added: facet interval support - Support for facet.contains settings
- added: ZF2 http adapter - Docs in repository (markdown format)
- added: stats for pivot facet - SensioLabs Insight (including lots of fixed in the code based on report)
- bugfix: spellcheck 'collations' and 'correctlyspelled' updated to support Solr 5 format
- bugfix: curl adapter now uses Solr 5 compatible headers for a GET request ### Changed
- improvement: lots of code style fixes, using the SF2 code style - Lots of code style fixes
- Refactored 'base' plugin class to AbstractPlugin
- Removed old PHP environments for Travis, added PHP7
## 3.3.0 - 2014-11-16 - Set license to a valid SPDX license identifier
- Set hard paths in .gitignore to prevent tree lookups
- improvement: fixes in build.xml (use phpunit in vendor directory) - Updated Symfony event dispatcher dependency to a maintained version
- improvement: added support for nested debug-info in the debug query
- new feature: added support for data fixtures ### Fixed
- improvement: filter control characters in update documents by default - PHAR generator updated to support namespacing
- bugfix: pivot facet does not accept extra parameters - Collations broken for Solr 5 data format
- improvement: Facet range now supports the mincount parameter
- improvement: Spellcheck response parser can now handle multiple suggestions ## [3.4.0] - 2015-06-14
- bugfix: Pivot facet uses the wrong key in result parsing ### Added
- bugfix: Wrong handling of boolean values in update documents - Facet interval support
- improvement: Removed constructor from interface Solarium/Core/ConfigurableInterface.php - ZF2 http adapter
- improvement: Prefetch iterator now resets if prefetch or query settings are changed - Stats for pivot facet
- improvement: Added matchoffset setting to MLT querytype - Support for calling empty() and isset() on result document properties
- bugfix: Highlight query should only set hl.fl param if there are any fields set - Composer test script
- bugfix: Curl crash when open_basedir is set - 'contributing' file
- improvement: PreFetchIterator plugin now supports setting an endpoint
- improvement: BufferedAdd plugin now supports an endpoint supplied as a config ### Changed
- improvement: Updated curl adapter file handling to prevent warnings in php >=5.5.0 - Lots of code style fixes, using the SF2 code style
- improvement: Added remote file streaming support to extract request handler
- improvement: Query result now also supports maxscore ### Fixed
- new feature: Added MinimumScoreFilter plugin, also for grouping - Docblock fixes in grouping component facets
- improvement: MoreLikeThis now allows for individual boosts on query fields - Only check type for added documents to add query if provided as an array
- bugfix: Fix suggester parser with duplicates - Curl file upload handling
- improvement: Select query component MoreLikeThis now supports boosting multiple fields - Spellcheck 'collations' and 'correctlyspelled' updated to support Solr 5 format
- improvement: added PHP 5.5, 5.6 and HHVM to Travis config - Curl adapter now uses Solr 5 compatible headers for a GET request
- improvement: Solarium now uses Coveralls for test coverage reports
- improvement: if a config object does not supply a toArray method, the object is converted by Solarium
- improvement: Highlighting now supports hl.preserveMulti param ## [3.3.0] - 2014-11-16
- improvement: Stats component now supports exludes ### Added
- improvement: Range query helper now supports wildcards - Support for data fixtures
- improvement: Support HTTPS scheme for endpoints - MinimumScoreFilter plugin, also for grouping
- improvement: CURL and PECL_HTTP adapters now set connection timeout and dns cache timeout - Support for nested debug-info in the debug query
- improvement: Extract query now supports ExtractOnly
- improvement: The event dispatcher can now be injected ### Changed
- improvement: PSR-0 and PSR-2 code fixes - Filter control characters in update documents by default
- Facet range now supports the mincount parameter
- Spellcheck response parser can now handle multiple suggestions
- Prefetch iterator now resets if prefetch or query settings are changed
- Added matchoffset setting to MLT querytype
- PreFetchIterator plugin now supports setting an endpoint
- BufferedAdd plugin now supports an endpoint supplied as a config
- Updated curl adapter file handling to prevent warnings in php >=5.5.0
- Added remote file streaming support to extract request handler
- Query result now also supports maxscore
- MoreLikeThis now allows for individual boosts on query fields
- Select query component MoreLikeThis now supports boosting multiple fields
- Added PHP 5.5, 5.6 and HHVM to Travis config
- Solarium now uses Coveralls for test coverage reports
- If a config object does not supply a toArray method, the object is converted by Solarium
- Highlighting now supports hl.preserveMulti param
- Stats component now supports exludes
- Range query helper now supports wildcards
- Support HTTPS scheme for endpoints
- CURL and PECL_HTTP adapters now set connection timeout and dns cache timeout
- Extract query now supports ExtractOnly
- The event dispatcher can now be injected
- PSR-0 and PSR-2 code fixes
### Fixed
- Fixes in build.xml (use phpunit in vendor directory)
- Pivot facet does not accept extra parameters
- Pivot facet uses the wrong key in result parsing
- Wrong handling of boolean values in update documents
- Highlight query should only set hl.fl param if there are any fields set
- Curl crash when open_basedir is set
- Fix suggester parser with duplicates
- Removed constructor from interface Solarium/Core/ConfigurableInterface.php
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment