wechat
wechat copied to clipboard
Bump redix from 1.0.0 to 1.1.3
Bumps redix from 1.0.0 to 1.1.3.
Changelog
Sourced from redix's changelog.
v1.1.3
Bug fixes and improvements
- The
.formatter.exsfile included in this repo had some filesystem permission problems. This version fixes those.v1.1.2
Version v1.1.1 was accidentally published with local code (from the maintainer's machine) in it instead of the code from the main Git branch. We're all humans! Version v1.1.1 has been retired.
v1.1.1
Bug fixes and improvements
- Version v1.1.0 started using ACLs and issuing
AUTH <username> <password>when a username was provided (either via options or via URI). This broke previous documented behavior, where Redix used to ignore usernames. With this bug fix, Redix now falls back toAUTH <password>ifAUTH <username> <password>fails because of the wrong number of arguments, which indicates a version of Redis earlier than verison 6 (when ACLs were introduced).v1.1.0
Bug fixes and improvements
- Improve handling of databases in URIs.
- Add support for ACL, introduced in Redis 6.
Commits
7e12573Release v1.1.304cc216Use Redis 5 for no ACL on CI (#200)c0c2473Release v1.1.2e039841Unlock unused dependencies9407271Finally fix stateful property-based testing93d312cRelease v1.1.139f2359Fall back to no ACL if Redis doesn't support itbf1cdbbUpdate dev-only dependencies01a62acRelease v1.1.024b5cd9Support Redis 6 ACL (#189)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)