Version 0.4.0
github-actions
released this
12 Dec 13:06
·
198 commits
to refs/heads/main
since this release
🔥 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
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@Jeevananthan-23, @atrievel, @berviantoleo, @jcreus1, @shacharPash, @slorello89 and @zulander1