Changelog

History of all changes to Servera

v0.11

April 6, 2025
1 change

Add HTTPS Request Methods.

Improvement

Added GET, POST, PATCH, DELETE, OPTIONS request methods into Flask endpoints, updated Test Request tab.

v0.10

March 31, 2025
1 change

Preset test requests based on ASM trees

Improvement

Servera provides you with preset request routes and parameters for much easier testing using the generated ASM trees.

v0.9

March 26, 2025
2 changes

Complete change of LLM logic to a chat-based conversational develpoment

New Feature

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.

Improvement

Export function is still using the legacy Gemini 1.5 flash.

v0.8

March 24, 2025
1 change

Added and Tested More External Integrations

Improvement

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

March 22, 2025
1 change

Fixed an issue with user-created AI agents hallucinating

Bug Fix

Cleared chain of thought for each separate user who accessed the API to ensure reasoning is reset per request

v0.6

March 21, 2025
3 changes

Route visualization

New Feature

Added a routes tab, where the user can see the input/output of each function, and how each route is being serviced.

Endpoint modifications

Bug Fix

Fixed an issue where modifying your endpoint would deregister user tunnels.

Migrate proxy

Improvement

Moved temporary cloudflare proxies to Servera's own infrastructure for permanent responsive APIs.

v0.5

March 17, 2025
1 change

Agentic AI Integration

New Feature

Users can build wrapper apps using Gemini AI models, as well as build their own AI agent through a system prompt.

v0.4

March 12, 2025
2 changes

Prompt exports

New Feature

All users have the ability to have AI generate a message to provide context on all routes.

WIP: Python libraries

Improvement

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

March 9, 2025
3 changes

Database creation and persistence implementation

New Feature

Users can have the option to create a persistent SQLite database.

Test request polling time tracking

Improvement

Sent test requests now show the amount of time (ms) it took for the response to be returned.

UI/UX update and design

Improvement

Updated the logo, UI layout and design, and landing page

v0.2

March 1, 2025
3 changes

Clerk Authentication

New Feature

Added user accounts using Clerks OAuth support.

Added multi-user endpoints support

Improvement

Implemented separated Gunicorn HTTP server workers for each user.

Contextual AI and chat console

New Feature

Users can now chat with the AI directly and modify their endpoints live.

v0.1

February 12, 2025
1 change

Migrate to Vercel and Cloudflare

Improvement

Moved servera.dev to be hosted by Vercel and Cloudflare

v0.0

February 3, 2025
1 change

Initial release

New Feature

Created and worked on the development of dynamic API routes, and generating backend logic with AI.