Skip to content

Releases: openwisp/openwisp-utils

1.1.1 [2024-11-20]

20 Nov 13:38
1.1.1
Compare
Choose a tag to compare
  • [fix:ui] Added CSS for djang-allauth forms submit button.
  • [fix:docs] Updated links to django documentation and other minor improvements to the docuemntation.

1.1.0 [2024-08-16]

16 Aug 19:18
1.1.0
fd8ec5b
Compare
Choose a tag to compare

Features

Changes

  • Allowed passing extra arguments to the Django send_email function, providing more flexibility in email handling.
  • Replaced the ReStructuredText check with docstrfmt, improving documentation formatting and validation.

Dependencies:

  • Bumped django-model-utils~=4.3.1
  • Bumped djangorestframework>=3.14,<3.15.2
  • Bumped django-filter~=23.2
  • Bumped drf-yasg~=1.21.7
  • Bumped celery~=5.3.0
  • Bumped black~=23.12.1
  • Bumped flake8~=7.1.0
  • Bumped isort~=5.13.2
  • Bumped coveralls~=4.0.1
  • Bumped selenium>=4.10,<4.24
  • Added django-admin-autocomplete-filter~=0.7.1, urllib3>=2.0.0,<3.0.0, tblib~=3.0.0, selenium>=4.10,<4.24, and docstrfmt~=1.8.0.
  • Added support for Django 4.1.x and 4.2.x
  • Added support for Python 3.10
  • Dropped support for Python 3.7
  • Dropped support for Django 3.0.x and 3.1.x

Bugfixes

  • Fixed the alert icon URL in the HelpTextStackedInline template

1.0.5 [2023-11-24]

24 Nov 18:33
1.0.5
Compare
Choose a tag to compare

Security

  • (Medium risk) The labels displayed in the dashboard pie charts were
    not being escaped and hence the code was vulnerable to XSS attempts.

1.0.4 [2022-10-07]

07 Oct 11:49
dbbb4ba
Compare
Choose a tag to compare

Bugfixes

  • Fixed importlib-metadata dependency, pinned it to <5.0. The
    newer versions of importlib-metadata breaks openwisp-utils on
    Python 3.7.

1.0.3 [2022-08-03]

03 Aug 11:50
Compare
Choose a tag to compare

Bugfixes

  • Fixed django-fitler dependency, pinned it to ~=21.1.
    Earlier, it was installing the latest version of django-filter.

1.0.2 [2022-07-01]

01 Jul 14:36
1.0.2
Compare
Choose a tag to compare

Bugfixes

1.0.1 [2022-04-07]

07 Apr 19:47
1.0.1
Compare
Choose a tag to compare
  • Fixed ImportError in click dependency of black (updated black dependency to black~=22.3.0)
  • Fixed target link of pie charts which use group by queries

1.0.0 [2022-02-18]

18 Feb 18:42
1.0.0
c5558fc
Compare
Choose a tag to compare

Features

Changes

Bugfixes

Dependencies

  • Bumped django-model-utils~=4.2.0
  • Bumped black<=21.10b0
  • Bumped djangorestframework~=3.13.0
  • Added swapper~=1.3.0, django-compress-staticfiles~=1.0.1b and
    celery~=5.2.3
  • Added support for Django 3.2.x and 4.0.x
  • Added support for Python 3.9

0.7.5 [2021-06-01]

01 Jun 17:51
0.7.5
e189363
Compare
Choose a tag to compare
  • [fix] Added workaround for minification of browsable API view. Django-pipeline strips spaces from pre-formatted text on minifying HTML which destroys the representation of data on browsable API views. Added a workaround to restore presentation to original form using CSS.

0.7.4 [2021-04-08]

08 Apr 16:56
0.7.4
4e419be
Compare
Choose a tag to compare
  • [fix] Fixed commit check for co-authored commits