Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 17:49
· 29 commits to refs/heads/main since this release

What's Changed

  • Introduced optional "forward_http_header_only_if_name_matches" config setting. Filters the HTTP headers forwarded to Azure OpenAI based on a regular expression. Use this if the host running PowerProxy adds additional headers not accepted by Azure OpenAI. Example: (?!x-) will remove all headers where name starts with x-. By default, all headers except host and content-length will be forwarded (as was before).
  • Several dependency version bumps: uvicorn, tiktoken, redis, azure-identity, fastapi.

Full Changelog: v0.12.1...v0.13.0