Skip to content

Commit 16c2430

Browse files
ci(changesets): version packages (#902)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b33857 commit 16c2430

File tree

7 files changed

+104
-56
lines changed

7 files changed

+104
-56
lines changed

.changeset/full-crews-battle.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

examples/with-nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@nestjs/core": "^11.0.0",
99
"@nestjs/platform-express": "^11.0.0",
1010
"@voltagent/core": "^2.0.2",
11-
"@voltagent/server-core": "^2.0.2",
11+
"@voltagent/server-core": "^2.1.0",
1212
"@voltagent/server-hono": "^2.0.2",
1313
"hono": "^4.7.7",
1414
"reflect-metadata": "^0.2.0",

packages/server-core/CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# @voltagent/server-core
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
# @voltagent/server-elysia
10+
11+
## 1.0.0
12+
13+
### Major Changes
14+
- Initial release of Elysia server implementation for VoltAgent
15+
- Full feature parity with server-hono including:
16+
- Agent execution endpoints (text, stream, chat, object)
17+
- Workflow execution and lifecycle management
18+
- Tool execution and discovery
19+
- MCP (Model Context Protocol) support
20+
- A2A (Agent-to-Agent) communication
21+
- Observability and tracing
22+
- Logging endpoints
23+
- Authentication with authNext support
24+
- Custom endpoint configuration
25+
- CORS configuration
26+
- WebSocket support
27+
28+
### Features
29+
- **High Performance**: Built on Elysia, optimized for speed and low latency
30+
- **Type Safety**: Full TypeScript support with strict typing
31+
- **Flexible Configuration**: Support for both `configureApp` and `configureFullApp` patterns
32+
- **Auth Support**: JWT authentication with public route configuration via `authNext`
33+
- **Extensible**: Easy to add custom routes, middleware, and plugins
34+
- **OpenAPI/Swagger**: Built-in API documentation via @elysiajs/swagger
35+
- **MCP Support**: Full Model Context Protocol implementation with SSE streaming
36+
- **WebSocket Support**: Real-time updates and streaming capabilities
37+
38+
### Dependencies
39+
- `@voltagent/core`: ^1.5.1
40+
- `@voltagent/server-core`: ^1.0.36
41+
- `@voltagent/mcp-server`: ^1.0.3
42+
- `@voltagent/a2a-server`: ^1.0.2
43+
- `elysia`: ^1.1.29
44+
45+
### Peer Dependencies
46+
- `@voltagent/core`: ^1.x
47+
- `elysia`: ^1.x
48+
349
## 2.0.2
450

551
### Patch Changes

packages/server-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@voltagent/server-core",
33
"description": "Framework-agnostic server core for VoltAgent",
4-
"version": "2.0.2",
4+
"version": "2.1.0",
55
"dependencies": {
66
"@modelcontextprotocol/sdk": "^1.12.1",
77
"@voltagent/core": "^2.0.2",
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# @voltagent/server-elysia
2+
3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#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
8+
9+
# @voltagent/server-elysia
10+
11+
## 1.0.0
12+
13+
### Major Changes
14+
- Initial release of Elysia server implementation for VoltAgent
15+
- Full feature parity with server-hono including:
16+
- Agent execution endpoints (text, stream, chat, object)
17+
- Workflow execution and lifecycle management
18+
- Tool execution and discovery
19+
- MCP (Model Context Protocol) support
20+
- A2A (Agent-to-Agent) communication
21+
- Observability and tracing
22+
- Logging endpoints
23+
- Authentication with authNext support
24+
- Custom endpoint configuration
25+
- CORS configuration
26+
- WebSocket support
27+
28+
### Features
29+
- **High Performance**: Built on Elysia, optimized for speed and low latency
30+
- **Type Safety**: Full TypeScript support with strict typing
31+
- **Flexible Configuration**: Support for both `configureApp` and `configureFullApp` patterns
32+
- **Auth Support**: JWT authentication with public route configuration via `authNext`
33+
- **Extensible**: Easy to add custom routes, middleware, and plugins
34+
- **OpenAPI/Swagger**: Built-in API documentation via @elysiajs/swagger
35+
- **MCP Support**: Full Model Context Protocol implementation with SSE streaming
36+
- **WebSocket Support**: Real-time updates and streaming capabilities
37+
38+
### Dependencies
39+
- `@voltagent/core`: ^1.5.1
40+
- `@voltagent/server-core`: ^1.0.36
41+
- `@voltagent/mcp-server`: ^1.0.3
42+
- `@voltagent/a2a-server`: ^1.0.2
43+
- `elysia`: ^1.1.29
44+
45+
### Peer Dependencies
46+
- `@voltagent/core`: ^1.x
47+
- `elysia`: ^1.x
48+
49+
### Patch Changes
50+
51+
- Updated dependencies [[`b322cf4`](https://github.com/VoltAgent/voltagent/commit/b322cf4c511c64872c178e51f9ddccb869385dee)]:
52+
- @voltagent/server-core@2.1.0

packages/server-elysia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@voltagent/server-elysia",
33
"description": "Elysia server implementation for VoltAgent",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"dependencies": {
66
"@elysiajs/cors": "^1.2.2",
77
"@elysiajs/swagger": "^1.2.4",
@@ -10,7 +10,7 @@
1010
"@voltagent/core": "^2.0.2",
1111
"@voltagent/internal": "^1.0.2",
1212
"@voltagent/mcp-server": "^2.0.2",
13-
"@voltagent/server-core": "^2.0.2",
13+
"@voltagent/server-core": "^2.1.0",
1414
"elysia": "^1.1.29",
1515
"zod": "^3.25.76",
1616
"zod-to-json-schema": "^3.25.1"

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)