Skip to content

Tags: Bastion-Data-Project/unstract

Tags

v0.86.7

Toggle v0.86.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Tool container name validation for length < 63 (Zipstack#697)

Tool container name validation for length < 63

v0.86.6

Toggle v0.86.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Renamed runner back to worker to resolve build issues (Zipstack#695

)

Renamed runner back to worker to resolve build issues

v0.82.10

Toggle v0.82.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
hotfix: Cron string validation to prevent scheduling within an hour's…

… time (Zipstack#694)

Cron string validation to prevent scheduling within an hour's time - hotfix

v0.86.5

Toggle v0.86.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FIX: Issue in Displaying Cost for Prompt Run (Zipstack#690)

Fixed the issue in displaying cost for prompt run

Co-authored-by: Rahul Johny <[email protected]>

v0.86.4

Toggle v0.86.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[FIX] SDK version bump (Zipstack#681)

* SDK version bump

Signed-off-by: Deepak <[email protected]>

* Updated lock files

Signed-off-by: Deepak <[email protected]>

* Fixed conflicts

Signed-off-by: Deepak <[email protected]>

* Structure tool version bump

Signed-off-by: Deepak <[email protected]>

---------

Signed-off-by: Deepak <[email protected]>
Signed-off-by: Deepak K <[email protected]>

v0.86.3

Toggle v0.86.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/workflow execution exception (Zipstack#677)

* raising exception to handle it by celery hence apiDeployment

* resolved pre commit issues

* logger enriched

---------

Co-authored-by: Rahul Johny <[email protected]>

v0.86.2

Toggle v0.86.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FIX: Removed Polling to Fetch Token Usage API (Zipstack#668)

* Removed polling for token usage

* Persist the token usage details from the output manager API response

* Refactored the code related to token usage

* Removed the custom hook that's used to fetch the token usage

v0.86.1

Toggle v0.86.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added env setting for django atomic requests (Zipstack#664)

* Added env setting for django atomic requests

* Added traction boundary to the code block of django tenant migration

* Addressed review comments

---------

Co-authored-by: Ritwik G <[email protected]>

v0.86.0

Toggle v0.86.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reverse merge - Hotfix v0.82.9 (Zipstack#663)

* fix/feature-flag-service-check

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix/feature-flag-checks#2

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix/feature-flag-checks#3

* HOTFIX: Alert message appears when the app is loaded initially (Zipstack#642)

Added return statement if the user is not authenticated

* Added CacheControlMiddleware to avoid request caches (Zipstack#661)

* HOTFIX: Trigger logout when mandatory API fails. (Zipstack#662)

* Log the user out if atleast one of the mandatory API fails

* Added check for orgId and csrfToken

* Reverted back the trial expired changes

* Moved the timestamp initialization inside the function

---------

Co-authored-by: Athul <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Tahier Hussain <[email protected]>
Co-authored-by: ali <[email protected]>
Co-authored-by: Jaseem Jas <[email protected]>

v0.82.9

Toggle v0.82.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
HOTFIX: Trigger logout when mandatory API fails. (Zipstack#662)

* Log the user out if atleast one of the mandatory API fails

* Added check for orgId and csrfToken

* Reverted back the trial expired changes

* Moved the timestamp initialization inside the function