Skip to content

Commit 1e75397

Browse files
chore(release): version packages
1 parent 31faafe commit 1e75397

4 files changed

Lines changed: 24 additions & 22 deletions

File tree

.changeset/initial-release.md

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

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# synapse
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`31faafe`](https://github.com/omnidotdev/synapse/commit/31faafea4ab53d92f001b50198bd595bbcaa8ee4) Thanks [@coopbri](https://github.com/coopbri)! - Firing the synapse
8+
9+
- Unified LLM routing across providers with automatic failover
10+
- MCP tool server aggregation and forwarding
11+
- Streaming and non-streaming completions
12+
- OpenAI-compatible API
13+
- Provider vault with encrypted key management
14+
- Intelligent routing strategies (threshold, cost, cascade, score, ONNX ML)
15+
- Circuit breaker failover with provider health tracking
16+
- Speech-to-text (Whisper, Deepgram) and text-to-speech (OpenAI, ElevenLabs)
17+
- Embeddings and image generation support
18+
- Input/output guardrails with PII detection
19+
- Response caching via Valkey
20+
- Distributed rate limiting with plan-aware enforcement
21+
- Billing integration with entitlement checks
22+
- OpenTelemetry tracing and metrics

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "synapse",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"version": "changeset version && bun scripts/syncVersion.ts"

synapse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "synapse"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
edition.workspace = true
55
license.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)