Skip to content

Commit

Permalink
docs: add release notes for 0.23.1 (#7186)
Browse files Browse the repository at this point in the history
* docs: add release notes for 0.23.1

* Update docs/release-notes.rst

Co-authored-by: Danny Zhu <[email protected]>

* Update docs/release-notes.rst

Co-authored-by: Danny Zhu <[email protected]>

* refmt docs

---------

Co-authored-by: Danny Zhu <[email protected]>
  • Loading branch information
azhou-determined and dzhu authored Jun 21, 2023
1 parent 074daa7 commit 02d04af
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 20 deletions.
22 changes: 22 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@
Version 0.23
**************

Version 0.23.1
==============

**Release Date:** June 21, 2023

**Improvements**

- Errors: Errors that return 404 or 'Not Found' codes now have standardized messaging using the
format "<task/trial/workspace etc.> <ID> not found". In addition, if RBAC is enabled, the error
message includes a suffix to remind users to check their permissions. This is because with RBAC
enabled, permission denied errors and not found errors both return a 'Not Found' response.

**Deprecated Features**

- ``LightningAdapter`` is deprecated and will be removed in a future version. We recommend that
PyTorch Lightning users migrate to the :ref:`Core API <core-getting-started>`.

**Bug Fixes**

- Users: Resolved an issue that was causing an error when attempting to create a new user with a
username that was previously used by a renamed user.

Version 0.23.0
==============

Expand Down
6 changes: 0 additions & 6 deletions docs/release-notes/deprecate-ptl-adapter.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/release-notes/rbac-not-found-errs.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/release-notes/username-cant-make-same-user.rst

This file was deleted.

0 comments on commit 02d04af

Please sign in to comment.