Skip to content

Releases: Portkey-AI/gateway

v1.0.9

05 Mar 08:01
2aa75df

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

02 Mar 13:41
90604b0

Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

24 Feb 22:15
beee584

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

13 Feb 18:01
33b1122

Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

02 Feb 13:53
edbd019

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

29 Jan 07:53
67933d5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

09 Jan 13:01
e36962d

Choose a tag to compare

What's Changed

  • add prompt completions router to handle portkey managed prompt calls by @VisargD in #87
  • fix together-ai top_k mapping by @VisargD in #89
  • Feature/add rollup npx executable by @roh26it in #76
  • delete response content length before forwarding to avoid compression conflict by @VisargD in #93
  • Update installation-deployments.md by @roh26it in #104
  • Add community content + remove rubeus mention from contributing.md + change cover image by @vrushankportkey in #101
  • Update SECURITY.md by @roh26it in #109
  • fix anthropic messages stream event parsing by @VisargD in #103
  • Dockerize gateway by @VisargD in #95
  • add npm publish github workflow by @VisargD in #96
  • Add docker image publish action by @VisargD in #97
  • 1.0.3 by @VisargD in #112

Full Changelog: v1.0.0...v1.0.3

v1.0.0 - Portkey AI Gateway Release

03 Jan 15:10
5094bd9

Choose a tag to compare

What's Changed

  • Update README.md by @roh26it in #1
  • fix retry handler error headers and attempt count by @VisargD in #3
  • convert incoming body from snake case to camel case by @VisargD in #4
  • support configs in proxy calls by @VisargD in #5
  • change the api signature from camel case to snake case wherever required by @VisargD in #6
  • add wait time during stream to avoid irregular worker behaviour by @VisargD in #7
  • Anyscale integration by @VisargD in #8
  • Community updates by @vrushankportkey in #9
  • add usage for anyscale response by @VisargD in #16
  • add stream sleep time for azure requests by @VisargD in #17
  • fix azure proxy url logic by @VisargD in #18
  • overwrite stream mode to false when cache status is hit by @VisargD in #19
  • append last used option index header in proxy response by @VisargD in #23
  • feat: Adding support for cacheKey by @noble-varghese in #20
  • fix: adding cacheKey in the proxy calls by @noble-varghese in #26
  • fix duplicate camel case conversion for provider options in proxy by @VisargD in #35
  • streamline get from cache function arguments for proxy calls by @VisargD in #29
  • Add support for latest anthropic API version by @VisargD in #38
  • feat: palm integration by @noble-varghese in #30
  • add mapping for proxy routes in azure get endpoint function by @VisargD in #41
  • fix: adding mappings for max_tokens and stopsequences by @noble-varghese in #42
  • fix: adding the new openai params by @noble-varghese in #44
  • Support GET requests on Rubeus (#47) by @roh26it in #45
  • Feat/new routes and config by @VisargD in #49
  • Feat/anyscale new models and routes by @VisargD in #52
  • update anyscale completions stream transform by @VisargD in #53
  • support tool call and json mode for anyscale chat completions by @VisargD in #56
  • add tools and json mode support for azure-openai chat completions by @VisargD in #62
  • refactor and fix tryTargetsRecursively function by @VisargD in #58
  • add together-ai integration by @VisargD in #60
  • add support for together ai chat completions route by @VisargD in #64
  • move /v1 to individual route to support together inference route'; by @VisargD in #69
  • Feat/gemini integration by @VisargD in #66
  • support anthropic messages route by @VisargD in #67
  • resolve merge conflict by @VisargD in #70
  • short config support in proxy by @VisargD in #73
  • Fix google stream issue by @VisargD in #75
  • mistral ai integration by @VisargD in #79
  • perplexity ai integration by @VisargD in #80
  • fix perplexity top_k param mapping by @VisargD in #84
  • Readme Updates by @roh26it in #85

New Contributors

Full Changelog: https://github.com/Portkey-AI/gateway/commits/v1.0.0