Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.9.1 #436

Merged
merged 2 commits into from
May 14, 2024
Merged

Release 0.9.1 #436

merged 2 commits into from
May 14, 2024

Conversation

bsbodden
Copy link
Contributor

@bsbodden bsbodden commented May 14, 2024

In this release...

Features:

  • Handle search aliased fields with special characters
  • Implement EntityStreams findFirstOrElse (upsert)
  • Enhanced reference deserializer and on-demand reference cache
  • Add support for repository interface projection methods for Hashes
  • Add support for repository derived delete methods like Spring Data JPA
  • Add exist/notExist predicates for EntityStream's aggregations
  • Enable customization of the Redis Indices when declaring an Entity

Fixes:

  • Prevent negative TTLs from insta-killing @document annotated entities with save/saveAll
  • Address Sentinel support regression
  • Change default serializer for java.util.Date to store as millis since epoch for search
  • Add com.redis.om.spring.util package to component scan path in the SpringContext class
  • @references fields should always be indexed as TAG fields

Other:

  • Update Spring Boot/Spring Data Redis to v3.2.5

@bsbodden bsbodden requested a review from slorello89 May 14, 2024 19:21
@bsbodden bsbodden self-assigned this May 14, 2024
Copy link
Member

@slorello89 slorello89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bunch of formatting changes - LGTM 👍

@bsbodden bsbodden merged commit 0679d17 into redis:main May 14, 2024
4 checks passed
@bsbodden bsbodden deleted the bsb/release-v0.9.1 branch May 14, 2024 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants