Upgrade Notes
Things to consider before or when upgrading to new versions.
v2.0.0
- It is possible to add more than one API-key per configuration now. Therefore, the API-key gets stored as an array in the configuration. Configurations from previous versions are still supported, but they get converted to the new format as soon as they get saved.
- Removed Elasticsearch 6 and Elasticsearch 7 support, added support for Elasticsearch 8
- Changed elasticsearch client configuration
v1.7.2
- Data type for asset
fileSize
was changed tolong
(wasint
). If you run into issues regarding thefileSize
, please re-index your data.
v1.5.x to v1.6.0
- Default number of shards is now set to
1
(was5
). To change the value back to5
, see Indexing Options section in Indexing Details.