v0.11
Add HTTPS Request Methods.
Added GET, POST, PATCH, DELETE, OPTIONS request methods into Flask endpoints, updated Test Request tab.
v0.10
Preset test requests based on ASM trees
Servera provides you with preset request routes and parameters for much easier testing using the generated ASM trees.
v0.9
Complete change of LLM logic to a chat-based conversational develpoment
Collaborates with users to create detailed functions and PRD for each route before creating. Saves chat states for efficiency.
Upgrade to Gemini 2.0 Flash for better generation accuracy and speed.
Export function is still using the legacy Gemini 1.5 flash.
v0.8
Added and Tested More External Integrations
Added and did basic functionality testing for integrations for stock data (Yahoo Finance), geolocation and points of interest (geopy, OpenStreetMap), information and data (Wikipedia), and external APIs.
v0.7
Fixed an issue with user-created AI agents hallucinating
Cleared chain of thought for each separate user who accessed the API to ensure reasoning is reset per request
v0.6
Route visualization
Added a routes tab, where the user can see the input/output of each function, and how each route is being serviced.
Endpoint modifications
Fixed an issue where modifying your endpoint would deregister user tunnels.
Migrate proxy
Moved temporary cloudflare proxies to Servera's own infrastructure for permanent responsive APIs.
v0.5
Agentic AI Integration
Users can build wrapper apps using Gemini AI models, as well as build their own AI agent through a system prompt.
v0.4
Prompt exports
All users have the ability to have AI generate a message to provide context on all routes.
WIP: Python libraries
Currently work in progress as of March 12: Implement python library presets for large data set applications, machine learning, LLMs, and data visualization, etc.
v0.3
Database creation and persistence implementation
Users can have the option to create a persistent SQLite database.
Test request polling time tracking
Sent test requests now show the amount of time (ms) it took for the response to be returned.
UI/UX update and design
Updated the logo, UI layout and design, and landing page
v0.2
Clerk Authentication
Added user accounts using Clerks OAuth support.
Added multi-user endpoints support
Implemented separated Gunicorn HTTP server workers for each user.
Contextual AI and chat console
Users can now chat with the AI directly and modify their endpoints live.
v0.1
Migrate to Vercel and Cloudflare
Moved servera.dev to be hosted by Vercel and Cloudflare
v0.0
Initial release
Created and worked on the development of dynamic API routes, and generating backend logic with AI.