Skip to content

Update redix 1.0.0 → 1.5.0 (minor)#64

Closed
depfu[bot] wants to merge 1 commit into
mainfrom
depfu/update/elixir/redix-1.5.0
Closed

Update redix 1.0.0 → 1.5.0 (minor)#64
depfu[bot] wants to merge 1 commit into
mainfrom
depfu/update/elixir/redix-1.5.0

Conversation

@depfu

@depfu depfu Bot commented Apr 27, 2024

Copy link
Copy Markdown

Welcome to Depfu 👋

This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.

After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.

Let us know if you have any questions. Thanks so much for giving Depfu a try!


Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ redix (1.0.0 → 1.5.0) · Repo · Changelog

Release Notes

1.3.0 (from changelog)

Bug fixes and improvements

  • Improve EXITs that happen during calls to Redix functions.
  • Remove call to deprecated Logger.warn/2.
  • Support MFA for :password in the :sentinel option.
  • Add the Redix.password/0 type.
  • Add the Redix.sentinel_role/0 type.

1.2.4 (from changelog)

Bug fixes and improvements

  • Remove Dialyzer PLTs from the Hex package. This has no functional impact whatsoever on the library. The PLTs were accidentally published together with the Hex package, which just results in an unnecessarily large Hex package.

1.2.3 (from changelog)

Bug fixes and improvements

  • Fix a bug with validating the :socket_opts option, which required a keyword list and thus wouldn't support valid options such as :inet6.

1.2.2 (from changelog)

Bug fixes and improvements

  • Make parsing large bulk strings a lot faster. See the pull request for benchmarks. This causes no functional changes, just a speed improvement.

1.2.1 (from changelog)

Bug fixes and improvements

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

1.2.0 (from changelog)

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+.

1.1.5 (from changelog)

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

1.1.4 (from changelog)

Bug fixes and improvements

  • Support version 1.0 and over for the Telemetry dependency.

1.1.3 (from changelog)

Bug fixes and improvements

  • The .formatter.exs file included in this repo had some filesystem permission problems. This version fixes those.

1.1.2 (from changelog)

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.

1.1.1 (from changelog)

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 verison 6 (when ACLs were introduced).

1.1.0 (from changelog)

Bug fixes and improvements

  • Improve handling of databases in URIs.
  • Add support for ACL, introduced in Redis 6.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ telemetry (indirect, 0.4.2 → 0.4.3) · Repo · Changelog

Release Notes

0.4.3 (from changelog)

This release improves the telemetry:span/3 function by adding the telemetry_span_context metadata to all span events. The new metadata enables correlating span events that belong to the same span.

Added

  • Added telemetry_span_context metadata to all events emitted by telemetry:span/3.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 7 commits:

🆕 nimble_options (added, 1.1.0)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot added the depfu label Apr 27, 2024
@depfu

depfu Bot commented May 9, 2024

Copy link
Copy Markdown
Author

Closed in favor of #65.

@depfu depfu Bot closed this May 9, 2024
@depfu
depfu Bot deleted the depfu/update/elixir/redix-1.5.0 branch May 9, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants