Skip to content

Releases: VanRoy/spring-data-jest

Release 2.3.0

31 Jan 21:56
Compare
Choose a tag to compare
  • Upgrade to Spring Boot 1.5.1
  • Upgrade to Spring Data ES 2.1.0

Release 1.0.2

31 Jan 21:03
Compare
Choose a tag to compare
  • Bug fix when a record in ES doesn't exist

Release 2.2.0

12 Jan 21:15
Compare
Choose a tag to compare
  • Add aggregations support
  • Upgrade to Spring Boot 1.4.3
  • Upgrade to Spring Data ES 2.0.6
  • Upgrade to Jest 2.0.4

Release 2.1.4

24 Nov 20:07
Compare
Choose a tag to compare
  • Fix _source filtering (#15)
  • Add capacity to load plugins for internal node
  • Add capacity to change ES version for internal node
  • Add capacity to retrieve indices contained in alias

Release 2.1.3

13 Oct 19:15
Compare
Choose a tag to compare

Fix index selection when query with string (#12)

Release 2.1.2

13 Oct 19:05
Compare
Choose a tag to compare

Do not use this version.
It's the same content that 2.1.1

Release 2.1.1

18 Sep 19:31
Compare
Choose a tag to compare
  • Improve log management (#7 , #10)
  • Fix @Version implementation (#9)
  • Fix auto-configuration without SpringCloudAws (#8)

Release 2.1.0

27 Aug 10:59
Compare
Choose a tag to compare
  • Implement AWS siging auto-configuration (#4)
  • Add sample for AWS integration
  • Improve error logging
  • Bug fix for indexing not annotated entity (#3)
  • Bug fix when a record in ES doesn't exist

Release 2.0.0

04 Aug 20:40
Compare
Choose a tag to compare
  • Upgrade SpringBoot to 1.4.0
  • Upgrade SpringDataElastisearch to 2.0.3
  • Upgrade Jest to 2.0.3

Release 1.0.1

23 Jul 07:50
Compare
Choose a tag to compare

Bug fixes:

  • Fix Stackoverflow issue when putting mappings (#2)
  • Null result for getMapping() (#1)