Skip to content

Releases: timoklimmer/powerproxy-aoai

v0.6.0

28 Nov 17:26
Compare
Choose a tag to compare

What's Changed

  • Export/import PowerProxy configuration from/to Container App deployment to enable config changes without re-deployment and integration into external permission management systems
  • Output of PowerProxy URL at end of deployment script
  • max_tokens_per_minute_k -> max_tokens_per_minute_in_k
  • No extra containerapp extension for Azure CLI any more, as is part of default Azure CLI now
  • Azure deployment uses YAML-formatted configuration instead of mix of YAML and JSON, removed --config-string parameter
  • Updated samples to use openai Python package version 1.3.5
  • Several other version bumps
  • Bugfixes
  • Documentation updates

Full Changelog: v0.5.0...v0.6.0

v0.5.0

08 Nov 16:18
Compare
Choose a tag to compare

What's Changed

  • Deployment improvements, no more manual steps required for deployment (except adjusting config files)
  • Bump langchain from 0.0.310 to 0.0.311 by @dependabot in #24
  • Bump azure-identity from 1.14.0 to 1.14.1 by @dependabot in #26
  • Bump fastapi from 0.103.2 to 0.104.0 by @dependabot in #27
  • Bump azure-identity from 1.14.1 to 1.15.0 by @dependabot in #28
  • Bump httpx from 0.25.0 to 0.25.1 by @dependabot in #30
  • Bump fastapi from 0.104.0 to 0.104.1 by @dependabot in #29
  • Bump uvicorn[standard] from 0.23.2 to 0.24.0.post1 by @dependabot in #31

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 Oct 18:52
Compare
Choose a tag to compare

What's Changed

  • Option to use mock response for AOAI
  • Improved console output
  • pylint config changes
  • Several version bumps and fixes

v0.3.0

04 Oct 08:30
Compare
Choose a tag to compare

What's Changed

  • Several version bumps (python, fastapi, langchain)

v0.2.0

28 Sep 18:45
Compare
Choose a tag to compare

What's Changed

  • Introduced plugin to configure maximum number of tokens per minute (TPMs) for each client individually
  • Several minor dependency version bumps for testing and GitHub automation
  • Code refactorings

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

25 Sep 15:34
Compare
Choose a tag to compare

Initial release.