FlyEnv v4.18.0 Update Release Notes
🚀 New Features
1. Added Neo4j Support
FlyEnv now includes a dedicated Neo4j module for installing and managing local Neo4j graph database servers.
This integration provides:
- Version Management: Download and manage Neo4j versions directly from FlyEnv
- Java Compatibility: Select and persist a compatible Java runtime for each installed Neo4j version
- Service Controls: Start and stop Neo4j instances through the standard FlyEnv service workflow
- Configuration and Logs: Edit the Neo4j configuration and inspect service startup and runtime logs
- Neo4j Browser Access: Open the local Neo4j Browser for a running instance
2. Added PostgreSQL pgAdmin 4 Panel
PostgreSQL now includes a built-in pgAdmin 4 web management panel. When PostgreSQL is running, open the panel from the service toolbar to manage the active local database in a browser.
FlyEnv installs pgAdmin 4 on demand with the selected Python runtime, keeps its data and logs in the PostgreSQL workspace, registers the active FlyEnv PostgreSQL server, and stops the companion process together with PostgreSQL.
3. Added MongoDB DbGate Panel
MongoDB now provides an on-demand DbGate web management panel for working with local MongoDB databases. FlyEnv installs the DbGate runtime with the selected Node.js version, stores its workspace under FlyEnv data, protects the local panel with generated credentials, reuses healthy instances, and stops DbGate with MongoDB.
4. Added Redis Commander Panel
Redis now includes an on-demand Redis Commander web management panel. FlyEnv installs it with the selected Node.js runtime, connects it to the running Redis instance, opens an authenticated local URL, reuses healthy instances, and cleans up the companion process when Redis stops.
🛠️ Improvements & Bug Fixes
5. Fixed Site QR Code URLs
Site QR codes now encode the complete site URL, including the http:// or https:// protocol and any configured port. Scanning a code from the Hosts or Tomcat site list now opens the site as a link instead of treating the hostname as plain text.
📦 Build & Transparency
All FlyEnv installation packages are built using GitHub Actions. You can verify the build process and download the artifacts directly from the following links:
- Global Build History: GitHub Actions
We welcome your continued feedback and bug reports via GitHub Issues
Enjoy the update!