-
Notifications
You must be signed in to change notification settings - Fork 44
Release v1.10.2 #2104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.10.2 #2104
Conversation
…2050) Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.30.1 to 1.30.2. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.30.1...v1.30.2) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-version: 1.30.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes #1958 Signed-off-by: Aofei Sheng <[email protected]>
…2075) Bumps [github.com/casdoor/casdoor-go-sdk](https://github.com/casdoor/casdoor-go-sdk) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/casdoor/casdoor-go-sdk/releases) - [Changelog](https://github.com/casdoor/casdoor-go-sdk/blob/master/.releaserc.json) - [Commits](casdoor/casdoor-go-sdk@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: github.com/casdoor/casdoor-go-sdk dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#2076) Bumps [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) from 4.18.3 to 4.19.0. - [Release notes](https://github.com/golang-migrate/migrate/releases) - [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml) - [Commits](golang-migrate/migrate@v4.18.3...v4.19.0) --- updated-dependencies: - dependency-name: github.com/golang-migrate/migrate/v4 dependency-version: 4.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ckend (#2081) Signed-off-by: Aofei Sheng <[email protected]>
- Introduce lite model configuration and client allocation to optimize costs and improve performance for AI Description and AI Interaction features - Implement fallback logic: lite configs fall back to standard if unspecified Signed-off-by: Aofei Sheng <[email protected]>
…ved reliability (#2090) Increase timeout values to provide sufficient time for complex AI operations: - transportTimeout: 15s -> 45s (for complex operations like history archiving) - backoffBase: 50ms -> 100ms (improved retry intervals) - backoffCap: 1s -> 2s (allow longer backoff periods for stability) Signed-off-by: Aofei Sheng <[email protected]>
Signed-off-by: Aofei Sheng <[email protected]>
Skipping CI for Draft Pull Request. |
This PR has been deployed to the preview environment. You can explore it using the preview URL. Warning Please note that deployments in the preview environment are temporary and will be automatically cleaned up after a certain period. Make sure to explore it before it is removed. For any questions, contact the XBuilder team. |
Related project: https://github.com/orgs/goplus/projects/6/views/1
Backend-op required changes