Recent Releases of glide
glide - v0.1.0-rc.1
The first major update with breaking changes to the language chat schemas and begging of work on instrumenting the gateway with OpenTelemetry.
Added
- π§ Use github.com/EinStack/glide as module name to support go install cmd (@gernest)
- β¨π§ Setup Open Telemetry Metrics and Traces (#237) (@gernest)
- π§ #221 Add B3 trace propagator (#242) (@gernest)
- π§ #241 Support overriding OTEL resource attributes (#243) (@gernest)
- π§ #248 Disable span and metrics by default (#254) (@gernest)
- π§ #220 Instrument API server with observability signals (#255) (@gernest)
- π§ #164 Make client connection pool configurable across all providers (#251) (@daesu)
- π§ Instrument gateway process (#256) (@gernest)
- π§ #262: adding connection pool for chat request and response (#271) (@tom-fitz)
Changed
- π§ #238 Implements human-readable durations in config (#253) (@ppmdo)
- π§ #266: removing omitempty from response definition (#267) (@tom-fitz)
Breaking Changes
- π§ π₯ #235: Extended the non-streaming chat error schema with new fields to give clients more context around the error (#236) (@roma-glushko)
- π₯ Convert all camelCase config fields to the snake_case in the provider configs (#260) (@roma-glushko)
- β¨π₯ #153: Allow to pass multiple model-specific param overrides (#264) (@roma-glushko)
Fixed
- π #217: Set build info correctly in Glide images (#218) (@roma-glushko)
Security
- π Updated golang to 1.22.4 to address CVE-2024-24790 (#276) (@STAR-173)
Miscellaneous
- π Defined a way to manage EinStack Glide project (#234) (@roma-glushko)
- π· #219: Setup local telemetry stack with Jaeger, Grafana, VictoriaMetrics and OTEL Collector (#225) (@roma-glushko)
- π·ββοΈ Added a new GH action to watch for glide activity stream (#239, #244) (@roma-glushko)
- β¨ Switched to the new docs (@roma-glushko)
- π§ #240: Automatically install air (#277, #270) (@ppmdo, @roma-glushko)
Full Changelog: https://github.com/EinStack/glide/compare/0.0.3...0.1.0-rc.1
- Go
Published by github-actions[bot] over 1 year ago
glide - π¦ v0.0.3: Streaming Chat
Summary
β¨ Bringing support for streaming chat in Glide (integrated with OpenAI, Azure OpenAI and Cohere) β¨ Started handling 401 errors to mark models as premaritally unavailable (e.g. when API key was not correct) π Fixing the panic related to swagger.yaml file π Fixing Anthropic chat workflow by passing API key correctly π§ Improved Cohere param config and validation
Changelog
Added
- β¨Streaming Chat Workflow #149 #163 #161 (@roma-glushko)
- β¨Streaming Support for Azure OpenAI #173 (@mkrueger12)
- β¨Cohere Streaming Chat Support #171 (@mkrueger12)
- β¨Start counting token usage in Anthropic Chat #183 (@roma-glushko)
- β¨Handle unauthorized error in health tracker #170 (@roma-glushko)
- π§ #195 #196: Set router ctx in stream chunks & handle end of stream in case of some errors (@roma-glushko)
- ππ§ #197: Handle maxtokens & contentfiltered finish reasons across OpenAI, Azure and Cohere (@roma-glushko)
Changed
- π§ π₯ #198: Expose more Cohere params & fixing validation of provider params in config (breaking change) (@roma-glushko)
- π§ #186: Rendering Durations in a human-friendly way (@roma-glushko)
Fixed
- π Fix Anthropic API key header #183 (@roma-glushko)
- π #209: Embed Swagger specs into binary to fix panics caused by missing swagger.yaml file (@roma-glushko)
- π #200: Implemented a custom json per line stream reader to read Cohere chat streams correctly (@roma-glushko)
Security
- π Update crypto lib, golang, fiber #148 (@roma-glushko)
Miscellaneous
- π Update README.md to fix helm chart location #167 (@arjunnair22)
- π§ Updated .go-version (@roma-glushko)
- β Covered the telemetry by tests #146 (@roma-glushko)
- π Separate and list all supported capabilities per provider #190 (@roma-glushko)
- Go
Published by github-actions[bot] almost 2 years ago
glide - v0.0.3-rc.2
Final major improvements to streaming chat workflow. Fixed issues with Cohere streaming chat. Expanded and revisited Cohere params in config.
Added
- π§ #195 #196: Set router ctx in stream chunks & handle end of stream in case of some errors (@roma-glushko)
- ππ§ #197: Handle maxtokens & contentfiltered finish reasons across OpenAI, Azure and Cohere (@roma-glushko)
Changed
- π§ π₯ #198: Expose more Cohere params & fixing validation of provider params in config (breaking change) (@roma-glushko)
- π§ #186: Rendering Durations in a human-friendly way (@roma-glushko)
Fixed
- π #209: Embed Swagger specs into binary to fix panics caused by missing swagger.yaml file (@roma-glushko)
- π #200: Implemented a custom json per line stream reader to read Cohere chat streams correctly (@roma-glushko)
- Go
Published by github-actions[bot] almost 2 years ago
glide - π¦ v0.0.3-rc.1
A new release candidate that includes the new streaming chat functionality.
Added
- β¨Streaming Chat Workflow #149 #163 #161 (@roma-glushko)
- β¨Streaming Support for Azure OpenAI #173 (@mkrueger12)
- β¨Cohere Streaming Chat Support #171 (@mkrueger12)
- β¨Start counting token usage in Anthropic Chat #183 (@roma-glushko)
- β¨Handle unauthorized error in health tracker #170 (@roma-glushko)
Fixed
- π Fix Anthropic API key header #183 (@roma-glushko)
Security
- π Update crypto lib, golang, fiber #148 (@roma-glushko)
Miscellaneous
- π Update README.md to fix helm chart location #167 (@arjunnair22)
- π§ Updated .go-version (@roma-glushko)
- β Covered the telemetry by tests #146 (@roma-glushko)
- π Separate and list all supported capabilities per provider #190 (@roma-glushko)
- Go
Published by github-actions[bot] almost 2 years ago
glide - π¦ v0.0.2
A new incremental release of Glide π¦
Changelog
Features
- β¨#117 Allow to load dotenv files (@roma-glushko)
- β¨ #142: [Lang Chat Router] Ollama Support (@mkrueger12)
- β¨ #131: [Lang Chat Router] AWS Bedrock Support (@mkrueger12)
Improvements
- β¨π·#91 Support for Windows (@roma-glushko)
- π· #139 Build Glide for OpenBSD and ppc65le, s390x, riscv64 architectures (@roma-glushko)
Miscellaneous
- π· #92 Release binaries to Snapcraft (@roma-glushko)
- π· #123 publish images to DockerHub (@roma-glushko)
- π§ #136 Migrated all API to Fiber (@roma-glushko)
- π· #139 Create a image tag with pure version (without distro suffix) (@roma-glushko)
- π· #155 Fixing the dockerhub authorization step in the release workflow (@roma-glushko)
- β»οΈ #151: Moved specific provider schemas closer to provider's packages (@roma-glushko)
- Go
Published by github-actions[bot] about 2 years ago
glide - v0.0.2-rc.2
Changelog
Features
- β¨ #142: [Lang Chat Router] Ollama Support (@mkrueger12)
- β¨ #131: [Lang Chat Router] AWS Bedrock Support (@mkrueger12)
Miscellaneous
- π· #155 Fixing the dockerhub authorization step in the release workflow (@roma-glushko)
- β»οΈ #151: Moved specific provider schemas closer to provider's packages (@roma-glushko)
- Go
Published by github-actions[bot] about 2 years ago
glide - v0.0.2-rc.1
A new release candidate for upcoming Glide v0.0.2 with several compatibility improvements (the most notable is a native Windows support) and ability to load secrets from dotenv files.
Changelong
Features
- β¨#117 Allow to load dotenv files (@roma-glushko)
Improvements
- β¨π·#91 Support for Windows (@roma-glushko)
- π· #139 Build Glide for OpenBSD and ppc65le, s390x, riscv64 architectures (@roma-glushko)
Miscellaneous
- π· #92 Release binaries to Snapcraft (@roma-glushko)
- π· #123 publish images to DockerHub (@roma-glushko)
- π§ #136 Migrated all API to Fiber (@roma-glushko)
- π· #139 Create a image tag with pure version (without distro suffix) (@roma-glushko)
- Go
Published by github-actions[bot] about 2 years ago
glide - v0.0.1 (Private Preview) π
This is the first "stable" release of Glide gateway as we have finished our Private Preview milestone πππ
As a part of this initial scope, we had to setup a bunch of common things to make it roll. As for the core functionality, we have brought up:
- The routing functionality with four types of routing strategies (including a tricky one like the least latency routing)
- The first-class adaptive resiliency & fallbacking across all routing strategies
- Unified Chat API that supports popular model providers like OpenAI, Azure OpenAI (on-prem models), Cohere, OctoML, Anthropic
- The ability to have model-specific prompts
- Installation via Docker & Homebrew
The most exciting things are ahead of us, so looking forward to get more cool stuff in scope of Public Preview π π π
Let's equip GenAI revolution with a resilient open infrastructure π
π¦ Release: https://github.com/EinStack/glide/releases/tag/0.0.1 π Docs: https://glide.einstack.ai/ πΊ Demo: https://github.com/EinStack/glide-demo πΊοΈ Roadmap: https://github.com/EinStack/glide/blob/develop/ROADMAP.md
Changelog
Features
- β¨ #81: Allow to chat message based for specific models (@mkrueger12)
Improvements
- π§ #78: Normalize response latency by response token count (@roma-glushko)
- π #112 added the CLI banner info (@roma-glushko)
Miscellaneous
- π #114 Make links actual across the project (@roma-glushko)
- Go
Published by github-actions[bot] about 2 years ago
glide - v0.0.1-rc.2
Changelog
Improvements
- βοΈ [config] Added validation for config file content #40 (@roma-glushko)
- βοΈ [config] Allowed to pass HTTP server configs from config file #41 (@roma-glushko)
- π· [build] Allowed building Homebrew taps for release candidates #99 (@roma-glushko)
- Go
Published by github-actions[bot] about 2 years ago
glide - v0.0.1-rc.1
The first ever release candidate πππ
Features
- β¨ [providers] Support for OpenAI Chat API #3 (@mkrueger12 )
- β¨ [API] #54 Unified Chat API (@mkrueger12 )
- β¨ [providers] Support for Cohere Chat API #5 (@mkrueger12 )
- β¨ [providers] Support for Azure OpenAI Chat API #4 (@mkrueger12 )
- β¨ [providers] Support for OctoML Chat API #58 (@mkrueger12 )
- β¨ [routing] The Routing Mechanism, Adaptive Health Tracking, and Fallbacks #42 #43 #51 (@roma-glushko)
- β¨ [routing] Support for round robin routing strategy #44 (@roma-glushko)
- β¨ [routing] Support for the least latency routing strategy #46 (@roma-glushko)
- β¨ [routing] Support for weighted round robin routing strategy #45 (@roma-glushko)
- β¨ [providers] Support for Anthropic Chat API #60 (@mkrueger12 )
- β¨ [docs] OpenAPI specifications #22 (@roma-glushko )
Miscellaneous
- π§ [chores] Inited the project #6 (@roma-glushko)
- π [telemetry] Inited logging #14 (@roma-glushko)
- π§ [chores] Inited Glide's CLI #12 (@roma-glushko)
- π· [chores] Setup CI workflows #8 (@roma-glushko)
- βοΈ [config] Inited configs #11 (@roma-glushko)
- π§ [chores] Automatic coverage reports #39 (@roma-glushko)
- π· [build] Setup release workflows #9 (@roma-glushko)
- Go
Published by github-actions[bot] about 2 years ago