[PR #1] [MERGED] release: 0.1.0 #3

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

📋 Pull Request Information

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

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


📝 Commits (7)

  • 5e2aade feat(api): api update
  • a09a6bf feat(api): add pagination config
  • 0e93369 feat(api): clean up schemas
  • daee74d feat(api): more cleanup
  • bf4d489 feat(api): update readme
  • 7bdd2b6 feat(api): fix pagination example in readme
  • d6c0a29 release: 0.1.0

📊 Changes

237 files changed (+10454 additions, -15988 deletions)

View changed files

📝 .release-please-manifest.json (+1 -1)
📝 .stats.yml (+4 -4)
CHANGELOG.md (+35 -0)
📝 README.md (+108 -26)
📝 api.md (+61 -221)
📝 pyproject.toml (+1 -1)
📝 src/llama_cloud/_client.py (+1 -68)
📝 src/llama_cloud/_version.py (+1 -1)
src/llama_cloud/pagination.py (+549 -0)
📝 src/llama_cloud/resources/__init__.py (+0 -70)
src/llama_cloud/resources/api_keys.py (+0 -365)
src/llama_cloud/resources/auth.py (+0 -135)
📝 src/llama_cloud/resources/beta/__init__.py (+0 -14)
📝 src/llama_cloud/resources/beta/agent_data.py (+103 -103)
src/llama_cloud/resources/beta/api_keys.py (+0 -514)
📝 src/llama_cloud/resources/beta/beta.py (+7 -162)
📝 src/llama_cloud/resources/beta/directories/directories.py (+116 -113)
📝 src/llama_cloud/resources/beta/directories/files.py (+104 -101)
📝 src/llama_cloud/resources/beta/parse_configurations.py (+311 -311)
📝 src/llama_cloud/resources/beta/spreadsheet.py (+221 -124)

...and 80 more files

📄 Description

Automated Release PR

0.1.0 (2025-11-07)

Full Changelog: v0.0.1...v0.1.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (243dea9)

Chores

  • configure new SDK language (21510df)
  • internal/tests: avoid race condition with implicit client cleanup (cc38e89)
  • internal: grammar fix (it's -> its) (f0c3628)

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/1 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/7/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `release-please--branches--main--changes--next` --- ### 📝 Commits (7) - [`5e2aade`](https://github.com/run-llama/llama-cloud-py/commit/5e2aade9aefa461b215f37fe60239cea20c98cf8) feat(api): api update - [`a09a6bf`](https://github.com/run-llama/llama-cloud-py/commit/a09a6bf431ddd321b14a6c5574117690f7cbae00) feat(api): add pagination config - [`0e93369`](https://github.com/run-llama/llama-cloud-py/commit/0e9336946b3ef953ed1e851621a5bba393971ef0) feat(api): clean up schemas - [`daee74d`](https://github.com/run-llama/llama-cloud-py/commit/daee74d609630bf1b4690c01d15119f99c96ec8e) feat(api): more cleanup - [`bf4d489`](https://github.com/run-llama/llama-cloud-py/commit/bf4d489a8fd70c48923311e1cdf92716c9cfdfb8) feat(api): update readme - [`7bdd2b6`](https://github.com/run-llama/llama-cloud-py/commit/7bdd2b66e7ece7923c0a3341d32ecfe830ad41eb) feat(api): fix pagination example in readme - [`d6c0a29`](https://github.com/run-llama/llama-cloud-py/commit/d6c0a29a1271088bdeee0a76f0166b43266caf77) release: 0.1.0 ### 📊 Changes **237 files changed** (+10454 additions, -15988 deletions) <details> <summary>View changed files</summary> 📝 `.release-please-manifest.json` (+1 -1) 📝 `.stats.yml` (+4 -4) ➕ `CHANGELOG.md` (+35 -0) 📝 `README.md` (+108 -26) 📝 `api.md` (+61 -221) 📝 `pyproject.toml` (+1 -1) 📝 `src/llama_cloud/_client.py` (+1 -68) 📝 `src/llama_cloud/_version.py` (+1 -1) ➕ `src/llama_cloud/pagination.py` (+549 -0) 📝 `src/llama_cloud/resources/__init__.py` (+0 -70) ➖ `src/llama_cloud/resources/api_keys.py` (+0 -365) ➖ `src/llama_cloud/resources/auth.py` (+0 -135) 📝 `src/llama_cloud/resources/beta/__init__.py` (+0 -14) 📝 `src/llama_cloud/resources/beta/agent_data.py` (+103 -103) ➖ `src/llama_cloud/resources/beta/api_keys.py` (+0 -514) 📝 `src/llama_cloud/resources/beta/beta.py` (+7 -162) 📝 `src/llama_cloud/resources/beta/directories/directories.py` (+116 -113) 📝 `src/llama_cloud/resources/beta/directories/files.py` (+104 -101) 📝 `src/llama_cloud/resources/beta/parse_configurations.py` (+311 -311) 📝 `src/llama_cloud/resources/beta/spreadsheet.py` (+221 -124) _...and 80 more files_ </details> ### 📄 Description Automated Release PR --- ## 0.1.0 (2025-11-07) Full Changelog: [v0.0.1...v0.1.0](https://github.com/run-llama/llama-cloud-py/compare/v0.0.1...v0.1.0) ### Features * **api:** add pagination config ([a09a6bf](https://github.com/run-llama/llama-cloud-py/commit/a09a6bf431ddd321b14a6c5574117690f7cbae00)) * **api:** api update ([5e2aade](https://github.com/run-llama/llama-cloud-py/commit/5e2aade9aefa461b215f37fe60239cea20c98cf8)) * **api:** api update ([64c9670](https://github.com/run-llama/llama-cloud-py/commit/64c9670fcf95169273929d13fc46c2b11efd62b5)) * **api:** api update ([34f9ead](https://github.com/run-llama/llama-cloud-py/commit/34f9ead6480e2bb8176e73b92e21bcac2c4998df)) * **api:** api update ([3b2842f](https://github.com/run-llama/llama-cloud-py/commit/3b2842f681a011d56ccf7b7eb9d0b0fa5938bbae)) * **api:** api update ([4e3731c](https://github.com/run-llama/llama-cloud-py/commit/4e3731c85afd4efaa2492b36ff72ced402a1df2b)) * **api:** api update ([aad8635](https://github.com/run-llama/llama-cloud-py/commit/aad8635110d562f64e08e84d2dc3552066b174be)) * **api:** clean up schemas ([0e93369](https://github.com/run-llama/llama-cloud-py/commit/0e9336946b3ef953ed1e851621a5bba393971ef0)) * **api:** fix pagination example in readme ([7bdd2b6](https://github.com/run-llama/llama-cloud-py/commit/7bdd2b66e7ece7923c0a3341d32ecfe830ad41eb)) * **api:** manual updates ([dd6fde5](https://github.com/run-llama/llama-cloud-py/commit/dd6fde5feb15a8a47f5ef22342dbe1e5b251a3a0)) * **api:** manual updates ([a4fb399](https://github.com/run-llama/llama-cloud-py/commit/a4fb39918251947b112db1159c5cd4fc954d3751)) * **api:** manual updates ([1015a46](https://github.com/run-llama/llama-cloud-py/commit/1015a4645225859fd76d303e72c5e32262bdec3d)) * **api:** manual updates ([9aaa486](https://github.com/run-llama/llama-cloud-py/commit/9aaa486baa8071d1bced680c458a522368352d52)) * **api:** more cleanup ([daee74d](https://github.com/run-llama/llama-cloud-py/commit/daee74d609630bf1b4690c01d15119f99c96ec8e)) * **api:** update readme ([bf4d489](https://github.com/run-llama/llama-cloud-py/commit/bf4d489a8fd70c48923311e1cdf92716c9cfdfb8)) ### Bug Fixes * **client:** close streams without requiring full consumption ([243dea9](https://github.com/run-llama/llama-cloud-py/commit/243dea98df257f78ccf52a3baea18e1021ed4781)) ### Chores * configure new SDK language ([21510df](https://github.com/run-llama/llama-cloud-py/commit/21510df5cbe886f1fcb5e9e9d542bf7369c25ce9)) * **internal/tests:** avoid race condition with implicit client cleanup ([cc38e89](https://github.com/run-llama/llama-cloud-py/commit/cc38e89f51106fee9df9d4b3db1bed3e3c0145d2)) * **internal:** grammar fix (it's -&gt; its) ([f0c3628](https://github.com/run-llama/llama-cloud-py/commit/f0c36285f6ea54ffeb7231bc6cd55b89f4272f3b)) --- 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:40 -05:00
yindo closed this issue 2026-02-16 04:15:40 -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#3