Skip to content

Releases: spring-projects/spring-data-elasticsearch

4.1.13

17 Sep 07:04
eb4c8e0
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Change mapping of connectionRequestTimeout to ConnPool leaseTimeout #1926
  • @Query annotated repository function only returns the first 10 documents #1917

4.3.0-M2

12 Aug 13:17
655db1e
Compare
Choose a tag to compare
4.3.0-M2 Pre-release
Pre-release

📗 Links

🪲 Bug Fixes

  • Build IndexQuery with source and version, get NullPointerException #1893

4.2.4

12 Aug 09:39
d785c6c
Compare
Choose a tag to compare

📗 Links

🪲 Bug Fixes

  • Build IndexQuery with source and version, get NullPointerException #1893

4.1.12

12 Aug 08:38
a1aa6f2
Compare
Choose a tag to compare

📗 Links

🪲 Bug Fixes

  • Build IndexQuery with source and version, get NullPointerException #1893

4.3.0-M1

16 Jul 12:22
c470a3d
Compare
Choose a tag to compare
4.3.0-M1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Add native support for range field types by using a range object #1862
  • Make CompletionField annotation composable #1836
  • Improve integration test time #1826
  • Fix reactive blocking calls #1824
  • Allow runtime_fields to be defined in the index mapping #1816
  • Improve handling of immutable classes. #1800
  • Refactor DefaultReactiveElasticsearchClient to do request customization with the WebClient. #1794
  • (Reactive)ElasticsearchOperations does not have option to include request_cache path param in search request [DATAES-992] #1564
  • @ScriptedFields & Kotlin data classes [DATAES-915] #1488
  • Add pipeline aggregations to NativeSearchQuery. #1255
  • datatype detection support in mapping ( i.e. numeric_detection, date_detection etc..) [DATAES-62] #638

🪲 Bug Fixes

  • Queries defined with @Query are not using registered converters for parameter conversion. #1866
  • TopMetricsAggregation NamedObjectNotFoundException: unknown field [top_metrics] #1834
  • Fix fields and source_filter setup #1817
  • StringQuery execution crashes on return type SearchPage<T> #1811
  • Custom Query with string parameter which contains double quotes #1790
  • Search with MoreLikeThisQuery should use Pageable. #1787
  • Custom property names must be used in SourceFilter and source fields #1778
  • DynamicMapping annotation should be applicable to any object field. #1767

📔 Documentation

  • Default FieldType.Auto on Arrays of Objects #1803
  • Fix documentation about auditing #1785

4.2.3

16 Jul 09:52
6f89e17
Compare
Choose a tag to compare

📗 Links

🪲 Bug Fixes

  • Queries defined with @Query are not using registered converters for parameter conversion. #1866

4.1.11

16 Jul 08:46
208824d
Compare
Choose a tag to compare

📗 Links

🪲 Bug Fixes

  • Queries defined with @Query are not using registered converters for parameter conversion. #1866

4.2.2

22 Jun 14:05
a7ed13d
Compare
Choose a tag to compare

📗 Links

🪲 Bug Fixes

  • TopMetricsAggregation NamedObjectNotFoundException: unknown field [top_metrics] #1834

4.1.10

22 Jun 13:29
d4962c1
Compare
Choose a tag to compare

📗 Links

🪲 Bug Fixes

  • Pageable results and @Query annotation #1843
  • TopMetricsAggregation NamedObjectNotFoundException: unknown field [top_metrics] #1834

4.2.1

14 May 10:36
2ac1085
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Refactor DefaultReactiveElasticsearchClient to do request customization with the WebClient. #1794

🪲 Bug Fixes

  • StringQuery execution crashes on return type SearchPage<T> #1811
  • Custom Query with string parameter which contains double quotes #1790
  • Search with MoreLikeThisQuery should use Pageable. #1787
  • Custom property names must be used in SourceFilter and source fields #1778
  • DynamicMapping annotation should be applicable to any object field. #1767

📔 Documentation

  • Fix documentation about auditing #1785

🔨 Dependency Upgrades

  • Upgrade to Elasticsearch 7.12.1 #1805