HeroicEric / opencast-api

4 stars 0 forks source link

Bump redix from 0.4.0 to 0.9.3 #40

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps redix from 0.4.0 to 0.9.3.

Changelog *Sourced from [redix's changelog](https://github.com/whatyouhide/redix/blob/master/CHANGELOG.md).* > ## 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, _}`. > > ### Bug fixes and improvements > > * Fix a bug that wouldn't let you use Redis URIs without host or port. > * Don't ignore the `:timeout` option when connecting to Redis. > > ## v0.8.2 > > ### Bug fixes and improvements > > * Fix an error when setting up SSL buffers ([#106](https://github-redirect.dependabot.com/whatyouhide/redix/issues/106)). > > ## v0.8.1 > > ### Bug fixes and improvements > > * Re-introduce `start_link/2` with two lists of options, but deprecate it. It will be removed in the next Redix version. > > ## v0.8.0 > > ... (truncated)
Commits - [`df5df30`](https://github.com/whatyouhide/redix/commit/df5df30af0ae0926e129f11e599051e6bf7bf550) Release v0.9.3 - [`7fa5461`](https://github.com/whatyouhide/redix/commit/7fa54612414a13e2cd3dd37da3dbe000d94b20e4) Fix a bug when resubscribing pids before unsubscription confirmation - [`3c8bfc0`](https://github.com/whatyouhide/redix/commit/3c8bfc03b0b647aaee7a07775ba98bff0769c632) Handle the :ssl_closed message on Redix.ConnectionError exceptions - [`c04edbe`](https://github.com/whatyouhide/redix/commit/c04edbe380953c25251b99f3837b2671996e7377) Fix one more test on CI - [`fd4e650`](https://github.com/whatyouhide/redix/commit/fd4e650ce8074c01af5563a18076623022401a03) Fix failures that would only pop up on CI - [`c46357b`](https://github.com/whatyouhide/redix/commit/c46357b9c00e660834628e0f5e24a7f2e1149c7a) Update versions of Elixir and Erlang on CI - [`0105b4a`](https://github.com/whatyouhide/redix/commit/0105b4af50e417604b234c8b9b2a7decf7b5506c) Mention caveats of name-based pools in the "Read-world usage" page - [`28eb40c`](https://github.com/whatyouhide/redix/commit/28eb40c1f402bef81eb04d64ec33059521cf99a5) Improve error message on non-integer database in Redis URIs - [`15b2677`](https://github.com/whatyouhide/redix/commit/15b2677df1c0ab29b958a1faeb5facabc83e0a82) Release v0.9.2 - [`f14029e`](https://github.com/whatyouhide/redix/commit/f14029e80112b5c7329e1598eea819ae13a2e96e) Use the :disconnected log instead of :failed_connection when appropriate - Additional commits viewable in [compare view](https://github.com/whatyouhide/redix/compare/v0.4.0...v0.9.3)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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.
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 82.955% when pulling 41bf4d839b068aac69cbed0a2b8086b8345af247 on dependabot/hex/redix-0.9.3 into 3934e982e697b6c9d837aa016d8189c17218cfbf on master.

dependabot-preview[bot] commented 5 years ago

Superseded by #41.