Closed mgburns closed 6 years ago
@mgburns Huh. Any ideas why our tests still pass then?
cc @ataylorme
I'm not sure. I had thought it was breaking the default query operator setting, but that turned out to be a red herring as I had some code in my local instance attempting to address issues I raised in https://github.com/pantheon-systems/solr-power/issues/371#issuecomment-420260848 that was causing it.
So I can't point to anything specific that it breaks, but that line in the changelog is still disconcerting.
I did not find any incompatibilities in my testing either. If you run into anything @mgburns please let us know.
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)
Those are the changes I saw in the changelog and they relate to the Suggester component, which Solr Power does not make use of.
@ataylorme I think we're still fine to release 2.0.0. I'm out of the office tomorrow through the 25th though, so I'd prefer to do the release after that point in case there's any cleanup.
@mgburns Are you able to use the 2.0.0 release candidate against your current project to see if you run into any issues with operation?
Unfortunately this particular site is launching today with the previous release of this plugin. We have some other projects that are earlier in development that could potentially switch -- I'll get back to you.
I think we're still fine to release 2.0.0.
That's good because it went out on Monday 9/10. The automated tests passed and I tested on the cars site with 40k items indexed and didn't run into any issues.
That's good because it went out on Monday 9/10.
@ataylorme Ah. Can you make sure to create a tag? https://github.com/pantheon-systems/solr-power/releases
I created one but forgot to push it. It is there now
Closing — haven't seen any fallout from this so assuming the breaks didn't impact us.
See https://github.com/solariumphp/solarium/blob/master/CHANGELOG.md#removed-2.
As far as I know the current version of Solr on Pantheon is 3.6 so this is a problem.