Skip to content

Releases: spring-projects/spring-data-elasticsearch

5.0.0-M2

21 Mar 15:45
3c05287
Compare
Choose a tag to compare
5.0.0-M2 Pre-release
Pre-release

📗 Links

⭐ New Features

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

🐞 Bug Fixes

  • ContextConfiguration class is package-private in SimpleElasticsearchPersistentEntity #2114
  • MappingBuilder does not write date format for date_range fields #2102
  • Respect custom content-type header in the reactive client. #2088
  • CriteriaQuery search fails with IllegalArgumentException: EXISTS has no value #2080
  • Allow to index documents to different indices in a bulk request #2043

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.4 #2101

❤️ Contributors

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

4.4.0-M4

21 Mar 15:21
e8f9f9f
Compare
Choose a tag to compare
4.4.0-M4 Pre-release
Pre-release

📗 Links

⭐ New Features

  • Support searchAfter in NativeSearchQueryBuilder #2105

🐞 Bug Fixes

  • ContextConfiguration class is package-private in SimpleElasticsearchPersistentEntity #2114
  • MappingBuilder does not write date format for date_range fields #2102
  • Respect custom content-type header in the reactive client. #2088

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.4 #2101

4.3.3

21 Mar 14:07
bf3248b
Compare
Choose a tag to compare

📗 Links

🐞 Bug Fixes

  • ContextConfiguration class is package-private in SimpleElasticsearchPersistentEntity #2114
  • MappingBuilder does not write date format for date_range fields #2102
  • Respect custom content-type header in the reactive client. #2088

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.8.4 #2100

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