Skip to content

Releases: spring-projects/spring-data-elasticsearch

4.2.10

21 Mar 13:34
c03c790
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • Respect custom content-type header in the reactive client. #2088

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.4 #2099

4.4.0-M3

18 Feb 10:16
4495876
Compare
Choose a tag to compare
4.4.0-M3 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Jackson InvalidDefinitionException for Class Completion #2085
  • Support Elasticsearch custom search extension plugin #2065
  • Implement support for reindex API [DATAES-955] #1529

🐞 Bug Fixes

  • CriteriaQuery search fails with IllegalArgumentException: EXISTS has no value #2080
  • Allow to index documents to different indices in a bulk request #2043

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

4.3.2

18 Feb 09:49
187c9bb
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • CriteriaQuery search fails with IllegalArgumentException: EXISTS has no value #2080

4.2.9

18 Feb 09:33
e0286aa
Compare
Choose a tag to compare

4.4.0-M2

18 Jan 08:22
Compare
Choose a tag to compare

5.0.0-M1

14 Jan 13:44
74c8b79
Compare
Choose a tag to compare

4.4.0-M1

14 Jan 10:10
Compare
Choose a tag to compare
4.4.0-M1 Pre-release
Pre-release

📗 Links

⭐ New Features

  • How about replacing java.lang.reflect call with org.springframework.util.ReflectionUtils #2027
  • Add AfterLoad lifecycle callback #2009
  • Add support for stored fields #2004
  • Remove inner call to get internal field (MappingElasticsearchConverter) #2002

🐞 Bug Fixes

  • The TokenCount in the FieldType seems to be misspelled. #2024
  • TemporalPropertyValueConverter is called multiple times for Date @Field in Repository queries #2018
  • IndexOutOfBoundsException when try to map inner hits with no results returned #1997
  • RestStatusException detail in v4.3.0 #1995

4.3.1

14 Jan 09:45
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • The TokenCount in the FieldType seems to be misspelled. #2024
  • IndexOutOfBoundsException when try to map inner hits with no results returned #1997
  • RestStatusException detail in v4.3.0 #1995

4.2.8

14 Jan 09:05
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • The TokenCount in the FieldType seems to be misspelled. #2024
  • IndexOutOfBoundsException when try to map inner hits with no results returned #1997

4.3.0

12 Nov 10:00
08f7ad8
Compare
Choose a tag to compare

📗 Links

⭐ New Features

  • Add possibility to define runtime fields in a search request. #1971

🐞 Bug Fixes

  • Set RefreshPolicy parameter to the ElasticRestTemplate copy #1978
  • Query setScrollTime not working on reactive search #1974

📔 Documentation

  • How to get more information on failed bulk requests using IndexedObjectInformation? #1981