Skip to content

Commit ca6d8cd

Browse files
committed
chore: v1.1.0 release
1 parent e0974fb commit ca6d8cd

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

docs/roadmap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ Expands multimodal embedding capabilities, adds prompt caching support, and intr
158158
### Fixes
159159

160160
- `/v1/chat/completions`: Fix default value passed to the converse API for tools without parameters.
161+
- [stdapi-ai Terraform module](https://github.com/stdapi-ai/terraform-aws-stdapi-ai): Fix error if alarms_enabled = true but sns_topic_arn undefined.
161162

162163
---
163164

stdapi/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
SERVER_NAME = f"{gethostname()}-{getpid()}-{SERVER_ID}"
1313

1414
#: Server version
15-
SERVER_VERSION = "1.0.3"
15+
SERVER_VERSION = "1.1.0"
1616

1717
#: Server user agent
1818
USER_AGENT = f"stdapi.ai/{SERVER_VERSION}/{SERVER_ID}"

uv.lock

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

0 commit comments

Comments
 (0)