[PR #32] [MERGED] release: 1.0.0-beta.3 #36

Closed
opened 2026-02-16 04:15:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama-cloud-py/pull/32
Author: @stainless-app[bot]
Created: 1/14/2026
Status: Merged
Merged: 1/14/2026
Merged by: @pjames27

Base: mainHead: release-please--branches--main--changes--next


📝 Commits (6)

  • 95d0c9a chore(internal): codegen related update
  • d6cbf95 feat(client): add support for binary request streaming
  • c23da58 feat(api): manual updates
  • 26ea9be codegen metadata
  • 0a091c1 chore: update SDK settings
  • f4f6651 release: 1.0.0-beta.3

📊 Changes

19 files changed (+431 additions, -410 deletions)

View changed files

📝 .release-please-manifest.json (+1 -1)
📝 .stats.yml (+2 -2)
📝 CHANGELOG.md (+15 -0)
📝 README.md (+4 -7)
📝 api.md (+1 -2)
📝 pyproject.toml (+1 -1)
📝 src/llama_cloud/_base_client.py (+134 -11)
📝 src/llama_cloud/_models.py (+16 -1)
📝 src/llama_cloud/_types.py (+9 -0)
📝 src/llama_cloud/_version.py (+1 -1)
📝 src/llama_cloud/resources/extraction/jobs.py (+1 -151)
📝 src/llama_cloud/types/__init__.py (+7 -0)
📝 src/llama_cloud/types/extraction/__init__.py (+0 -2)
src/llama_cloud/types/extraction/job_batch_params.py (+0 -33)
src/llama_cloud/types/extraction/job_batch_response.py (+0 -10)
src/llama_cloud/types/list_item.py (+48 -0)
📝 src/llama_cloud/types/parsing_get_response.py (+6 -37)
📝 tests/api_resources/extraction/test_jobs.py (+0 -149)
📝 tests/test_client.py (+185 -2)

📄 Description

Automated Release PR

1.0.0-beta.3 (2026-01-14)

Full Changelog: v0.20.0...v1.0.0-beta.3

Features

  • api: manual updates (c23da58)
  • client: add support for binary request streaming (d6cbf95)

Chores

  • internal: codegen related update (95d0c9a)
  • update SDK settings (0a091c1)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama-cloud-py/pull/32 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 1/14/2026 **Status:** ✅ Merged **Merged:** 1/14/2026 **Merged by:** [@pjames27](https://github.com/pjames27) **Base:** `main` ← **Head:** `release-please--branches--main--changes--next` --- ### 📝 Commits (6) - [`95d0c9a`](https://github.com/run-llama/llama-cloud-py/commit/95d0c9abbc779d791fa72acc6ecc53808cacbec3) chore(internal): codegen related update - [`d6cbf95`](https://github.com/run-llama/llama-cloud-py/commit/d6cbf954f2c8b7a29a44b8929acc7c76501720fe) feat(client): add support for binary request streaming - [`c23da58`](https://github.com/run-llama/llama-cloud-py/commit/c23da58fc7096b490c1083d98654cd9bc3db36c1) feat(api): manual updates - [`26ea9be`](https://github.com/run-llama/llama-cloud-py/commit/26ea9be1dc4d002c2f9560ed718c50e170d6c0f3) codegen metadata - [`0a091c1`](https://github.com/run-llama/llama-cloud-py/commit/0a091c12d0b88332786a1e2ba538b027ba41e6aa) chore: update SDK settings - [`f4f6651`](https://github.com/run-llama/llama-cloud-py/commit/f4f66516d0b242494a319fc7ff4d505bc36d9a10) release: 1.0.0-beta.3 ### 📊 Changes **19 files changed** (+431 additions, -410 deletions) <details> <summary>View changed files</summary> 📝 `.release-please-manifest.json` (+1 -1) 📝 `.stats.yml` (+2 -2) 📝 `CHANGELOG.md` (+15 -0) 📝 `README.md` (+4 -7) 📝 `api.md` (+1 -2) 📝 `pyproject.toml` (+1 -1) 📝 `src/llama_cloud/_base_client.py` (+134 -11) 📝 `src/llama_cloud/_models.py` (+16 -1) 📝 `src/llama_cloud/_types.py` (+9 -0) 📝 `src/llama_cloud/_version.py` (+1 -1) 📝 `src/llama_cloud/resources/extraction/jobs.py` (+1 -151) 📝 `src/llama_cloud/types/__init__.py` (+7 -0) 📝 `src/llama_cloud/types/extraction/__init__.py` (+0 -2) ➖ `src/llama_cloud/types/extraction/job_batch_params.py` (+0 -33) ➖ `src/llama_cloud/types/extraction/job_batch_response.py` (+0 -10) ➕ `src/llama_cloud/types/list_item.py` (+48 -0) 📝 `src/llama_cloud/types/parsing_get_response.py` (+6 -37) 📝 `tests/api_resources/extraction/test_jobs.py` (+0 -149) 📝 `tests/test_client.py` (+185 -2) </details> ### 📄 Description Automated Release PR --- ## 1.0.0-beta.3 (2026-01-14) Full Changelog: [v0.20.0...v1.0.0-beta.3](https://github.com/run-llama/llama-cloud-py/compare/v0.20.0...v1.0.0-beta.3) ### Features * **api:** manual updates ([c23da58](https://github.com/run-llama/llama-cloud-py/commit/c23da58fc7096b490c1083d98654cd9bc3db36c1)) * **client:** add support for binary request streaming ([d6cbf95](https://github.com/run-llama/llama-cloud-py/commit/d6cbf954f2c8b7a29a44b8929acc7c76501720fe)) ### Chores * **internal:** codegen related update ([95d0c9a](https://github.com/run-llama/llama-cloud-py/commit/95d0c9abbc779d791fa72acc6ecc53808cacbec3)) * update SDK settings ([0a091c1](https://github.com/run-llama/llama-cloud-py/commit/0a091c12d0b88332786a1e2ba538b027ba41e6aa)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). Alternatively, you can manually set the version number in the title of this pull request. For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request. 🔗 Stainless [website](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 04:15:47 -05:00
yindo closed this issue 2026-02-16 04:15:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama-cloud-py#36