cloud-api v0.1.10
·
29 commits
to main
since this release
Attestation Created
cloud-api docker image
- tag:
docker.io/nearaidev/cloud-api:0.1.10 - digest:
sha256:1d9919972c783ddf3d3268cbb8d4a25d9cb3ff1fb77c9c3550bf65cd13a15c55 - sigstore: https://search.sigstore.dev/?hash=sha256:1d9919972c783ddf3d3268cbb8d4a25d9cb3ff1fb77c9c3550bf65cd13a15c55
What's Changed
- fix: list workspaces should exclude deleted workspaces by @think-in-universe in #328
- phase 1 implementation for enabling mcp by @henrypark133 in #324
- Add e2e tests for mcp by @henrypark133 in #335
- feat(workspace): remove redundant display_name field by @PierreLeGuen in #334
- docs: document API key 10-second activation delay (#320) by @PierreLeGuen in #333
- deps: bump the rust-dependencies group across 1 directory with 11 updates by @dependabot[bot] in #336
- fix(workspaces): allow workspace name reuse after deletion by @PierreLeGuen in #339
- refactor tool executors to help clean up the responses service logic by @henrypark133 in #341
- fix(organizations): allow organization name reuse after deletion by @PierreLeGuen in #340
- add support for mcp approval request by @henrypark133 in #344
- feat(admin): add GET /admin/organizations endpoint by @PierreLeGuen in #349
- fix: allow more mime types for file upload by @hanakannzashi in #345
- fix: support legacy mime types for file upload by @hanakannzashi in #351
- feat: derive signing key from kms by @hanakannzashi in #346
- Add search by org name to the list all registered users endpoint by @nickpismenkov in #348
- fix: support more mime types for file upload by @hanakannzashi in #354
- fix: keep conversation metadata consistent for unpin and unarchive by @hanakannzashi in #356
- Add some fallback logic for parsing tool output by @henrypark133 in #358
- feat: add support for audio input/output + add image generation API endpoint by @PierreLeGuen in #352
- feat: Adding support for external providers for models like openai by @ilblackdragon in #365
- refactor: extract common SSE parser and fix multi-event bug by @ilblackdragon in #371
- docs: image generations endpoint by @think-in-universe in #374
- fix: Model name override for external providers by @ilblackdragon in #376
- fix: include cloned_from_id into metadata of cloned conversation by @hanakannzashi in #379
- fix: infer tool name when model omits function.name by @henrypark133 in #378
- ci: bump docker/login-action from 6862ffc5ab2cdb4405cf318a62a6f4c066e2298b to 0567fa5ae8c9a197cb207537dc5cbb43ca3d803f in the github-actions group by @dependabot[bot] in #383
- deps: bump the rust-dependencies group across 1 directory with 9 updates by @dependabot[bot] in #384
- fix: image generation parameters validation and docs for vllm models by @think-in-universe in #385
- Add client disconnect fallback for /signature verification call by @henrypark133 in #387
- Fix e2ee in image gen. by @Evrard-Nil in #389
- feat: add model architecture with input/output modalities by @henrypark133 in #386
- fix: gpt-5.2 response API parameters error by @think-in-universe in #393
- Fix panic on multi byte utf8. by @Evrard-Nil in #394
- External models tools calls by @henrypark133 in #396
- fix: parallel tool calls by deferring citation instructions by @henrypark133 in #397
- chore: update pinned packages for reproducible build by @think-in-universe in #398
New Contributors
- @ilblackdragon made their first contribution in #365
Full Changelog: v0.1.9...v0.1.10