You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2d6c5a9 feat(gateway): add router for provider failover
279e3ac feat(gateway): add tracking logs api support
df78aff feat(gateway): disable api key requirement by default
a3493ae feat(gateway): implement influx as analytics ingester (#2)
5af850b feat(gateway): validate if provider config has provider
cbbab8e feat(gatway): add provider config persistence into database - added postgres into docker - added encryption key gen cli - added migration for postgres - update connection service with connection repository - added get and update API provider with config
3811280 feat(protos): add buf support to generate gRPC clients and servers using connect
0d9b713 feat: Add vanguard for enabling seamless transcoding between REST and RPC protocols
b45024f feat: add OpenTelemetry support using otelconnect
9ab4a3c feat: add a simple grpc server with protos integration
b3c6c77 fix: remove proto from docker build as well
e30ed0b fix: remove validation of headers during provider creation There could be some API which can use provider to get some local information like models which doesn't require headers validation to call provider api.
caa61c6 fix: replace backend with mobius in make file