Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-11-19 | 733 Bytes | |
v0.2.0 - AWS Bedrock Support _ Performance Improvements source code.tar.gz | 2024-11-19 | 29.1 kB | |
v0.2.0 - AWS Bedrock Support _ Performance Improvements source code.zip | 2024-11-19 | 47.5 kB | |
Totals: 3 Items | 77.3 kB | 1 |
[0.2.0] - 2024-11-20
Added
- AWS Bedrock models support via the same gateway, allowing access to streaming capabilities through OpenAI-compatible interfaces.
- AWS Sigv4 request signing functionality in
src/proxy/signing.rs
for secure API requests. - Comprehensive documentation for AWS Bedrock Provider integration in
docs/providers/bedrock.md
.
Enhanced
- Updated provider documentation to reflect new features and improvements.
- Significant performance improvements across the codebase, including optimizations in
Cargo.toml
.
Fixed
- Various minor bug fixes and improvements in request handling and processing.
Full Changelog: https://github.com/MagicAPI/ai-gateway/compare/v0.1.7...v0.2.0