0.0.3
版本发布时间: 2024-09-12 00:26:39
DiceDB/dice最新发布版本:0.0.4(2024-09-20 07:45:13)
What's Changed
- Refactor the code to separate out the store package by @soumya-codes in https://github.com/DiceDB/dice/pull/466
- Refactor the code base and move packages to internal by @soumya-codes in https://github.com/DiceDB/dice/pull/467
- fix:optimized type Error Return by @codeErrorSleep in https://github.com/DiceDB/dice/pull/477
- Refactoring constants from constants package by @jayantpranjal0 in https://github.com/DiceDB/dice/pull/480
- #469: Add support for common cache per fingerprint in QWATCH by @pratikpandey21 in https://github.com/DiceDB/dice/pull/473
- #412: Bitmap commands: Fixed deviation from redis implementation by @apoorvyadav1111 in https://github.com/DiceDB/dice/pull/439
- Added support for COMMAND command by @aashraybhandar1 in https://github.com/DiceDB/dice/pull/458
- #256: Adds HGET command and unit and integration tests by @ashwaniYDV in https://github.com/DiceDB/dice/pull/462
- Adds retry with exponential backoff for QWATCH writes by @JyotinderSingh in https://github.com/DiceDB/dice/pull/514
- Uses sqlparser constants for executor value comparison switch cases by @JyotinderSingh in https://github.com/DiceDB/dice/pull/515
- Adds support for 'LIKE' and 'NOT LIKE' to the SQL Executor by @JyotinderSingh in https://github.com/DiceDB/dice/pull/517
- Fixes inconsistent EXPIRE when ran with flags XX, LT-XX and GT on a key without ttl by @jainam2907 in https://github.com/DiceDB/dice/pull/513
- Adding TestEnvEnabled config and avoiding AOF dump for test env by @lucifercr07 in https://github.com/DiceDB/dice/pull/523
- Deprecates FROM clause in DSQL and moves key filtering to WHERE by @JyotinderSingh in https://github.com/DiceDB/dice/pull/525
- #484: feat: add support for command [JSON.ARRLEN] by @jujiale in https://github.com/DiceDB/dice/pull/532
- Removes locking structures for store since they are no longer needed by @JyotinderSingh in https://github.com/DiceDB/dice/pull/535
- Notifies Query Manager of key changes asynchronously by @JyotinderSingh in https://github.com/DiceDB/dice/pull/536
- FIX: Inconsistent EXPIRE with conflicting options: LT GT by @harshrai654 in https://github.com/DiceDB/dice/pull/526
- Improves ORDER BY clause handling in SQL parser by @JyotinderSingh in https://github.com/DiceDB/dice/pull/537
- version bump -> 0.0.3 by @JyotinderSingh in https://github.com/DiceDB/dice/pull/538
New Contributors
- @jayantpranjal0 made their first contribution in https://github.com/DiceDB/dice/pull/480
- @pratikpandey21 made their first contribution in https://github.com/DiceDB/dice/pull/473
- @aashraybhandar1 made their first contribution in https://github.com/DiceDB/dice/pull/458
- @jainam2907 made their first contribution in https://github.com/DiceDB/dice/pull/513
- @harshrai654 made their first contribution in https://github.com/DiceDB/dice/pull/526
Full Changelog: https://github.com/DiceDB/dice/compare/0.0.2...0.0.3