github redis/redis-om-spring v1.0.1
Release v1.0.1

4 hours ago

Changelog

๐Ÿš€ Features

  • 0e40303 add native repository method support for querying nested fields in Map<String, ComplexObject>

๐Ÿ› Fixes

  • a4c7654 optimize existsById() to use Redis EXISTS command instead of data retrieval (#657), closes #657
  • 3a1a44e correct confusing parameter order in AggregationStream.limit() (#646), closes #646
  • b7963f2 projection interfaces now work for all field types without @Value annotation (#650), closes #650
  • 2b9d87e change auto-service scope from implementation to compileOnly, closes #651
  • f143221 make azure-identity an optional dependency to reduce dependency footprint, closes #652
  • cd36b2a Use gradlew to run demos
  • b61e631 enable JSON operations to participate in Redis transactions, closes #377
  • 3995472 complete NUMERIC_IN/NOT_IN implementation with proper query generation, closes #645
  • bcb7461 Added the NUMERIC_IN query clause to manage the Spring-like methods 'In' for Redis repository.

๐Ÿงช Tests

  • e12b8d0 add test case demonstrating projection issue with non-String fields, closes #650

Contributors

We'd like to thank the following people for their contributions:

Don't miss a new redis-om-spring release

NewReleases is sending notifications on new releases.