HeroicEric / opencast-api

4 stars 0 forks source link

Bump redix from 0.4.0 to 0.10.2 #49

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps redix from 0.4.0 to 0.10.2.

Changelog *Sourced from [redix's changelog](https://github.com/whatyouhide/redix/blob/master/CHANGELOG.md).* > ## v0.10.2 > > * Allow a discarded username when using Redis URIs. > * Fix the `Redix.command/0` type which was `[binary()]` but which should have been `[String.Chars.t()]` since we call `to_string/1` on each command. > > ## v0.10.1 > > ### Bug fixes and improvements > > * Improve password checking in Redis URIs. > * Fix a bug when naming Redix connections with something other than a local name. > > ## v0.10.0 > > ### Bug fixes and improvements > > * Add support for [Telemetry](https://github.com/beam-telemetry/telemetry) and publish the following events: `[:redix, :pipeline]`, `[:redix, :pipeline, :error]`, `[:redix, :disconnection]`, `[:redix, :reconnection]`, `[:redix, failed_connection]`. > * Deprecate the `:log` option in `Redix.start_link/1` and `Redix.PubSub.start_link/1` in favour of Telemetry events and a default log handler that can be activated with `Redix.Telemetry.attach_default_handler/0`. See the documentation for [`Redix.Telemetry`](https://hexdocs.pm/redix/0.10.0/Redix.Telemetry.html). This is a hard deprecation that shows a warning. Support for the `:log` option will be removed in the next version. > * Fix a few minor bugs in `Redix.PubSub`. > > ## v0.9.3 > > ### Bug fixes and improvements > > * Fix a bug related to quickly reconnecting PIDs in `Redix.PubSub`. > * Improve error messages here and there. > > ## v0.9.2 > > ### Bug fixes and improvements > > * Add support for URLs with the `rediss` scheme. > * Fix a bug where we used the wrong logging level in some places. > > ## v0.9.1 > > ### Bug fixes and improvements > > * Fix a bad return type from a `gen_statem` callback ([#120](https://github-redirect.dependabot.com/whatyouhide/redix/issues/120)). > * Improve logging for Redis Sentinel. > > ## v0.9.0 > > ### Breaking changes > > * Bring `Redix.PubSub` into Redix. Pub/Sub functionality lived in a separate library, [redix_pubsub](https://github.com/whatyouhide/redix_pubsub). Now, that functionality has been moved into Redix. This means that if you use redix_pubsub and upgrade your Redix version to 0.9, you will use the redix_pubsub version of `Redix.PubSub`. If you also upgrade your redix_pubsub version, redix_pubsub will warn and avoid compiling `Redix.PubSub` so you can use the latest version in Redix. In general, if you upgrade Redix to 0.9 or later just drop the redix_pubsub dependency and make sure your application works with the latest `Redix.PubSub` API (the message format changed slightly in recent versions). > > * Add support for Redis Sentinel. > > * Don't raise `Redix.Error` errors on non-bang variants of functions. This means that for example `Redix.command/3` won't raise a `Redix.Error` exception in case of Redis errors (like wront typing) and will return that error instead. In general, if you're pattern matching on `{:error, _}` to handle **connection errors** (for example, to retry after a while), now specifically match on `{:error, %Redix.ConnectionError{}}`. If you want to handle all possible errors the same way, keep matching on `{:error, _}`. > ... (truncated)
Commits - [`159012c`](https://github.com/whatyouhide/redix/commit/159012c6e43373aea5de273d59dcb427925e0de4) Release v0.10.2 - [`a6c1157`](https://github.com/whatyouhide/redix/commit/a6c1157529aab8eea8b400ca31e9d8454d26da82) Fix the t:Redix.command/0 type - [`ef77eba`](https://github.com/whatyouhide/redix/commit/ef77eba6f3e6ce36dc48113600a3b7910eea8d99) Ignore the user in Redis URIs - [`70b5e04`](https://github.com/whatyouhide/redix/commit/70b5e047899da212416fc8904c1967b44d283e3f) Release v0.10.1 - [`435247d`](https://github.com/whatyouhide/redix/commit/435247d755c883a1d8b3d8310f24dbed588ccfb3) Fix a possible bug in Redix.Connection.pipeline/3 - [`333f5af`](https://github.com/whatyouhide/redix/commit/333f5af13c9709201338627f06680bd31fc5f2d5) Improve password checking in Redis URIs - [`b401534`](https://github.com/whatyouhide/redix/commit/b4015347880731a3b36559c0ee7e4a909a0eb842) Fix a typo in the docs - [`428f505`](https://github.com/whatyouhide/redix/commit/428f5050c28773bd2c1fa7021f7b7756de529eb8) Release v0.10.0 - [`65500aa`](https://github.com/whatyouhide/redix/commit/65500aaad3fba14569978c4092b4b6614387012c) Update ex_doc - [`a246321`](https://github.com/whatyouhide/redix/commit/a246321246638440258f764f48eb7d069ecd6a9a) Add connection to Telemetry metadata - Additional commits viewable in [compare view](https://github.com/whatyouhide/redix/compare/v0.4.0...v0.10.2)


Dependabot compatibility score

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 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.

Dependabot has been acquired by GitHub  🎉

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 85.882% when pulling 902e6f49ec88c84efcd0a9f00c94aba959fe0c87 on dependabot/hex/redix-0.10.2 into 9e47410c0f169a95fca5913337f6719869ec6b42 on master.

dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.