Skip to content

Version 0.8.4

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 17:20
· 237 commits to refs/heads/main since this release

👶🏽 Features

  • feature: Handles @Reference for @Document annotated object like Spring Data Redis @RedisHash
  • feature: app configuration properties for EnhancedRedisRepository (r… (#272)
  • feature: Make FeatureExtractor injectable (#262)

🐛 Bug Fixes

  • fix: no metamodel tag fields generated for @indexed Enums (resolves gh-277)
  • fix: use ZoneId insteadof ZoneOffset to prevent Invalid ID for ZoneOffset, non numeric characters found: UTC
  • fix: Fixes issues with deeply nested queries with EntityStreams
  • fix: addresses inconsistencies in query range generation for Date/Tim… (#274)
  • fix: handle GsonBuilder dynamic updates regardless of ClassLoader (#271)
  • fix: correctly handle boolean returns in EntityStreams (resolved gh-265) (#269)
  • fix: annotation processors in plugin as per the docs (#261)

Contributors

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

@Grogdunn,@rjdkolb, Richard Kolb and @bsbodden