Releases: WhiteAssassins/AE-NetScope
Releases · WhiteAssassins/AE-NetScope
v0.1.2-alpha - 2026-06-15
v0.1.2-alpha - 2026-06-15
Added
- Source-available proprietary license alignment across public project documentation.
- Import preview for JSON inventory backups before replacing current data.
- Stronger backup validation for duplicate records and broken VLAN, network, interface, device, IP, and service references.
- Automatic pre-restore backup returned by the API and downloaded from the web UI.
- Production hardening with security headers, production-secure cookies, HSTS controls, and import size limits.
- Dedicated update page with installed version, latest GitHub release, status, release link, and upgrade checklist.
- Alembic migration tests for single-head history and clean upgrade to
head. - README production guidance for backup/restore policy and SQLite local to PostgreSQL production migration.
Status
- Early public preview.
- Potentially usable for controlled testing with non-sensitive data.
- Not production ready.
- Intended for homelab, review, and limited trial environments.
AE NetScope v0.1.1-alpha
AE NetScope v0.1.1-alpha
Maintenance alpha release of AE NetScope.
Early public preview, not production ready.
This release updates the first public alpha with clearer project versioning, a system health view, and account email management.
Highlights
- Added a system status page for API, database, Redis, environment, release channel, and last health check.
- Added detailed health endpoint:
/api/health/status. - Added internal project version display and GitHub release update checks.
- Added account email change from Settings with current-password confirmation.
- Updated public release notes, changelog, and release checklist.
- Verified the full local test stack before publishing.
Verification
The full local test command passed:
- Secret scan
- Tracked local/generated file check
- Dependency audits
- API lint
- API tests: 33 passed
- Frontend lint
- Frontend tests: 42 passed
- Production build
Known limitations
- Not production ready.
- Network scanning/discovery is not enabled yet.
- PostgreSQL and Redis production paths are prepared, but broader production hardening is still ongoing.
- Use only with non-sensitive demo, homelab, or test data.
AE NetScope v0.1.0-alpha
AE NetScope v0.1.0-alpha is the first public alpha release.
Important
This is an Early public preview, not production ready.
Do not use this release with sensitive production network data. APIs, database schema, permission boundaries, security controls, deployment guidance, and UI behavior may change before v1.0.
Highlights
- LAN inventory dashboard for devices, IPs/MACs, subnets, VLANs, services, hardware details, and technical notes.
- Real login with session cookies, CSRF protection, Argon2id password hashing, roles, permissions, first-admin setup, and forced password change support.
- Admin user management with role changes, activation state, password reset, session review, and session revocation.
- Audit/history views for operational changes.
- Inventory backup/export and restore flows.
- Health checks and Redis-backed login rate limiting.
- CI checks for API lint/tests, frontend lint/tests/build, coverage reports, dependency audits, secret scanning, and forbidden tracked local files.
Known Limitations
- This alpha is not production ready.
- Network scanning/discovery is not enabled yet.
- PostgreSQL and Redis production paths are prepared, but broader production hardening is still ongoing.
- Some workflows are intentionally conservative while the data model stabilizes.
Recommended Use
- Homelab testing.
- UI and workflow feedback.
- Reviewing project structure, security model, and contribution flow.
- Non-sensitive demo or sample data only.
Verification
Before publishing this release, the following checks passed:
- Secret scan.
- Tracked local/generated file check.
- Web and API dependency audits.
- API lint and tests.
- Frontend lint, tests, and production build.