[PR #12] [MERGED] release: 0.8.0 #14

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama-cloud-py/pull/12
Author: @stainless-app[bot]
Created: 11/28/2025
Status: Merged
Merged: 11/28/2025
Merged by: @logan-markewich

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


📝 Commits (2)

  • 388d86e feat(api): add get page figure/screenshot methods
  • 2e443c9 release: 0.8.0

📊 Changes

12 files changed (+523 additions, -12 deletions)

View changed files

📝 .release-please-manifest.json (+1 -1)
📝 .stats.yml (+4 -4)
📝 CHANGELOG.md (+8 -0)
📝 api.md (+2 -0)
📝 pyproject.toml (+1 -1)
📝 src/llama_cloud/_version.py (+1 -1)
📝 src/llama_cloud/resources/files.py (+216 -0)
📝 src/llama_cloud/types/__init__.py (+2 -0)
📝 src/llama_cloud/types/beta/sheets_job.py (+2 -5)
src/llama_cloud/types/file_get_page_figure_params.py (+18 -0)
src/llama_cloud/types/file_get_page_screenshot_params.py (+16 -0)
📝 tests/api_resources/test_files.py (+252 -0)

📄 Description

Automated Release PR

0.8.0 (2025-11-28)

Full Changelog: v0.7.0...v0.8.0

Features

  • api: add get page figure/screenshot methods (388d86e)

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/12 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 11/28/2025 **Status:** ✅ Merged **Merged:** 11/28/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `release-please--branches--main--changes--next` --- ### 📝 Commits (2) - [`388d86e`](https://github.com/run-llama/llama-cloud-py/commit/388d86e0d6a749632ef2deb00ee1917b00df9aba) feat(api): add get page figure/screenshot methods - [`2e443c9`](https://github.com/run-llama/llama-cloud-py/commit/2e443c9ee3ac90b147080115816215a5331c21d6) release: 0.8.0 ### 📊 Changes **12 files changed** (+523 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.release-please-manifest.json` (+1 -1) 📝 `.stats.yml` (+4 -4) 📝 `CHANGELOG.md` (+8 -0) 📝 `api.md` (+2 -0) 📝 `pyproject.toml` (+1 -1) 📝 `src/llama_cloud/_version.py` (+1 -1) 📝 `src/llama_cloud/resources/files.py` (+216 -0) 📝 `src/llama_cloud/types/__init__.py` (+2 -0) 📝 `src/llama_cloud/types/beta/sheets_job.py` (+2 -5) ➕ `src/llama_cloud/types/file_get_page_figure_params.py` (+18 -0) ➕ `src/llama_cloud/types/file_get_page_screenshot_params.py` (+16 -0) 📝 `tests/api_resources/test_files.py` (+252 -0) </details> ### 📄 Description Automated Release PR --- ## 0.8.0 (2025-11-28) Full Changelog: [v0.7.0...v0.8.0](https://github.com/run-llama/llama-cloud-py/compare/v0.7.0...v0.8.0) ### Features * **api:** add get page figure/screenshot methods ([388d86e](https://github.com/run-llama/llama-cloud-py/commit/388d86e0d6a749632ef2deb00ee1917b00df9aba)) --- 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:43 -05:00
yindo closed this issue 2026-02-16 04:15:43 -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#14