Releases: Pokemon-3D-api/api-server
Releases · Pokemon-3D-api/api-server
v1.0.0 — Official Organization Launch & Security Update
🚀 The Engine is Live!
This marks the official v1.0.0 release of the Pokémon 3D API Server. We have migrated the core logic to a dedicated organization to better serve the community.
✨ New Features
- Organization Migration: Successfully decoupled server logic from the assets repository.
- Admin Security: Implemented
checkAdminKeymiddleware to protect sensitive routes. - Enhanced Rate Limiting: Optimized
express-rate-limitfor production environments. - Render Optimization: Added
trust proxyconfiguration to ensure accurate IP detection on cloud proxies.
🛡️ Security & Performance
- Dynamic Blacklisting: Integrated
express-ipfilterwith a real-time admin control panel. - Caching Layer: Implemented
node-cacheto reduce latency for repetitive requests.
🔗 API Endpoint
The stable endpoint is now live at:
https://pokemon-3d-api.onrender.com/v1/pokemon
Special thanks to all the contributors who helped move the project to this new structure!