Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump redix from 1.0.0 to 1.2.1 #69

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps redix from 1.0.0 to 1.2.1.

Changelog

Sourced from redix's changelog.

v1.2.1

Bug fixes and improvements

  • Relaxed the version requirement for the :castore dependency to support ~> 1.0.

v1.2.0

New features

  • Add :telemetry_metadata option to Redis calls. This can be used to provide custom metadata for Telemetry events.
  • Mark Redis sentinel support as not-experimental anymore.
  • Make Redix.URI part of the public API.

Bug fixes and improvements

  • Handle Redis servers that disable the CLIENT command.
  • Bump Elixir requirement to 1.11+.
  • Raise an error if the :timeout option (supported by many of the function in the Redix module) is something other than a non-negative integer or :infinity. Before, timeout: nil was accidentally supported (but not documented) and would use a default timeout.

v1.1.5

Bug fixes and improvements

  • Fix formatting of Unix domain sockets when logging
  • Use Logger instead of IO.warn/2 when warning about ACLs, so that it can be silenced more easily.
  • Allow the :port option to be set explicitly to 0 when using Unix domain sockets
  • Support empty string as database when using Redis URIs due to changes to how URIs are handled in Elixir

v1.1.4

Bug fixes and improvements

  • Support version 1.0 and over for the Telemetry dependency.

v1.1.3

Bug fixes and improvements

  • The .formatter.exs file 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 to AUTH <password> if AUTH <username> <password> fails because of the wrong number of arguments, which indicates a version of Redis earlier than version 6 (when ACLs were introduced).

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [redix](https://github.com/whatyouhide/redix) from 1.0.0 to 1.2.1.
- [Changelog](https://github.com/whatyouhide/redix/blob/main/CHANGELOG.md)
- [Commits](whatyouhide/redix@v1.0.0...v1.2.1)

---
updated-dependencies:
- dependency-name: redix
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 25, 2023
@jarlah jarlah merged commit ca01731 into main Mar 4, 2024
5 checks passed
@jarlah jarlah deleted the dependabot/hex/redix-1.2.1 branch March 4, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant