Skip to content

Releases: PromptSail/prompt_sail

v0.5.3

05 Jul 08:22
9cc683f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

Release v0.5.2

04 Jul 19:53
970004b
Compare
Choose a tag to compare

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

22 Jun 11:02
88ea93e
Compare
Choose a tag to compare

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

SSO Integration, Authorization Enhancements, and Configuration Updates [fix]

18 May 09:28
52abe49
Compare
Choose a tag to compare

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

18 May 08:49
3001180
Compare
Choose a tag to compare

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

11 Apr 06:07
44b2fc9
Compare
Choose a tag to compare

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

  • PR: Enhancements: Error handlings, UI/UX Updates, and New Features by @Bklzn in #26

Full Changelog: v0.2...v0.3.0

v0.2.1

01 Apr 20:12
d5414cc
Compare
Choose a tag to compare

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

01 Apr 19:50
9ebaae1
Compare
Choose a tag to compare

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

16 Feb 11:37
b863918
Compare
Choose a tag to compare

UI fixes and improved transaction collecting mechanism.

First alpha release

04 Feb 17:01
53079bb
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-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