-
-
Notifications
You must be signed in to change notification settings - Fork 291
Closed
Labels
Description
⏭ Upcoming release
⚠ No leading zero in SemVer ⚠
Screenshots 🔺pictures need to be hosted on IMGUR
❗ Known issues:
💔 Breaking changes
Sometimes I have to introduce breaking changes
- Reminder: Due to code refactoring in order to upgrade to this version from a version before
v25.5.24, you have to upgrade tov25.5.24before upgrading to this version). See the upgrades docs for details. - 🆕 Due to language string cleanup you will have to select your
UI_LANGagain and re-save your settings. - 🆕 Due to the format of the
SMTP_PASSsetting changes you will have to re-save your settings .
Warning
⚠️ UPCOMING: The port of the sync nodes for the SYNC plugin will change to the value of theGRAPHQL_PORTsetting. Both ports are currently supported, so please update your configuration to point to the new port in theSYNC_hub_urlandSYNC_nodessettings.⚠️ UPCOMING: If you have implemented external applications using the OLD API endpoints, please migrate to the NEW API endpoints.
🆕New capabilities
ARPSCAN_DURATIONsetting to runARPSCANfor a longer time to try to discover IoT or similar devices Manual scan for new WiFi hardware for 30 seconds #1172- Device name in page titles Per-device page title #1162
UI_DEFAULT_PAGE_SIZEsetting to change the default page size Config setting for change default Show 20 Entries #1181
✨Fixes and Improvements
eventsnotifications enabled on theInternetroot node and using theSYNCplugin led to IP flipping Fake IP change notifications with SYNC plugin enabled on the rootInternetdevice #1207app.logline break fixLOG_LEVELnot respected Logger not respecting LOG_LEVEL #1217- Compound notification filters didn't work Notification Filter not working since todays update #1210
- The Device tile for
All devicesdidn't work properly All Devices tile shows 0 even though all devices do appear in the listing below #1238 SNMPDSCdidn't respect timeout settings SNMPDSC Not Respecting Timeout Setting #1231- Multi-edit preventing error if no devices selected ERROR - DB might be locked - Check F12 Dev tools -> Console or try later. #1219
SMTP_PASSdidn't allow for'quotes in passwords [Email Publisher] SMTP_PASS _ Authentication Issue when the password contains quote(s) #1253
🔝 Current priorities
- High priority: Settings, Workflows and Plugins core improvements
- Low priority: UI (PRs welcome, but follow guidelines)
🐞 Known issues
- See also 🚑 fixes below and the Issues tracker
If you have any debug info/suggestions regarding the above, please open a separate issue, thanks! 🤍
🧪 Anyone wants these features sooner?
Test them by using the dev image!
Please backup everything and create a CSV export of your devices before proceeding if you plan to use your existing DB.
version: "3"
services:
netalertx:
container_name: netalertx
image: "ghcr.io/jokob-sk/netalertx-dev:latest"
network_mode: "host"
restart: always
volumes:
- ${APP_DATA_LOCATION}/local/path/config:/app/config
- ${APP_DATA_LOCATION}/local/path/db:/app/db
- ${LOGS_LOCATION}/:/app/log
environment:
- TZ=Europe/Berlin
- PORT=20211🔔 Get notified what's new
Get notified about a new release, what new functionality you can use, and about breaking changes.
Make sure you refresh your browser cache (usually shift + reload button) - and click the 🔄 refresh button in the top right corner.
Previous releases:
https://github.com/jokob-sk/NetAlertX/releases
Target release frequency:
- Monthly

