NocoBase v1.6.0-alpha.18: Support IP restriction

Release Note of v1.6.0-alpha.18

nocobase [bot] |

🎉 New Features

  • [WEB client] Support permission configuration for page tabs and add route management page (#5955) by @zhangzhonghe Reference: Routes
  • [IP restriction] Support IP restriction. by @sheldon66 Reference: IP restriction

🚀 Improvements

  • [server]
    • move AesEncryptor to the core (#6132) by @chenos

      1. Add server middleware to extract the client’s IP address.
        2. Resolve infinite reload issues when an IP is blocked.
        3. Add the X-Forwarded-For HTTP header in the proxy to enable forwarding for local debugging. (#6069) by @sheldon66

🐛 Bug Fixes

  • [Authentication] Update migration rules for issued tokens and token policy config. (#6107) by @sheldon66