Skip to content

v9.1.1

Latest

Choose a tag to compare

@Philippus Philippus released this 25 Oct 13:02
· 35 commits to series/9.x since this release
v9.1.1
2bdfa77

Highlights in this release

  • Fix double encoding path for http4s client by @skuayer in #3620
  • Add support for preserve_original parameter of the edge n-gram token filter by @dragisak in #3649
  • Add articles_path and articles_case fields to ElisionTokenFilter by @Philippus in #3651
  • Add ReverseTokenFilter by @Philippus in #3652
  • Deprecate enablePositionIncrements parameter in StopTokenFilter by @Philippus in #3653
  • Deprecate side parameter in EdgeNGramTokenFilter by @Philippus in #3654
  • Add all parameter to PatternReplaceTokenFilter by @Philippus in #3655
  • Add preserveOriginal parameter to NGramTokenFilter by @Philippus in #3656
  • Add KeepWordsTokenFilter by @Philippus in #3660
  • Deprecate stemEnglishPossesive method in WordDelimiterTokenFilter by @Philippus in #3680
  • Rename ChunkingSettings type field to strategy and add none chunking strategy by @Philippus in #3684
  • Add rescoreVector field to DenseVectorIndexOptions by @Philippus in #3685
  • Fix inconsistent parameter naming. Snake case -> camel case by @dragisak in #3650
  • Deprecate stemEnglishPossesive in analyzers.TokenFilter by @Philippus in #3688

Thank you @sksamuel for creating elastic4s!

Full Changelog: v9.1.0...v9.1.1

This release was brought to you by 5 contributors, according to git shortlog -sn --no-merges @ ^v9.1.0 and checking the reviewers. Thank you @scala-steward, @Philippus, @dragisak , @skuayer and @igor-vovk.