Releases: Vaskivskyi/asusrouter
1.1.0b1
📑 Release note | ☕️ Support the development | 📖 Documentation | ⭐️ Star AsusRouter | ⭐️ Home Assistant Integration
🐛 Bug fixes
- Fixed missing values for OpenVPN client
- Fixed unsafe dict pop
1.1.0b0
📑 Release note 1.1.0b0 | ☕️ Support the development | 📖 Documentation | ⭐️ Star AsusRouter | ⭐️ Home Assistant Integration
🚀 Features
- Added support for VPN Fusion (stock
388+
) - Added support for OpenVPN (stock
388+
) - Added support for WireGuard (stock and merlin
388+
) - Improved HA converters (+ new
convert_to_ha_data
for proper flattening data) - Added start-up calculated values as
None
(CPU) - Added data drop for cases of the same data on multiple endpoints
- Added
dump
tools for logging and dumping replies of the device - Small improvements over the code
- Improved logging on connection failure
- Added Dual WAN support
- Added WAN Aggregation support
🐛 Bug fixes
- Blocked request attempts on closed session
1.0.5 🕐 Error loop fix
📑 Release note | ☕️ Support the development | 📖 Documentation | ⭐️ Star AsusRouter | ⭐️ Home Assistant Integration
🐛 Bug fixes
- Fixed an infinite loop with authorization error
1.0.4 🐛 More legacy bugfixes
📑 Release note 1.0.4 | ☕️ Support the development | 📖 Documentation | ⭐️ Star AsusRouter | ⭐️ Home Assistant Integration
🐛 Bug fixes
- Fixed bug with 5 GHz clients for older devices
1.0.3 🐛 `380` - `384` bugfixes
📑 Release note 1.0.3 | ☕️ Support the development | 📖 Documentation | ⭐️ Star AsusRouter | ⭐️ Home Assistant Integration
🐛 Bug fixes
- Fixed issue for
380
-384
FW versions
🐣 GitHub
- Updated build and release workflow
1.0.2 🚀 Better features for older devices
📑 Release note 1.0.2 | ☕️ Support the development | 📖 Documentation | ⭐️ Star AsusRouter | ⭐️ Home Assistant Integration
🚀 Features
- Add parsing for legacy
Update Clients
endpoint (#332) @Vaskivskyi - Read temperature data safely (#331) @Vaskivskyi
1.0.1 🐛 Bugfix / FW 380
Changes
📑 Release note 1.0.1 | ☕ Support the development | 📖 Documentation | ⭐ Star AsusRouter | ⭐ Home Assistant Integration
🐞 Fixes
- Fix bug with old 380 FW due to a part of legacy code (#329) @Vaskivskyi
1.0.0 🔨 New core
Changes
📑 Release note 1.0.0 | ☕ Support the development | 📖 Documentation | ⭐ Star AsusRouter | ⭐ Home Assistant Integration
💥 Breaking Changes
- Switch to the new core (#311) @Vaskivskyi
- Require python 3.10+ (#304) @Vaskivskyi
🚀 Features
- Use proper timeout when login blocked (#325) @Vaskivskyi
- Ignore UnicodeDecodeError on reading content (#323) @Vaskivskyi
- Add network speed values on first empty run (#321) @Vaskivskyi
- Recover USB WAN data when interface is off (#320) @Vaskivskyi
- Improve clients monitoring (#319) @Vaskivskyi
- Improve FW processing for different generations (#300) @Vaskivskyi
- Add error codes 9, 10 and 11 reported by device (#288) @Vaskivskyi
🐞 Fixes
- Handle Unicode error in JSON (#317) @Vaskivskyi
- Improve JSON parsing (#315) @Vaskivskyi
🐎 Performance
- Switch to the new core (#311) @Vaskivskyi
- Improve data processing (#303) @Vaskivskyi
- Optimize
asusrouter
module (#301) @Vaskivskyi
📚 Documentation
- Add
RT-AX88U
/388.24198
support (#328) @Vaskivskyi - Update supported list (#326) @Vaskivskyi
- Add
TUF-AX3000 V2
to the supported (#314) @Vaskivskyi - Update device list (#313) @Vaskivskyi
- Update supported devices (#287) @Vaskivskyi
🔨 Refactoring
- Separate data transform module (#322) @Vaskivskyi
- Switch to the new core (#311) @Vaskivskyi
- Improve data processing (#303) @Vaskivskyi
- Optimize
asusrouter
module (#301) @Vaskivskyi - Refactor
connection
module (#299) @Vaskivskyi
📦 Dependencies
- Bump actions/checkout from 4.1.0 to 4.1.1 (#309) @dependabot
- Bump actions/setup-python from 4.7.0 to 4.7.1 (#307) @dependabot
- Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 (#308) @dependabot
- Bump actions/checkout from 4.0.0 to 4.1.0 (#306) @dependabot
- Bump actions/checkout from 3.6.0 to 4.0.0 (#305) @dependabot
- Bump actions/checkout from 3.5.3 to 3.6.0 (#302) @dependabot
- Require python 3.10+ (#304) @Vaskivskyi
- Bump actions/setup-python from 4.6.1 to 4.7.0 (#298) @dependabot
- Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 (#297) @dependabot
- Bump actions/checkout from 3.5.2 to 3.5.3 (#295) @dependabot
- Bump actions/setup-python from 4.6.0 to 4.6.1 (#294) @dependabot
- Bump actions/checkout from 3.5.0 to 3.5.2 (#291) @dependabot
- Bump actions/setup-python from 4.5.0 to 4.6.0 (#292) @dependabot
- Bump actions/checkout from 3.4.0 to 3.5.0 (#290) @dependabot
- Bump actions/checkout from 3.3.0 to 3.4.0 (#289) @dependabot
1.0.0b3 🔨
Changes
🚀 Features
- Ignore UnicodeDecodeError on reading content (#323) @Vaskivskyi
- Add network speed values on first empty run (#321) @Vaskivskyi
- Recover USB WAN data when interface is off (#320) @Vaskivskyi
- Improve clients monitoring (#319) @Vaskivskyi
🔨 Refactoring
- Separate data transform module (#322) @Vaskivskyi