Releases: ddev/ddev-solr
0.5.0
What's changed since 0.4.x
- Added support HTTPS support
What's changed since 0.3.x
- Added support for anonymous searches for old applications that don't support basic authentication when connecting Solr
- Added support for third party Solr plugins/modules/libraries by just putting the jar files into `.ddev/solr/libs/
- 0.4.1; removed techproducts example, except for tests
What's changed since 0.2.x
- Updated to Solr 9
- Support for creating collections via configuration
- Added healthcheck
- Use Solr's internal zookeeper
- Let Solr startup fail in case of an error
- Use official DDEV workflow action
- 0.3.1: fixed solr-zk command and tests
- 0.3.1: fixed start of the solr service if no configset present in .ddev/solr/configsets
Upgrading from 0.2.x
The switch from Solr 8 to Solr 9 might require changes to your Solr configsets.
If you use search_api_solr or any other framework that supports a configset generation, you should generate and upload a new configset after ddev has been restarted.
It advisable to reindex your documents or to delete and recreate your collections.
What's Changed
- feat: enable HTTPS support, fixes #27 by @stasadev in #39
- test: add check for the correct admin UI redirect, for #27 by @stasadev in #40
New Contributors
0.4.1
What's changed since 0.3.x
- Added support for anonymous searches for old applications that don't support basic authentication when connecting Solr
- Added support for third party Solr plugins/modules/libraries by just putting the jar files into `.ddev/solr/libs/
- 0.4.1; removed techproducts example, except for tests
What's changed since 0.2.x
- Updated to Solr 9
- Support for creating collections via configuration
- Added healthcheck
- Use Solr's internal zookeeper
- Let Solr startup fail in case of an error
- Use official DDEV workflow action
- 0.3.1: fixed solr-zk command and tests
- 0.3.1: fixed start of the solr service if no configset present in .ddev/solr/configsets
Upgrading from 0.2.x
The switch from Solr 8 to Solr 9 might require changes to your Solr configsets.
If you use search_api_solr or any other framework that supports a configset generation, you should generate and upload a new configset after ddev has been restarted.
It advisable to reindex your documents or to delete and recreate your collections.
0.4.0
What's changed since 0.3.x
- Added support for anonymous searches for old applications that don't support basic authentication when connecting Solr
- Added support for third party Solr plugins/modules/libraries by just putting the jar files into `.ddev/solr/libs/
What's changed since 0.2.x
- Updated to Solr 9
- Support for creating collections via configuration
- Added healthcheck
- Use Solr's internal zookeeper
- Let Solr startup fail in case of an error
- Use official DDEV workflow action
- 0.3.1: fixed solr-zk command and tests
- 0.3.1: fixed start of the solr service if no configset present in .ddev/solr/configsets
Upgrading from 0.2.x
The switch from Solr 8 to Solr 9 might require changes to your Solr configsets.
If you use search_api_solr or any other framework that supports a configset generation, you should generate and upload a new configset after ddev has been restarted.
It advisable to reindex your documents or to delete and recreate your collections.
0.3.1
What's changed since 0.2.x
- Updated to Solr 9
- Support for creating collections via configuration
- Added healthcheck
- Use Solr's internal zookeeper
- Let Solr startup fail in case of an error
- Use official DDEV workflow action
- 0.3.1: fixed solr-zk command and tests
- 0.3.1: fixed start of the solr service if no configset present in .ddev/solr/configsets
Upgrading from 0.2.x
The switch from Solr 8 to Solr 9 might require changes to your Solr configsets.
If you use search_api_solr or any other framework that supports a configset generation, you should generate and upload a new configset after ddev has been restarted.
It advisable to reindex your documents or to delete and recreate your collections.
0.3.0
What's Changed
- Updated to Solr 9
- Support for creating collections via configuration
- Added healthcheck
- Use Solr's internal zookeeper
- Let Solr startup fail in case of an error
- Use official DDEV workflow action
Upgrading from 0.2.x
The switch from Solr 8 to Solr 9 might require changes to your Solr configsets.
If you use search_api_solr or any other framework that supports a configset generation, you should generate and upload a new configset after ddev has been restarted.
It advisable to reindex your documents or to delete and recreate your collections.
0.2.2: maintenance
What's Changed
- Add short Solr container URL to README by @gitressa in #16
- Improve tests and make upload work, for #18, for #13 by @rfay in #19
- Use more general docker tags for solr and zookeeper by @rfay in #20
- Upload test by @mkalkbrenner in #18
- Update ddev get to use ddev/ddev-solr by @gitressa in #25
New Contributors
- @gitressa made their first contribution in #16
- @mkalkbrenner made their first contribution in #18
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- [docs] Add image of configset upload by @rfay in #11
- solr command needs to have #ddev-generated by @rfay in #12
- extended README by @mkalkbrenner
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- added
solr
commad line command by @mkalkbrenner - 🔓 update Github workflow permission by @tyler36 in #7
- Minor fixups including ddev-generated by @rfay in #5
- Typo fixes by @cspitzlay in #10
- add "getting started" section by @tyler36 in #8
New Contributors
- @tyler36 made their first contribution in #7
- @rfay made their first contribution in #5
- @cspitzlay made their first contribution in #10
Full Changelog: 0.1.0...0.2.0
0.1.0
check for files