Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Bump aioredis from 1.2.0 to 1.3.0 #7

Merged
merged 1 commit into from Oct 8, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 26, 2019

Bumps aioredis from 1.2.0 to 1.3.0.

Changelog

Sourced from aioredis's changelog.

1.3.0 (2019-09-24)
^^^^^^^^^^^^^^^^^^
Features


- Added ``xdel`` and ``xtrim`` method which missed in ``commands/streams.py`` & also added unit test code for them
  (see `[#438](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/438) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/438>`_);
- Add ``count`` argument to ``spop`` command
  (see `[#485](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/485) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/485>`_);
- Add support for ``zpopmax`` and ``zpopmin`` redis commands
  (see `[#550](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/550) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/550>`_);
- Add ``towncrier``: change notes are now stored in ``CHANGES.txt``
  (see `[#576](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/576) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/576>`_);
- Type hints for the library
  (see `[#584](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/584) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/584>`_);
- A few additions to the sorted set commands:

  - the blocking pop commands: ``BZPOPMAX`` and ``BZPOPMIN``

  - the ``CH`` and ``INCR`` options of the ``ZADD`` command

  (see `[#618](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/618) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/618>`_);
- Added ``no_ack`` parameter to ``xread_group`` streams method in ``commands/streams.py``
  (see `[#625](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/625) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/625>`_);

Bugfixes
  • Fix for sensitive logging
    (see [#459](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/459) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/459>_);
  • Fix slow memory leak in wait_closed implementation
    (see [#498](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/498) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/498>_);
  • Fix handling of instances were Redis returns null fields for a stream message
    (see [#605](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/605) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/605>_);

Improved Documentation


- Rewrite "Getting started" documentation.
  (see `[#641](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/641) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/641>`_);

Misc
~~~~

- `[#585](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/585) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/585>`_,
  `[#611](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/611) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/611>`_,
  `[#612](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/612) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/612>`_,
  `[#619](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/619) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/619>`_,
  `[#620](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/620) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/620>`_,
  `[#642](https://github-redirect.dependabot.com/aio-libs/aioredis/issues/642) <https://github-redirect.dependabot.com/aio-libs/aioredis/issues/642>`_;
</tr></table> ... (truncated)
Commits
  • bac9b42 Fix spelling and code samples in changes.txt
  • 9750d68 Bump version: v1.3
  • d7d132e update examples
  • f718723 Fix example
  • a9cb4cd one more change note
  • 2094aa4 Merge pull request #536 from gyermolenko/update_gettings_started_docs
  • fdd541e Merge branch 'master' into update_gettings_started_docs
  • 120fff7 now only logging the address and not the password or other sensitive details
  • 13ba99a Merge pull request #625 from unintended/add_noack_to_xread_group
  • b5de21c small amendment in .travis-ci.yml
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @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:

  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 26, 2019
Bumps [aioredis](https://github.com/aio-libs/aioredis) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/aio-libs/aioredis/releases)
- [Changelog](https://github.com/aio-libs/aioredis/blob/master/CHANGES.txt)
- [Commits](aio-libs-abandoned/aioredis-py@v1.2.0...v1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@zvyn zvyn merged commit 5e3cac1 into master Oct 8, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/aioredis-1.3.0 branch October 8, 2019 12:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

None yet

1 participant