Skip to content

chore: prepare release 0.3.0#1001

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
release
Open

chore: prepare release 0.3.0#1001
github-actions[bot] wants to merge 1 commit into
masterfrom
release

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

This PR was created automatically. Merging it will finalize the changelog for 0.3.0

Breaking Changes

Add basic pool support.

Fund one pool per connect key instead of individual accounts. Accounts attached to a pool draw from its shared balance.

Features

  • Added reconnecting field to auth connect status so apps can tell if a user is returning or connecting for the first time.

Add network read and write throughput estimates to the client.

The client now exposes ReadEstimate and WriteEstimate, returning the expected duration to transfer a given number of bytes from the network-wide observed throughput. Both fall back to a default rate before any bulk transfers have been sampled.

Fixes

  • Chunk RecordIntegrityCheck UPDATEs to bound per-statement latency and shorten row-lock windows.
  • Don't renew a contract with capacity 0 if there is another active contract with capacity 0 already
  • Rework the unhealthy slabs query to avoid full table scans on large databases.
  • Register additional sharing account for each user
  • Take into account inflight uploads and downloads when scheduling hosts.

Return a typed HTTPError from the app client on non-2xx responses.

The app client previously returned errors.New("") when an upstream proxy returned a non-2xx status code with an empty body, making failures impossible to diagnose. It now returns an *HTTPError carrying both the status code and body, formatted as HTTP <code>: <message>. Callers can errors.As on it to branch retry behavior on the status code.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@github-actions github-actions Bot force-pushed the release branch 8 times, most recently from 59559ad to 36f140d Compare June 12, 2026 07:23
@github-actions github-actions Bot force-pushed the release branch 4 times, most recently from d382432 to 5c64129 Compare June 23, 2026 08:38
@github-actions github-actions Bot force-pushed the release branch 2 times, most recently from 51d3ad6 to 3a48fa0 Compare June 24, 2026 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants