Skip to content

Releases: 0xJacky/nginx-ui

v2.1.17

06 Aug 03:54
876213a
Compare
Choose a tag to compare

๐ŸŽ‰ Features

  • Self-check System: Add checks and fixes for conf.d directory existence (30db67385)
  • Notification System: Add error handling component to improve notification stability (3d1751487)
  • Logging System: Add debug logging for process checks in nginx (fb1d82f29)

๐Ÿ› Bug Fixes

  • Nginx Logs: Update log path handling #1292 (fb179f4e7)
  • WebSocket: Replace websocket error handling with helper function for improved connection stability (b69fe050f)

๐Ÿ”„ Refactoring

  • Process Checking: Replace os.FindProcess with gopsutil for cross-platform process existence check #1289 (c5750cdc9)

v2.1.16

03 Aug 14:17
aa785aa
Compare
Choose a tag to compare

๐Ÿš€ New Features

๐Ÿ”” Notification System Enhancements

  • WeCom Support: Added WeCom (Enterprise WeChat) notification channel for sending system notifications to WeCom groups
  • Telegram HTTP Proxy Support: Added HTTP proxy support for Telegram notifications to resolve network access restrictions #1175
  • Notification Test API: Added test message API for notifications to verify configuration correctness #1262

๐Ÿ” Certificate Management Improvements

  • Short-lived Certificate Auto-renewal: Implemented early renewal logic for short-lived certificates to ensure timely updates
  • IP Address Support: Added support for IP addresses in AutoCert options to expand certificate application scope #1208
  • EAB Support: Added External Account Binding (EAB) support for ACME user registration to enhance security #1255
  • Certificate Management Components: Added new components for certificate management and editing, including upload, download, and actions

๐ŸŒ Upstream Server Management

  • Upstream Server Cards: Added upstream server cards display for more intuitive server status viewing
  • Detail Modal: Added detail modal for upstream servers to display comprehensive server information
  • Proxy Target Parsing Enhancement: Support parsing proxy targets from multiple configurations and added gRPC proxy support
  • Upstream Test Types: Added local, remote, and mirror test types for environment groups

๐Ÿ“ฑ PWA Support

  • Progressive Web App: Implemented PWA support (app manifest)] #1250
  • App Icons: Added multiple size app icons to support different device display requirements

๐Ÿ”ง Configuration Management Improvements

  • Config Name Attribute: Added Name attribute support in EditConfig and handleNginxConfigModify functions #1273
  • Path Handling Optimization: Updated path handling logic to improve configuration file compatibility #1278
  • Include Directive Handling: Optimized Include directive processing logic

๐Ÿ› Bug Fixes

๐ŸŒ Network and Connectivity

  • IPv6 Address Handling: Fixed IPv6 address handling in socket formatting
  • WebSocket Route Proxy: Fixed WebSocket route proxy for environments and nginx detail status #1280
  • Performance Data Broadcasting: Fixed issue with checking connected clients before broadcasting performance data #1259

๐Ÿ” Security and Encryption

  • Public Key Retrieval Error: Fixed public key retrieval error in restore functionality #1272
  • Timestamp Check Removal: Refactored crypto module to remove timestamp check in GetPublicKey function #1274, #1275
  • S3 Backup Security: Fixed secure dependency on endpoint URL for S3 backup #1266

๐Ÿ“Š Logging and Monitoring

  • Node Statistics Reporting: Enhanced node statistics reporting with version info and improved message handling

๐Ÿ—‚๏ธ File System

  • Symlink Handling: Enhanced symlink handling in file event handler
  • Cache Optimization: Improved caching mechanism to enhance file system operation performance

๐Ÿ“ˆ Performance Optimizations

  • Optimized upstream server status checking
  • Enhanced DNS credential provider and name filtering options
  • Improved environment group rendering and sync nodes preview functionality
  • Optimized batch upgrader development options

Sponsor

If you find this project helpful, please consider sponsoring us to support ongoing development and maintenance.

GitHub Sponsors
Afdian

Your support helps us:

  • ๐Ÿš€ Accelerate the development of new features
  • ๐Ÿ› Fix bugs and improve stability
  • ๐Ÿ“š Enhance documentation and tutorials
  • ๐ŸŒ Provide better community support
  • ๐Ÿ’ป Maintain infrastructure and demo servers

v2.1.14

21 Jul 02:20
b1fee47
Compare
Choose a tag to compare

โœจ Features

  • Upstream: Added dynamic resolver capability #1241.
  • API: Prevents the public_key endpoint from being cached #1234.
  • Nodes: Implemented retry logic with exponential backoff for node connections #1226.
  • Kernel: Added support for HTTP/2 and HTTP/3 protocols #1172.
  • CI: Updated Winget package manager integration #1195.
  • CI: Updated Homebrew tap formula with release assets and checksums #1138.
  • Auth: Implemented short tokens for user authentication and updated login responses.
  • WebSockets: Added WebSocket support for real-time environment monitoring.
  • Nginx: Added WebSocket support for real-time status monitoring.
  • Users: Added default user initialization.
  • Settings: Added an SbinPath option for Nginx.
  • Environment: Added auto-refresh functionality for the environment list with a configurable interval.

๐Ÿ› Bug Fixes

  • Middleware: Fixed handling of localhost IPv6 addresses in the IP whitelist middleware.
  • Nginx Status: Improved error handling for Nginx status checks.
  • macOS: Fixed virtual filesystem handling #1213.
  • Certificates: Updated certificate revocation logic #1179.
  • Nginx: Fixed a panic that occurred if the sbin path was empty #1178.
  • File Paths: Used filepath.Base instead of path.Base for filename extraction to improve cross-platform compatibility #1196.
  • WebSockets: Handled unexpected WebSocket errors gracefully in the nodeAnalyticRecord function.

โšก๏ธ Performance

  • Search: Limit max memory usage to prevent out of memory #1178 #1240.

Chore

  • Dependencies: Updated all non-major dependencies.
  • Dependencies: Updated lego ACME client to reduce the size of SDK go-acme/lego#2590.
  • CI: Switched from wrangler to aws s3 cli for R2 uploads to prevent 524 Timeout error during upload.
  • Translations: Updated Arabic translations, thanks @mosaati.
  • Translations: Updated Russian translations, thanks @iAHTOH.
  • Docs: Updated documentation.
  • Analytics: Convert disk and memory size by using humanize.IBytes #1222, thanks @rexzzw.

Sponsor

If you find this project helpful, please consider sponsoring us to support ongoing development and maintenance.

GitHub Sponsors
Afdian

Your support helps us:

  • ๐Ÿš€ Accelerate the development of new features
  • ๐Ÿ› Fix bugs and improve stability
  • ๐Ÿ“š Enhance documentation and tutorials
  • ๐ŸŒ Provide better community support
  • ๐Ÿ’ป Maintain infrastructure and demo servers

v2.1.13

20 Jul 15:20
0000298
Compare
Choose a tag to compare

โœจ Features

  • Upstream: Added dynamic resolver capability #1241.
  • API: Prevents the public_key endpoint from being cached #1234.
  • Nodes: Implemented retry logic with exponential backoff for node connections #1226.
  • Kernel: Added support for HTTP/2 and HTTP/3 protocols #1172.
  • CI: Updated Winget package manager integration #1195.
  • CI: Updated Homebrew tap formula with release assets and checksums #1138.
  • Auth: Implemented short tokens for user authentication and updated login responses.
  • WebSockets: Added WebSocket support for real-time environment monitoring.
  • Nginx: Added WebSocket support for real-time status monitoring.
  • Users: Added default user initialization.
  • Settings: Added an SbinPath option for Nginx.
  • Environment: Added auto-refresh functionality for the environment list with a configurable interval.

๐Ÿ› Bug Fixes

  • Middleware: Fixed handling of localhost IPv6 addresses in the IP whitelist middleware.
  • Nginx Status: Improved error handling for Nginx status checks.
  • macOS: Fixed virtual filesystem handling #1213.
  • Certificates: Updated certificate revocation logic #1179.
  • Nginx: Fixed a panic that occurred if the sbin path was empty #1178.
  • File Paths: Used filepath.Base instead of path.Base for filename extraction to improve cross-platform compatibility #1196.
  • WebSockets: Handled unexpected WebSocket errors gracefully in the nodeAnalyticRecord function.

โšก๏ธ Performance

  • Search: Limit max memory usage to prevent out of memory #1178 #1240.

Chore

  • Dependencies: Updated all non-major dependencies.
  • Dependencies: Updated lego ACME client to reduce the size of SDK go-acme/lego#2590.
  • CI: Switched from wrangler to aws s3 cli for R2 uploads to prevent 524 Timeout error during upload.
  • Translations: Updated Arabic translations, thanks @mosaati.
  • Translations: Updated Russian translations, thanks @iAHTOH.
  • Docs: Updated documentation.
  • Analytics: Convert disk and memory size by using humanize.IBytes #1222, thanks @rexzzw.

Sponsor

If you find this project helpful, please consider sponsoring us to support ongoing development and maintenance.

GitHub Sponsors
Afdian

Your support helps us:

  • ๐Ÿš€ Accelerate the development of new features
  • ๐Ÿ› Fix bugs and improve stability
  • ๐Ÿ“š Enhance documentation and tutorials
  • ๐ŸŒ Provide better community support
  • ๐Ÿ’ป Maintain infrastructure and demo servers

v2.1.12

04 Jul 10:08
d6ecf1d
Compare
Choose a tag to compare
  • Published to Homebrew Tap
  • Ready to be published to winget

v2.1.10

04 Jul 00:17
1cb44ab
Compare
Choose a tag to compare

๐Ÿš€ New Features

Authentication Enhancements

  • Default User Initialization: Added automatic default user initialization feature

Configuration Improvements

  • Nginx Sbin Path: Added SbinPath option in settings for better Nginx binary path configuration

๐Ÿ”ง Improvements

Performance Optimizations

  • Reduced Recursion Depth: Optimized file scanning to reduce recursion depth and prevent stack overflow issues (#1178)
  • File Scanning Enhancement: Improved file scanning with recursion protection and absolute path resolution (#1178)
  • Nginx Prefix Caching: Added caching for nginx prefix during log file scanning for better performance

UI/UX Enhancements

  • Memory and Storage Charts: Updated grid layout for memory and storage charts (#1201)

๐Ÿ› Bug Fixes

Critical Fixes

  • Nginx Panic Prevention: Fixed panic when sbin path is empty (#1178)
  • Filename Extraction: Fixed filename extraction by using filepath.Base instead of path.Base (#1196)

Translation Updates

  • Sbin Capitalization: Updated "sbin" to "Sbin" in multiple language files for consistency
  • Translation Updates: Updated various translations across the application

๐Ÿ”„ Refactoring

Event System

  • WebSocket Event Bus: Refactored to use WebSocket event bus instead of Server-Sent Events (SSE) (#1197)

v2.1.9

26 Jun 09:40
fa0d785
Compare
Choose a tag to compare

Bug Fixes

  1. Certificate revocation no longer hangs โ€“ addressed a bug that stalled the revocation workflow (#1179).
  2. Dashboard โ†’ Environments list now loads correctly โ€“ fixed a loading failure that could freeze the /#/dashboard/server page (#1180).
  3. Log-path handling hardened โ€“ refined path-resolution logic to skip circular symbolic links (#1178).

v2.1.8

25 Jun 09:27
e4dd130
Compare
Choose a tag to compare

Bug fixes

Fix some known issues

v2.1.7

24 Jun 14:35
42170f5
Compare
Choose a tag to compare

๐Ÿ› Bug Fixes

i18n

  • Fixed a regression that left several labels in Chinese (notably on the Certificates page) when the UI language was set to English. Text now follows the selected locale after page refresh or direct navigation. ๏ฟผ#1165

Log management

  • Site log paths can again be given as valid relative directories inside the allow-list; the validator no longer rejects them erroneously. #1158
  • Deleting a siteโ€™s access/error log configuration immediately removes the entry from the list instead of leaving undeletable remnants. #1158 ๏ฟผ

๐Ÿ”ง Behaviour Changes

AutoCert key type โ€“ The key-algorithm selector is now read-only. #1160

v2.1.6

15 Jun 02:36
99942cf
Compare
Choose a tag to compare

๐Ÿ› Bug Fixes & Optimizations

  1. Nginx Configuration Optimization
    Removed redundant unit specification in server_names_hash_bucket_size directive configuration. #1134

  2. Frontend API Request Optimization
    Fixed timeout issues occurring in frontend API requests under specific conditions.
    (Resolves #1131 and #1139)

  3. Dynamic Module Support Enhancement
    Improved existing functionality for handling dynamically loaded Nginx modules. #1136