Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 711 Bytes

migration-guide-5.4-5.5.adoc

File metadata and controls

22 lines (15 loc) · 711 Bytes

Upgrading from 5.4.x to 5.5.x

This section describes breaking changes from version 5.4.x to 5.5.x and how removed features can be replaced by new introduced features.

Breaking Changes

Deprecations

Some classes that probably are not used by a library user have been renamed, the classes with the old names are still there, but are deprecated:

old name new name

ElasticsearchPartQuery

RepositoryPartQuery

ElasticsearchStringQuery

RepositoryStringQuery

ReactiveElasticsearchStringQuery

ReactiveRepositoryStringQuery

Removals