Skip to content

Commit

Permalink
bump version to 2022.05.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed May 26, 2022
1 parent f76c40b commit 1346671
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
Changelog
=========

.. _v2022.05.2:

2022.05.2
---------

Released on May 26, 2022

Enhancements
^^^^^^^^^^^^
- Add a lock to ``distributed.profile`` for better concurrency control (:pr:`6421`) `Hendrik Makait`_
- Send ``SIGKILL`` after ``SIGTERM`` when passing 95% memory (:pr:`6419`) `crusaderky`_

Bug Fixes
^^^^^^^^^
- Log rather than raise exceptions in ``preload.teardown()`` (:pr:`6458`) `Matthew Rocklin`_
- Handle failing ``plugin.close()`` calls during scheduler shutdown (:pr:`6450`) `Matthew Rocklin`_
- Fix slicing bug in ``ensure_memoryview`` (:pr:`6449`) `jakirkham`_
- Generalize UCX errors on ``connect()`` and correct pytest fixtures (:pr:`6434`) `Peter Andreas Entschev`_
- Run cluster widget periodic callbacks on the correct event loop (:pr:`6444`) `Thomas Grainger`_

Maintenance
^^^^^^^^^^^
- Disable ``pytest-asyncio`` if installed (:pr:`6436`) `Jacob Tomlinson`_
- Close client in sync test_actor tests (:pr:`6459`) `Thomas Grainger`_
- Ignore ``ServerSession.with_document_locked unawaited`` (:pr:`6447`) `Thomas Grainger`_
- Remove ``coverage`` pin from Python 3.10 environment (:pr:`6439`) `Thomas Grainger`_
- Annotate ``remove_worker`` (:pr:`6441`) `crusaderky`_
- Update gpuCI ``RAPIDS_VER`` to ``22.08`` (:pr:`6428`)


.. _v2022.05.1:

2022.05.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click >= 6.6
cloudpickle >= 1.5.0
dask == 2022.05.1
dask == 2022.05.2
jinja2
locket >= 1.0.0
msgpack >= 0.6.0
Expand Down

0 comments on commit 1346671

Please sign in to comment.