Releases: doximity/es-elasticity
Releases · doximity/es-elasticity
v1.1.0
v1.0.1
- Revert the additional
frozen_string_literal
updates in 1.0.0 due to some issues with some classes. We'll update these in a separate release to isolate the problem.
v1.0.0
- Consistently use quotations
- Update API to remove deprecation warnings for Elasticsearch 7.X.X in preparation for upgrade to 8.
- Freeze string literals
- Remove
_type
from query/create/update/delete methods - Remove
use_new_timestamp_format
config - Remove
include_type_name_on_create
config
v0.14.1
- Don't publish pre-release builds to RubyGems
v0.14.0
- Use
refresh
instead offlush
where search is expected to be updated - Drop support for Ruby 2.5 and 2.6
- Add support for Ruby 2.7 and 3.0, build against Ruby 3.1
- Set
search_type
toquery_then_fetch
as we no longer support Elasticsearch version < 7.0 - Set
include_type_name
when fetching the mapping. Will be removed in the next version to support ES version 8. - Index names automatically use the new timestamp format when creating an index.