Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions .changeset/full-crews-battle.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@nestjs/core": "^11.0.0",
"@nestjs/platform-express": "^11.0.0",
"@voltagent/core": "^2.0.2",
"@voltagent/server-core": "^2.0.2",
"@voltagent/server-core": "^2.1.0",
"@voltagent/server-hono": "^2.0.2",
"hono": "^4.7.7",
"reflect-metadata": "^0.2.0",
Expand Down
46 changes: 46 additions & 0 deletions packages/server-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# @voltagent/server-core

## 2.1.0

### Minor Changes

- [#898](https://github.com/VoltAgent/voltagent/pull/898) [`b322cf4`](https://github.com/VoltAgent/voltagent/commit/b322cf4c511c64872c178e51f9ddccb869385dee) Thanks [@MGrin](https://github.com/MGrin)! - feat: Initial release of @voltagent/server-elysia

# @voltagent/server-elysia

## 1.0.0

### Major Changes
- Initial release of Elysia server implementation for VoltAgent
- Full feature parity with server-hono including:
- Agent execution endpoints (text, stream, chat, object)
- Workflow execution and lifecycle management
- Tool execution and discovery
- MCP (Model Context Protocol) support
- A2A (Agent-to-Agent) communication
- Observability and tracing
- Logging endpoints
- Authentication with authNext support
- Custom endpoint configuration
- CORS configuration
- WebSocket support

### Features
- **High Performance**: Built on Elysia, optimized for speed and low latency
- **Type Safety**: Full TypeScript support with strict typing
- **Flexible Configuration**: Support for both `configureApp` and `configureFullApp` patterns
- **Auth Support**: JWT authentication with public route configuration via `authNext`
- **Extensible**: Easy to add custom routes, middleware, and plugins
- **OpenAPI/Swagger**: Built-in API documentation via @elysiajs/swagger
- **MCP Support**: Full Model Context Protocol implementation with SSE streaming
- **WebSocket Support**: Real-time updates and streaming capabilities

### Dependencies
- `@voltagent/core`: ^1.5.1
- `@voltagent/server-core`: ^1.0.36
- `@voltagent/mcp-server`: ^1.0.3
- `@voltagent/a2a-server`: ^1.0.2
- `elysia`: ^1.1.29

### Peer Dependencies
- `@voltagent/core`: ^1.x
- `elysia`: ^1.x

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@voltagent/server-core",
"description": "Framework-agnostic server core for VoltAgent",
"version": "2.0.2",
"version": "2.1.0",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"@voltagent/core": "^2.0.2",
Expand Down
52 changes: 52 additions & 0 deletions packages/server-elysia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# @voltagent/server-elysia

## 2.0.0

### Major Changes

- [#898](https://github.com/VoltAgent/voltagent/pull/898) [`b322cf4`](https://github.com/VoltAgent/voltagent/commit/b322cf4c511c64872c178e51f9ddccb869385dee) Thanks [@MGrin](https://github.com/MGrin)! - feat: Initial release of @voltagent/server-elysia

# @voltagent/server-elysia

## 1.0.0

### Major Changes
- Initial release of Elysia server implementation for VoltAgent
- Full feature parity with server-hono including:
- Agent execution endpoints (text, stream, chat, object)
- Workflow execution and lifecycle management
- Tool execution and discovery
- MCP (Model Context Protocol) support
- A2A (Agent-to-Agent) communication
- Observability and tracing
- Logging endpoints
- Authentication with authNext support
- Custom endpoint configuration
- CORS configuration
- WebSocket support

### Features
- **High Performance**: Built on Elysia, optimized for speed and low latency
- **Type Safety**: Full TypeScript support with strict typing
- **Flexible Configuration**: Support for both `configureApp` and `configureFullApp` patterns
- **Auth Support**: JWT authentication with public route configuration via `authNext`
- **Extensible**: Easy to add custom routes, middleware, and plugins
- **OpenAPI/Swagger**: Built-in API documentation via @elysiajs/swagger
- **MCP Support**: Full Model Context Protocol implementation with SSE streaming
- **WebSocket Support**: Real-time updates and streaming capabilities

### Dependencies
- `@voltagent/core`: ^1.5.1
- `@voltagent/server-core`: ^1.0.36
- `@voltagent/mcp-server`: ^1.0.3
- `@voltagent/a2a-server`: ^1.0.2
- `elysia`: ^1.1.29

### Peer Dependencies
- `@voltagent/core`: ^1.x
- `elysia`: ^1.x

### Patch Changes

- Updated dependencies [[`b322cf4`](https://github.com/VoltAgent/voltagent/commit/b322cf4c511c64872c178e51f9ddccb869385dee)]:
- @voltagent/[email protected]
4 changes: 2 additions & 2 deletions packages/server-elysia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@voltagent/server-elysia",
"description": "Elysia server implementation for VoltAgent",
"version": "1.0.0",
"version": "2.0.0",
"dependencies": {
"@elysiajs/cors": "^1.2.2",
"@elysiajs/swagger": "^1.2.4",
Expand All @@ -10,7 +10,7 @@
"@voltagent/core": "^2.0.2",
"@voltagent/internal": "^1.0.2",
"@voltagent/mcp-server": "^2.0.2",
"@voltagent/server-core": "^2.0.2",
"@voltagent/server-core": "^2.1.0",
"elysia": "^1.1.29",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.25.1"
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.