Releases: timoklimmer/powerproxy-aoai
Releases · timoklimmer/powerproxy-aoai
v0.6.0
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
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
What's Changed
- Option to use mock response for AOAI
- Improved console output
- pylint config changes
- Several version bumps and fixes
v0.3.0
What's Changed
- Several version bumps (python, fastapi, langchain)
v0.2.0
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
- @clemlesne made their first contribution in #10
- @dependabot made their first contribution in #11
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release.