Start release notes for 8.1.0 - #4681
Conversation
Running docs/release-notes/<version>.md file, appended in the same PR as any user-visible behavior change, so notes are written at merge time instead of reconstructed at release time. Seeded with the #4675 key pre-processor entry.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5057e94b2b
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| ... | ||
|
|
||
| ## Behavior Changes |
There was a problem hiding this comment.
Add the missing FTSearchParams behavior note
Because this page is the running 8.1.0 notes, it also needs to mention the other user-visible behavior from #4675: FTSearchParams.params(Map) now merges/overwrites existing PARAMS after addParam() or prior params() calls instead of effectively ignoring the later map. Without an entry here, users upgrading from 8.0.0 won't know why FT.SEARCH queries built with mixed params can start returning different results; please add a Behavior Changes item for that fix.
AGENTS.md reference: AGENTS.md:L10-L10
Useful? React with 👍 / 👎.
Adds a running
docs/release-notes/<version>.mdfile, appended in the same PR as any user-visible behavior change, so notes are written at merge time instead of reconstructed at release time. Includes the mkdocs nav entry and an AGENTS.md rule making it part of the contribution conventions.Seeded with the #4675 key pre-processor entry. The page carries an "Unreleased" notice until 8.1.0 ships; removing it is part of the release.
Note
Low Risk
Documentation and contribution-process only; no runtime, API, or security code changes.
Overview
Introduces running release notes for Jedis 8.1.0 so user-visible behavior changes are recorded in the same PR instead of reconstructed at release time.
Adds
docs/release-notes/8.1.0.md(with an Unreleased notice), wires it into the MkDocs nav, and adds anAGENTS.mdcontribution rule requiring behavior-change entries underdocs/release-notes/. The page is seeded with the#4675key pre-processor change forZRANGESTORE/GEOSEARCHSTOREandeval/evalshakeys.Reviewed by Cursor Bugbot for commit 5057e94. Bugbot is set up for automated code reviews on this repo. Configure here.