chore(release): update versions and changelogs#1
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
release/bumps
branch
from
February 11, 2026 03:03
6594233 to
bbdc063
Compare
ShinySyntax
pushed a commit
that referenced
this pull request
Jul 1, 2026
…seq scan (akash-network#3299) * fix(deployment): keyset-paginate gpu-prices query to drop deployment seq scan findAllWithGpuResources prefetched every single-GPU deployment id then re-fetched them in 200-id batches via `WHERE deployment.id IN (...)`, which seq-scanned the whole deployment table on each batch — the #1 query by DB load behind GET /v1/gpu-prices. Drive off an indexed keyset scan on deployment(createdHeight, id) with an EXISTS for the gpuUnits=1 membership, and load bids via a separate query keyed on the indexed message.relatedDeploymentId. Output is byte-identical. Adds index deployment_group_deployment_id on deploymentGroup(deploymentId) (indexer migration 0008) so the EXISTS probe is index-driven. * fix(deployment): guard gpu-prices chunkSize against non-positive values A non-positive chunkSize would make the keyset loop never break on an empty batch and then dereference batch[-1] for the cursor. Validate it as a positive integer (it is internal/test-only, so a bad value is a programmer error).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates versions and changelogs for the next release. Merging will trigger release workflows.
❗ ❗ ❗ This PR does not trigger actions due to github restrictions (see akash-network#798).
In order to merge this PR, it is required to click on "Merge without waiting for requirements to be met (bypass rules)".
If you do not have permission to bypass checks, just close and reopen the PR, it will trigger github actions on your behalf.