Closed cschomburg closed 3 years ago
I've had a chance to test this with our application (mappings, queries, inserts & updates) and encountered no issues, so I'm marking this as ready.
We need to create a new major version branch for this.
I've created a 3.x
branch that contains what is in master currently. Later this week I can do a major release.
It looks like a connection exception is thrown randomly https://github.com/cakephp/elastic-search/runs/2127910448#step:10:12
@markstory Can we release this without the fixture changes?
Yes, I can tag a release from master when this was merged.
Note: this is an early draft to get all the tests passing. I did not yet have a chance to test this in our application, or check for correctness of the changes. I'm submitting here for visibility and to get some early feedback.
Notable changes:
Document::getType()
since it is no longer applicableQueryBuilder::geoShapeIndex()
has changed argumentsResultSetTest::testDecoratedMethods()
is rather fragile with the new strict return types in Elastica 7. I've worked around this issue for now, but it should probably be refactored.