Skip to content

1.1.0 [2024-11-22]

Latest
Compare
Choose a tag to compare
@pandafy pandafy released this 22 Nov 21:22
· 5 commits to master since this release
1.1.0
1e72441

Features

  • Allowed specifying options for upgrade operations.
  • Added REST API endpoints for DeviceFirmware and UpgradeOperation.
  • Added autocomplete support for filters in the admin interface.
  • Added support for device deactivation: prevent changing DeviceFirmwareImage of deactivated device.
  • Added following firmwares to the default firmware image map:
    • COMFAST CF-E375AC
    • Dongwon T&I DW02-412H (128M) / KT GiGA WiFi home (128M)
    • Edgecore EAP102
    • GL.iNet GL-AR300M (NAND)
    • Generic x86/32 bit
    • Generic x86/64 (QEMU/KVM)
    • MikroTik wAP ac
    • TP-Link EAP225-Outdoor v3
    • Ubiquiti UniFi (OpenWrt 19.07 and later)
    • Ubiquiti UniFi AC LR (OpenWrt 19.07 and later)
    • Ubiquiti UniFi AP Pro (OpenWrt 19.07 and earlier)
    • Ubiquiti UniFi AP Pro (OpenWrt 19.07 and later)
    • VMware, Inc. VMware Virtual Platform
    • YunCore AX820
    • YunCore G720
    • Zbtlink ZBT-WE1026-5G (16M)
    • Zbtlink ZBT-WE826 (16M)
    • Zbtlink ZBT-WE826 (32M)
    • Zbtlink ZBT-WG3526 (16M)
    • Zbtlink ZBT-WG3526 (32M)

Changes

  • Try all available DeviceConnection for performing upgrades.
  • Allow longer firmware filenames upto 255 characters.

Dependencies

  • Bumped openwisp-controller~=1.1.0.
  • Bumped django-private-storage~=3.1.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