Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 13:06
· 190 commits to refs/heads/main since this release
becd81e

🔥 Breaking Changes

  • Per #240 (which adds ability to index/query datetimes) - date times will now always be stored as a numeric - e.g. 1670850219098, rather than a string: "1670850219098" - Redis OM is set up to handle both cases so it should only be a breaking change for those interacting with these date times outside the context of Redis OM.

🚀 New Features

  • adding ability to index and query datetimes (#240)
  • Add nx/xx, contextual creation of objects (#206)
  • IRedisConnectionProvider interface (#250)
  • adding bulkinsert support (#246)
  • Adding comma separators to flag enums (#241)
  • adding ability to index and query datetimes (#240)

🐛 Bug Fixes

  • fix:backward-contains-list-type-queries (#263)
  • Added error handling and empty array check (#255)

🧰 Maintenance

  • Add IRedisCollection Update and Save examples (#236)
  • Add low level search example (#237)

Contributors

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

@Jeevananthan-23, @atrievel, @berviantoleo, @jcreus1, @shacharPash, @slorello89 and @zulander1