-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: redis/lettuce
base: 6.7.1.RELEASE
head repository: redis/lettuce
compare: 6.8.0.RELEASE
- 17 commits
- 150 files changed
- 8 contributors
Commits on Jun 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4e4db29 - Browse repository at this point
Copy the full SHA 4e4db29View commit details
Commits on Jun 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7bc82d4 - Browse repository at this point
Copy the full SHA 7bc82d4View commit details
Commits on Jun 6, 2025
-
Add basic connection interruption tests (#3292)
* Add basic connection interruption tests - Use reactor-netty-http client to interact with Fault Injector - Test command execution and PubSub with dmc_restart, network_failure failures injected * Fix formatting * Improve testcase displayed names * Fix endpoint name to match currently used for Jedis * Enhance scenario tests: - Use more advanced reconnection tracking - Show reconnection information - Test by reconnection time
Configuration menu - View commit details
-
Copy full SHA for c898733 - Browse repository at this point
Copy the full SHA c898733View commit details
Commits on Jun 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5a5ca7a - Browse repository at this point
Copy the full SHA 5a5ca7aView commit details
Commits on Jun 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9ecee24 - Browse repository at this point
Copy the full SHA 9ecee24View commit details
Commits on Jul 7, 2025
-
Add support for new operations of BITOP command in Redis Community Ed…
…ition 8.2 (#3334) * bitop new operations * polish * update new API signatures in NodeSelectionCommands
Configuration menu - View commit details
-
Copy full SHA for 9a08998 - Browse repository at this point
Copy the full SHA 9a08998View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd7f9d - Browse repository at this point
Copy the full SHA 2dd7f9dView commit details
Commits on Jul 8, 2025
-
Migrate publishing to Maven Central Portal (#3348)
* Migrate publishing to Maven Central Portal * Fix SNAPSHOT version format As required by https://central.sonatype.org/publish/publish-portal-snapshots/
Configuration menu - View commit details
-
Copy full SHA for d5eb193 - Browse repository at this point
Copy the full SHA d5eb193View commit details
Commits on Jul 11, 2025
-
DOC-4758 async JSON doc examples (#3335)
* DOC-4758 added landing page examples * DOC-4758 added Path page examples * DOC-4758 work around arrAppend issue * DOC-4758 applied formatting
Configuration menu - View commit details
-
Copy full SHA for 371beb0 - Browse repository at this point
Copy the full SHA 371beb0View commit details
Commits on Aug 1, 2025
-
Add support for 8.2 stream commands (#3374)
* Add support for 8.2 stream commands - Add support for XDELEX and XACKDEL - Extend XADD and XTRIM to support trimming policy * Add @SInCE tags * Update NodeSelection API * Add StreamEntryDeletionResult.UNKNOWN to avoid throwing exceptions * Clean up RedisCommandBuilder - Remove redundant code blocks - Use CommandKeyword for IDS - Add unit tests * Fix broken test
Configuration menu - View commit details
-
Copy full SHA for 2e4300f - Browse repository at this point
Copy the full SHA 2e4300fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b65f2 - Browse repository at this point
Copy the full SHA 85b65f2View commit details -
Refactor tests for clarity and maintainability (#3363)
* test: remove redundant assertions and clarify time-related values with constants * test: remove redundant assertions and clarify time-related values with constants * test: remove redundant assertions and clarify time-related values with constants
Configuration menu - View commit details
-
Copy full SHA for 2a7d2a4 - Browse repository at this point
Copy the full SHA 2a7d2a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e7bb10 - Browse repository at this point
Copy the full SHA 6e7bb10View commit details
Commits on Aug 7, 2025
-
* RediSearch support (part 1 of 3) (#3325) * Revert "Revert "Add support for FT.CREATE #2717 (#3150)" (#3160)" (#3161) This reverts commit 319e315. * Add support for FT.DROPINDEX #2722 (#3164) * Add support for FT.DROPINDEX #2722 * Polishing * FT.SEARCH added Vibe code the FT.SEARCH command Pulled latest from the integration branch Fixed a lot of the hallucinations RESP2 parser improvements JSON Indexing tests Add some advanced use-cases Fixed all integration tests Fixed schema fields, added vector tests, but they are all failing Fixed vector search tests Improve coverage of integration and unit tests One unit test fails * API cleanup, added Kotlin implementation * Implement the FT.AGGREGATE command Fixing the integration tests for FT.AGGREGATE Polishing 1/3 Add more documentation ot the AggregateArgs * Implement the FT.CURSOR command Add Integration tests for the FT.CURSOR Add RESP2 tests for all aggragation integration tests * FT.AGGREGATE was never working in the first place, now it is working, but for RESP3 only * Fixing unit tests (part1) Fixing unit tests (part2) Fixing unit tests (part3) * Polishing (part 1) * RediSearch support (part 2 of 3) (#3360) Introducing the FT.ALTER Introducing the FT.ALIASADD, FT.ALIASUPDATE, FT.ALIASDEL Introducing the FT.TAGVALS * RediSearch support (part 3 of 3) (#3364) * Introducing the FT.SUGADD FT.SUGDEL FT.SUGGET and FT.SUGLEN * Introducing the FT.DICTADD, FT.DICTDEL, FT.DICTDUMP * Introducing the FT.SPELLCHECK * Introducing the FT.SPELLCHECK (polishing) * Introducing the FT.EXPLAIN, FT.SYNUPDATE, FT.SYNDUMP, FT._LIST * Introducing the FT.PROFILE Polishing 1 Polishing 1 * Polishing 2 * Removing the FT.PROFILE command entirely * Polishing 3 * Polishing 4 * RediSearch with Lettuce - final fixes (#3371) * Fix wrong aggregation arguments order Docs part (to squash later) Modified CreateArgs and SearchArgs Address review comments 1/many Addressed review comment by Igor, more polishing * Cluster tests * Extend wordlist * Extend wordlist 2 * Avoid NPE when empty result received * Avoid NPE when empty result received 2 * Disable cluster tests for 7.2 and 7.4
Configuration menu - View commit details
-
Copy full SHA for 6567f2d - Browse repository at this point
Copy the full SHA 6567f2dView commit details -
Provide support for the SVS-VMANA index (#3385) (#3386)
* Provide support for the SVS-VMANA index * Enable VAMANA tests for Redis 8.2+
Configuration menu - View commit details
-
Copy full SHA for b789b62 - Browse repository at this point
Copy the full SHA b789b62View commit details -
reuse-objectmapper-defaultjsonparser (#3372)
* reuse-objectmapper-defaultjsonparser Refactor DefaultJsonParser to use a single static ObjectMapper instance instead of creating new instances for each method call, improving performance and memory usage. * Allow injection of custom ObjectMapper in DefaultJsonParser * Add JavaDoc --------- Co-authored-by: Tihomir Mateev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5794560 - Browse repository at this point
Copy the full SHA 5794560View commit details
Commits on Aug 8, 2025
-
* Releasing 6.8.0.RELEASE * Expanding the evergrowing wordlist * Expanding the evergrowing wordlist 2
Configuration menu - View commit details
-
Copy full SHA for 8e6e63d - Browse repository at this point
Copy the full SHA 8e6e63dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6.7.1.RELEASE...6.8.0.RELEASE