Skip to content

1.2.0 [2025-10-24]

Latest

Choose a tag to compare

@pandafy pandafy released this 24 Oct 13:32
· 1 commit to master since this release
1.2.0

Features

  • Added device recognition mechanism #165
  • Allowed system-wide shared category #204

Changes

Other changes

  • Improved REST API for downloading firmware images #69.

    • Updated FirmwareImageSerializer to return the API download URL instead of the private storage URL.
    • Added permission check on the private storage view to ensure users have view permission on FirmwareImage objects.
    • Adjusted FirmwareImageDownloadView to avoid duplicate permission checks.

Dependencies

  • Bumped openwisp-controller~=1.2.0.
  • Added support for Django 5.x.
  • Added support for Python 3.11, 3.12, and 3.13.
  • Dropped support for Django 3.2 and 4.1.
  • Dropped support for Python 3.8.

Bugfixes

  • Ensured firmware image files get always deleted from filesystem #301.

Work in progress.