EinStack / glide

🐦 A open blazing-fast simple model gateway for rapid development of production GenAI apps
https://docs.einstack.ai/glide/
Apache License 2.0
113 stars 18 forks source link

📦 Release: v0.1.0-rc.1 #280

Closed roma-glushko closed 1 week ago

roma-glushko commented 1 week ago

The first major update with breaking changes to the language chat schemas and begging of work on instrumenting the gateway with OpenTelemetry.

Added

Changed

Breaking Changes

Fixed

Security

Miscellaneous

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 67.04805% with 144 lines in your changes missing coverage. Please review.

Project coverage is 65.98%. Comparing base (754af34) to head (59aafab).

Files Patch % Lines
pkg/api/http/handlers.go 0.00% 23 Missing :warning:
pkg/api/schemas/errors.go 10.52% 17 Missing :warning:
pkg/api/schemas/pool.go 0.00% 16 Missing :warning:
pkg/providers/bedrock/chat.go 54.16% 11 Missing :warning:
pkg/gateway.go 0.00% 9 Missing :warning:
pkg/telemetry/telemetry.go 86.20% 6 Missing and 2 partials :warning:
pkg/api/schemas/chat_stream.go 0.00% 6 Missing :warning:
pkg/providers/anthropic/chat.go 75.00% 3 Missing and 1 partial :warning:
pkg/providers/ollama/chat.go 75.00% 3 Missing and 1 partial :warning:
pkg/api/schemas/chat.go 88.88% 2 Missing and 1 partial :warning:
... and 23 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #280 +/- ## ========================================== - Coverage 66.98% 65.98% -1.00% ========================================== Files 78 83 +5 Lines 3577 3634 +57 ========================================== + Hits 2396 2398 +2 - Misses 1054 1114 +60 + Partials 127 122 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.