Skip to content

Releases: doximity/es-elasticity

v1.1.0

02 May 17:05
7977eb8
Compare
Choose a tag to compare

Updated the max Elasticsearch dependency version to < 8.7

v1.0.1

16 Aug 21:24
191904b
Compare
Choose a tag to compare
  • 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

10 Aug 14:16
2683353
Compare
Choose a tag to compare
  • 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

09 Aug 18:21
acf5416
Compare
Choose a tag to compare
  • Don't publish pre-release builds to RubyGems

v0.14.0

04 Aug 20:45
bf02d96
Compare
Choose a tag to compare
  • Use refresh instead of flush 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 to query_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.

v0.13.5

28 May 18:11
04f275c
Compare
Choose a tag to compare

xpose 'matched_queries' property

0.13.5

28 May 18:07
04f275c
Compare
Choose a tag to compare
  • expose 'matched_queries' property

v0.13.4

21 May 00:33
48ec0dc
Compare
Choose a tag to compare

Compatibility with Rails 6

v0.13.3

30 Jan 22:42
9d897c9
Compare
Choose a tag to compare
  • Release back on RubyGems using gem-publisher CircleCI Orb

v0.13.2

29 Jan 20:58
fed651b
Compare
Choose a tag to compare

Release on Nexus using gem-publisher CircleCI Orb
Packing gems
bump the version for testing the Nexus repo