Releases: PromptSail/prompt_sail
v0.5.3
Release v0.5.2
What's Changed
Backend Enhancements:
- Handling of Multi-modal Data: Added support for Azure multi-modal data handling, including saving images from DALL-E and handling text-image combined messages.
- SSO and Authorization: Implemented simple custom authorization via bearer for handling OIDC and multiple fixes and enhancements in SSO configuration and error handling.
- Transaction and Project Management:
- Added new endpoints and updated existing ones for better transaction management.
- Fixed issues with transaction and project details including proxy URL configurations.
- Performance and Optimization:
- Improved the functionality for streaming responses and handling of environment variables.
- Optimized image resizing for storage and handling within the database.
- Error Handling: Fixed a variety of errors including a 500 error on PUT method for project configurations and login issues.
Frontend Enhancements:
- UI Improvements:
- Enhanced several pages including the login, home, and organization dashboard pages.
- Added and updated various UI elements like submit buttons, tooltips, and loading animations.
- Documentation and Navigation:
- Updated navigation structures and added detailed descriptions to the project dashboard.
- Improved the documentation for supported models and transaction handling.
- Error Pages and Styling Fixes:
- Implemented custom 404 and 500 error pages.
- Numerous small fixes including avatar fixes in filters, interceptor adjustments, and UI style consistency.
Configuration and Deployment:
- Build and Deployment Enhancements:
- Updated project dependencies including a significant update to Langchain and integration of new libraries.
- Rethought Docker build strategies to support environment variations.
- Fixed issues related to the documentation build and updated the deployment cookbook.
PR's
- Documentation Enhancements and Backend Updates to Dev Branch by @Bklzn in #37
- Enhancements and Fixes by @Bklzn in #38
Full Changelog: v0.5.0...v0.5.2
v0.5.0
What's Changed
- Fixes and adjustments for SS0
- New UI: Dashboard, project transitions, AI providers, statistics and charts
- Multimodal Handling
- Extended the documentation on Environment variables, deployment to Azure, and local deployment, database structure
Full Changelog: v0.4.1...v0.5.0
- Fixes and adjustments for sso by @sliwaszymon in #35
- New UI Enhancements and Multimodal Handling by @sliwaszymon in #36
SSO Integration, Authorization Enhancements, and Configuration Updates [fix]
What's Changed
Documentation, Backend, and Frontend Updates in #27
Transaction processing Fixes, new docker images, docs and Anthropic example in #28
Unit tests for computing statistics, transition aggregation and pricing #31
Documentation and Code Refinements in #30
SSO Integration, Authorization Enhancements, and Configuration Fixes in #32
SSO Integration, Authorization Enhancements, and Configuration Updates in #33
Full Changelog: v0.3.0...v0.4.0
SSO Integration, Authorization Enhancements, and Configuration Updates
What's Changed
- Documentation, Backend, and Frontend Updates in #27
- Transaction processing Fixes, new docker images, docs and Anthropic example in #28
- Unit tests for computing statistics, transition aggregation and pricing #31
- Documentation and Code Refinements in #30
- SSO Integration, Authorization Enhancements, and Configuration Fixes in #32
- SSO Integration, Authorization Enhancements, and Configuration Updates in #33
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- better error transaction handling
- fix error in tagging transactions mechanism
- fix UI charts errors related to date ranges
- better LLM model and version recognition
- add UI enhancement in statistics and charts ( transaction by status code, costs in dollars and tokens)
Full list of changes
Full Changelog: v0.2...v0.3.0
v0.2.1
Change log:
-added a new way of collecting all requests (especially those with errors)
-introduce statistics for transactions
- aggregate number of transactions per deployment and model, grouped by response status code
- aggregating the transaction costs
- compute average generation speed by deployment and model
- new UI based on react Ant-design framework
- Fix the docker tagging mechanism
Stable v0.2
Change log:
- added new way of collecting all requests (especially those with errors)
- introduce statistics for transactions
- aggregate number of transactions per deployment and model, grouped by response status code
- aggregating the transaction costs
- compute average generation speed by deployment and model
- new UI based on react Ant-design framework
v0.2-alpha
UI fixes and improved transaction collecting mechanism.
First alpha release
First alpha release with ghcr.io public docker images for promptsail-backend and promptsail-ui
Full Changelog: https://github.com/PromptSail/prompt_sail/commits/v0.1.0