Skip to content

Commit

Permalink
[docs] Added changelog for 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Dec 5, 2022
1 parent 7e5c325 commit a9148d2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,39 @@
Change log
==========

Version 1.0.2 [2022-12-05]
--------------------------

Bugfixes
~~~~~~~~

- Made private storage backend configurable
- Updated API views to use ``filterset_class`` instead of ``filter_class``
(required by ``django-filter==22.1``)
- Fixed organization cache bug in SAML ACS view: A forceful update of
the user's organization cache is done before performing post-login
operations to avoid issues occurring due to outdated cache.
- Added missing Furlan translation for sesame link validity
- Use storage backend method for deleting ``RadiusBatch.csvfile``:
The previous implementation used the "os" module for deleting resisdual
csv files. This causes issues when the project uses a file storage backend
other than based on file system.
- Added error handling in RadiusBatch admin change view: Accessing admin change
view of a non-existent RadiusBatch object resulted in Server Error 500
because the ``DoesNotExist`` conditioned was not handled.
- Load image using ``static()`` in RegisteredUserInline.get_is_verified
- Use ``path`` URL kwarg in "serve_private_file" URL pattern
- Honor DISPOSABLE_RADIUS_USER_TOKEN in accounting stop API view:
The accounting stop REST API operation was not taking into
account the OPENWISP_RADIUS_DISPOSABLE_RADIUS_USER_TOKEN
setting when disabling the auth capability of the radius token.

Version 1.0.1 [2022-05-10]
--------------------------

Bugfixes
~~~~~~~~

- Fixed a bug in the organization radius settings form which was causing it
to not display some default values correctly
- Fixed a bug in allowed mobile prefix implementation:
Expand Down

0 comments on commit a9148d2

Please sign in to comment.