Skip to content

v0.1.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 11:09
1e2b16f

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

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

Security

Miscellaneous

Full Changelog: 0.0.3...0.1.0-rc.1