Skip to content

Release SDK updates - #18

Merged
yongpark merged 26 commits into
mainfrom
stainless/release
Aug 12, 2026
Merged

Release SDK updates#18
yongpark merged 26 commits into
mainfrom
stainless/release

Conversation

@llama-org-ci-bot

@llama-org-ci-bot llama-org-ci-bot Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Promotes stainless/release onto main26 commits. Merging this lets release-please cut the next release and write CHANGELOG.md.

Features

  • feat(extract): accept webhook_configuration_ids on extract job create (LI-8138) (#22907) (3705dd2)
  • feat(split): accept webhook_configuration_ids on split job create (LI-8138) (#22940) (1e7b609)
  • feat(extract): reject parse_tier for parse-free tiers + pin turbo fallback to fast (#22919) (59351c3)
  • feat(extract): pin turbo to a stable dated version; accept citations+confidence, reject only granular bboxes (#22965) (a9b12bf)
  • feat(classify): accept webhook_configuration_ids on classify job create (LI-8138) (#22943) (087ee56)
  • feat(parse): make the output.pdf artifact opt-in on Parse v2 (output_options.save_output_pdf) (#23510) (1108da9)
  • feat(connector): API + service layer for attaching a subscription to a directory (#23502) (b3d53f6)
  • feat(parse,extract): add expand=usage returning credits billed per job (#23709) (1fb5977)
  • feat(files): rename files.get to files.content and restore files.retrieve (2fd9092)

Bug Fixes

  • fix(llamaparse): retry qwen context-overflow 400s with a shrinking OCR anchor (#23817) (b98043b)
  • fix: build against llama-parse-go v1.5.0 and drop the duplicated TestClassifyCancel (release: 1.3.0 #13) (f0eb259)

Documentation

  • docs(parse): shorten the images_to_save field description (#23807) (2f78313)

Refactors

  • refactor: remove Depends(get_db) from permissions endpoints (#22635) (087b803)

⚠️ Not conventional-commit — release-please will DROP these from CHANGELOG.md

  • Optimize agentic Gemini prompt caching (#22627) (f8451dc)
  • LI-8489: restore client.batches (v2) in the published SDK (f280440)
  • LI-8754 follow-up: surface the endpoints the console actively consumes (01b0b3a)
  • Enable Extract v2 caching with configuration control (#23715) (980300a)
Chores & CI (4)
Codegen & merge commits (5)

Regenerated by stlc-promote.yml on every promote, from main...stainless/release.

stlc-bot and others added 26 commits July 23, 2026 03:29
Stainless-Generated-From: df7471c061f32531d93410ed4786c7abb92a7460
Stainless-Generated-From: 25fd93b723046c33ecaed126ad33b83426ffd86b
…22763)

Stainless-Generated-From: 33a80bbe7e0cd4f74163d60e35a46680300d0b35
… (LI-8138) (#22907)

Stainless-Generated-From: 828b6306884d396280171dd0a90aac916b04f414
…-8138) (#22940)

Stainless-Generated-From: 3db49514b83d77a5753a0cf9ef7de15286de9f09
…lback to fast (#22919)

Stainless-Generated-From: e4a44be564244cbbf1358d6e8a5c40bde8d7f0cd
…confidence, reject only granular bboxes (#22965)

Stainless-Generated-From: 33160073e59628d075b4b8f4f3c238d2dacb05e0
…te (LI-8138) (#22943)

Stainless-Generated-From: b6f468fc702bbc0564eca6a865fa93ded03ee85d
Stainless-Generated-From: 08b4d610d476431fcf4357fc7daf0b2bb39ce510
Stainless-Generated-From: 8428bc1c679e237cc44be494e69ca04653f9654a
Stainless-Generated-From: bbcd1247b2d415be8745983e8c811f09ce590a26
…options.save_output_pdf) (#23510)

Stainless-Generated-From: 9b747e176674dccd4c2a58ac71678552d49de516
…a directory (#23502)

Stainless-Generated-From: 40626d1bde9298eb5cd19d35b616f6b1a675764a
Since 2026-07-23 every back-sync push has been rejected:

    ! [remote rejected] production/main -> stlc/from-prod (refusing to
      allow a GitHub App to create or update workflow
      .github/workflows/release-doctor.yml without `workflows` permission)

The PAT-retirement commits on production put .github/workflows changes
into production/main. GITHUB_TOKEN can never carry those back — workflows
is not a grantable scope in a permissions: block — so the branch, and with
it the whole back-sync, has been stuck for 60 consecutive runs.

Push and open the PR with a second CI_BOT app token scoped to this repo
and carrying permission-workflows: write, stop persisting GITHUB_TOKEN on
origin, and narrow the workflow's own permissions to contents: read, which
is all checkout needs.

Also drop the schedule: trigger. GitHub attributes cron runs to whoever
last edited the schedule: block, so these were running under an unrelated
account; the cadence moves to the central dispatcher in run-llama/stainless.


Claude-Session: https://claude.ai/code/session_01WfHtqy5RiA44MuSdChGxck

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…b (#23709)

Stainless-Generated-From: 4aaee7bc2348e82d282b90854c633aa92eba0640
Sync release changes from production
Stainless-Generated-From: fe6e8c1c51e7429c49dca02a2e1f2ec9cdd9ef0c
Stainless-Generated-From: aa500a0cd499a834162cf56637b3300537a63c7b
Verified 2026-08-07 by running both trigger paths side by side on this repo:
workflow_dispatch runs are attributed to llama-org-ci-bot[bot], scheduled runs
to a maintainer who has left the org. The dispatcher in run-llama/stainless
covers this workflow, so the cron only produced a duplicate run under a
departed user's name.
Stainless-Generated-From: 5c91e4fb3a7154accffd728301117dc6a2dc803d
…R anchor (#23817)

Stainless-Generated-From: c85e7647792649682ef404232b38329408fb9a43
Stainless-Generated-From: 0e7dfb318cc2b937f19fe8924b8917e01ee3a667
Stainless-Generated-From: e6f5ca19b6cabf6a0fbe1cd95e5bb12769abd9c5
…ieve

Stainless-Generated-From: 18fd94aeec9592f97756b4a7c05967c938a4818d
@yongpark
yongpark merged commit b62121d into main Aug 12, 2026
7 checks passed
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.

1 participant