Skip to content

v4.18.0: Neo4j Module & pgAdmin 4, dbGate, Redis Commander

Latest

Choose a tag to compare

@xpf0000 xpf0000 released this 08 Aug 03:14
· 12 commits to master since this release

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

Issue #719

image image

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.

Issue #680

image image

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.

image image

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.

image image

🛠️ 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.

Issue #815


📦 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:


We welcome your continued feedback and bug reports via GitHub Issues

Enjoy the update!