Skip to content

1.3.0 [2026-09-04]

Latest

Choose a tag to compare

@pandafy pandafy released this 04 Sep 21:51
· 2 commits to master since this release
1.3.0

Features

Changes

Backward-incompatible changes

Other changes

  • Improved RADIUS session date and time display by using the server timezone consistently with the Django admin.
  • Removed the obsolete upgrade_from_django_freeradiusmanagement command.
  • Replaced the third-party jsonfield package with Django's built-in JSONField for RADIUS batch credentials and SMS metadata.

Dependencies

  • Bumped dj-rest-auth from >=6.0,<7.2 to >=6.0,<7.3.
  • Bumped django-redis from ~=6.0.0 to ~=7.0.0.
  • Bumped weasyprint from >=65,<68 to >=65,<70.
  • Bumped openwisp-notifications to ~=1.3.0.
  • Bumped openwisp-users to ~=1.3.0.
  • Bumped openwisp-utils[rest,celery] to ~=1.3.0.
  • Replaced Exscript with telnetlib3.
  • Dropped support for Django 4.2.
  • Dropped support for Python 3.9.

Bugfixes