Skip to content

Commit

Permalink
Bump version v2.2.3+dev -> v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Mar 18, 2021
1 parent 78eb978 commit 0a8cda0
Show file tree
Hide file tree
Showing 19 changed files with 52 additions and 13 deletions.
51 changes: 51 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,57 @@ History
.. towncrier release notes start
Parsec v2.2.4 (2021-03-18)
--------------------------

Features
~~~~~~~~

* Made password validation stronger in the GUI (`#1601
<https://github.com/Scille/parsec-cloud/issues/1601>`__)
* Added MacOS Big Sur compatibility (`#1640 <https://github.com/Scille/parsec-
cloud/issues/1640>`__)

Bugfixes
~~~~~~~~

* Fix server event dispatching when a PostgreSQL database connection terminates
unexpectedly. (`#1634 <https://github.com/Scille/parsec-
cloud/issues/1634>`__)
* Fix unhandled exception in GUI when offline and workspace author UserInfo is
not in cache. Fix view on inconstent files in GUI. (`#1641
<https://github.com/Scille/parsec-cloud/issues/1641>`__)
* Fixed a mountpoint issue in MacOS that could cause errors during login or
unmounting a workspace. (`#1644 <https://github.com/Scille/parsec-
cloud/issues/1644>`__)
* Fixed style issues on dark mode MacOS (`#1646
<https://github.com/Scille/parsec-cloud/issues/1646>`__)
* Fix issue where workspace preview does not update when changes are made while
on maintenance. (`#1658 <https://github.com/Scille/parsec-
cloud/issues/1658>`__)

Deprecations and Removals
~~~~~~~~~~~~~~~~~~~~~~~~~

* Remove massively unused `--log-filter` option from `core gui` and `backend
run` commands. (`#1639 <https://github.com/Scille/parsec-
cloud/issues/1639>`__)

Client/Backend API evolutions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Bump api version to 1.3; Add the number of workspaces in the organization
stats (`#1655 <https://github.com/Scille/parsec-cloud/issues/1655>`__)

Miscellaneous internal changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Fix backend server infinite wait on HTTP-invalid incoming request. (`#1611
<https://github.com/Scille/parsec-cloud/issues/1611>`__)
* Disable logging to file by default when running the GUI client. (`#1638
<https://github.com/Scille/parsec-cloud/issues/1638>`__)


Parsec v2.2.3 (2021-01-29)
--------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/1601.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1611.misc.rst

This file was deleted.

Empty file removed newsfragments/1631.empty.rst
Empty file.
Empty file removed newsfragments/1633.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1634.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1638.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1639.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1640.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/1641.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1644.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1646.bugfix.rst

This file was deleted.

Empty file removed newsfragments/1647.empty.rst
Empty file.
Empty file removed newsfragments/1649.empty.rst
Empty file.
1 change: 0 additions & 1 deletion newsfragments/1655.api.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/1658.bugfix.rst

This file was deleted.

Empty file removed newsfragments/1660.empty.rst
Empty file.
Empty file removed newsfragments/1661.empty.rst
Empty file.
2 changes: 1 addition & 1 deletion parsec/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# This file is imported from __init__.py and exec'd from setup.py

__version__ = "v2.2.3+dev"
__version__ = "v2.2.4"

0 comments on commit 0a8cda0

Please sign in to comment.