-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
81 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,81 @@ | ||
## 3.0.0 - unreleased | ||
|
||
* [#76] Fixed autowiring deprecation on Symfony 3.3 | ||
* Updated tests, use ::class instead of FQDN, minor fixes | ||
* Added simplephp to require-dev | ||
* Removed support of `dsn` option for the `endpoint` parameter | ||
|
||
## 2.4.0 (2017-08-08) | ||
|
||
* Added symfony4 to allowed versions | ||
* Fixed symfony3.2 WebProfiler compatibility issues | ||
|
||
## 2.3.0 (2016-12-04) | ||
|
||
* Added support for configuring solarium plugins | ||
* Fixed the data collector templates for the new symfony profiler | ||
|
||
## 2.2.1 (2016-03-29) | ||
|
||
* Fixed Symfony3 support (still requires solarium/solarium `^3.5@dev` until they release 3.5.2 or 3.6.0) | ||
* Fixed creating a new EventDispatcher for nothing, we now reuse the Symfony one | ||
|
||
## 2.2.0 (2015-07-21) | ||
|
||
* Added scheme config option for every endpoint | ||
* Bumped Solarium requirement to 3.3.0 | ||
|
||
## 2.1.0 (2014-10-21) | ||
|
||
* Added client load balance config support | ||
* Added a ClientRegistry class | ||
* Fixed DataCollector / Profiler support | ||
|
||
## 2.0.4 (2013-06-26) | ||
|
||
* Fixed issue when a solr request was issued after one that failed | ||
* Fixed links in the Symfony Profiler | ||
|
||
## 2.0.3 (2013-05-22) | ||
|
||
* Fixed bug in Symfony Profiler support | ||
|
||
## 2.0.2 (2013-05-03) | ||
|
||
* Fixed bug in Symfony 2.1 / 2.2 support | ||
* Added support for user:pass@host in dsn configuration | ||
|
||
## 2.0.1 (2013-04-07) | ||
|
||
* Fix bug in Monolog support with Symfony 2.1 | ||
|
||
## 2.0.0 (2013-03-27) | ||
|
||
* Migrated to Solarium 3.x, use the 1.x version of this bundle if you want to keep using Solarium 2.x | ||
* Added support for defining multiple endpoints | ||
* Added Monolog support | ||
* Added Stopwatch data for the Symfony Profiler | ||
|
||
## 1.1.0 (2013-01-07) | ||
|
||
* Added data collector for the Symfony Profiler and debug toolbar | ||
* Added support for defining multiple clients | ||
* Added dsn option to configure clients in one line | ||
|
||
## 1.0.0 (2011-07-31) | ||
|
||
* Initial release | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
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). | ||
|
||
## [Unreleased] | ||
### Changed | ||
- Updated changelog to follow the "Keep a Changelog" format | ||
- Updated tests: use `::class` instead of FQDN, minor fixes | ||
- Removed support of `dsn` option for the `endpoint` parameter | ||
### Deprecated | ||
### Fixed | ||
- Removed usage of deprecated Solarium\Core\Plugin\Plugin | ||
- Fixed compatibility with Symfony4 DataCollectorInterface | ||
- Fixed auto-wiring deprecation on Symfony 3.4 | ||
|
||
## [v2.4.0](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v2.4.0) - 2017-08-08 | ||
### Added | ||
- Added symfony4 to allowed versions | ||
### Fixed | ||
- Fixed symfony3.2 WebProfiler compatibility issues | ||
|
||
## [v2.3.0](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v2.3.0) - 2016-12-04 | ||
### Added | ||
- Added support for configuring solarium plugins | ||
### Fixed | ||
- Fixed the data collector templates for the new symfony profiler | ||
|
||
## [v2.2.1](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v2.2.1) - 2016-03-29 | ||
### Fixed | ||
- Fixed Symfony3 support (still requires solarium/solarium `^3.5@dev` until they release 3.5.2 or 3.6.0) | ||
- Fixed creating a new EventDispatcher for nothing, we now reuse the Symfony one | ||
|
||
## [v2.2.0](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v2.2.0) - 2015-07-21 | ||
### Added | ||
- Added scheme config option for every endpoint | ||
- Bumped Solarium requirement to 3.3.0 | ||
|
||
## [v2.1.0](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v2.1.0) - 2014-10-21 | ||
### Added | ||
- Added client load balance config support | ||
- Added a ClientRegistry class | ||
### Fixed | ||
- Fixed DataCollector / Profiler support | ||
|
||
## [v2.0.4](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v2.0.4) - 2013-06-26 | ||
### Fixed | ||
- Fixed issue when a solr request was issued after one that failed | ||
- Fixed links in the Symfony Profiler | ||
|
||
## [v2.0.3](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v2.0.3) - 2013-05-22 | ||
### Fixed | ||
- Fixed bug in Symfony Profiler support | ||
|
||
## [v2.0.2](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v2.0.2) - 2013-05-03 | ||
### Added | ||
- Added support for user:pass@host in dsn configuration | ||
### Fixed | ||
- Fixed bug in Symfony 2.1 / 2.2 support | ||
|
||
## [v2.0.1](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v2.0.1) - 2013-04-07 | ||
### Fixed | ||
- Fix bug in Monolog support with Symfony 2.1 | ||
|
||
## [v2.0.0](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v2.0.0) - 2013-03-27 | ||
### Added | ||
- Added support for defining multiple endpoints | ||
- Added Monolog support | ||
- Added Stopwatch data for the Symfony Profiler | ||
### Changed | ||
- Migrated to Solarium 3.x, use the 1.x version of this bundle if you want to keep using Solarium 2.x | ||
|
||
## [v1.1.0](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v1.1.0) - 2013-01-07 | ||
### Added | ||
- Added data collector for the Symfony Profiler and debug toolbar | ||
- Added support for defining multiple clients | ||
- Added dsn option to configure clients in one line | ||
|
||
## [v1.0.0](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v1.0.0) - 2011-07-31 | ||
- Initial release |