[PR #40] [MERGED] release: 1.2.0 #42

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

📋 Pull Request Information

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

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


📝 Commits (9)

  • 21505e6 feat(api): api update
  • 69eaf93 feat(api): api update
  • c2d87ea fix(docs): fix mcp installation instructions for remote servers
  • 90b5864 feat(client): add custom JSON encoder for extended type support
  • 4950cda feat(api): api update
  • 7f8e9aa feat(api): Reordering resources
  • 5ae5d42 feat(api): api update
  • eb76f4b feat(api): manual updates - Google Drive
  • ce839c1 release: 1.2.0

📊 Changes

31 files changed (+634 additions, -339 deletions)

View changed files

📝 .release-please-manifest.json (+1 -1)
📝 .stats.yml (+3 -3)
📝 CHANGELOG.md (+19 -0)
📝 README.md (+2 -2)
📝 api.md (+147 -146)
📝 pyproject.toml (+1 -1)
📝 src/llama_cloud/_base_client.py (+5 -2)
📝 src/llama_cloud/_client.py (+141 -141)
📝 src/llama_cloud/_compat.py (+3 -3)
src/llama_cloud/_utils/_json.py (+35 -0)
📝 src/llama_cloud/_version.py (+1 -1)
📝 src/llama_cloud/resources/__init__.py (+24 -24)
📝 src/llama_cloud/resources/classifier/jobs.py (+8 -0)
📝 src/llama_cloud/resources/parsing.py (+4 -0)
📝 src/llama_cloud/types/__init__.py (+5 -4)
📝 src/llama_cloud/types/classifier/job_create_params.py (+16 -2)
📝 src/llama_cloud/types/data_source.py (+2 -0)
📝 src/llama_cloud/types/data_source_create_params.py (+2 -0)
📝 src/llama_cloud/types/data_source_update_params.py (+2 -0)
📝 src/llama_cloud/types/extraction/webhook_configuration.py (+5 -0)

...and 11 more files

📄 Description

Automated Release PR

1.2.0 (2026-01-30)

Full Changelog: v1.1.0...v1.2.0

Features

  • api: api update (5ae5d42)
  • api: api update (4950cda)
  • api: api update (69eaf93)
  • api: api update (21505e6)
  • api: manual updates - Google Drive (eb76f4b)
  • api: Reordering resources (7f8e9aa)
  • client: add custom JSON encoder for extended type support (90b5864)

Bug Fixes

  • docs: fix mcp installation instructions for remote servers (c2d87ea)

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/40 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 1/30/2026 **Merged by:** [@pjames27](https://github.com/pjames27) **Base:** `main` ← **Head:** `release-please--branches--main--changes--next` --- ### 📝 Commits (9) - [`21505e6`](https://github.com/run-llama/llama-cloud-py/commit/21505e669af80fec2e50e4fd4d52b716c094f35e) feat(api): api update - [`69eaf93`](https://github.com/run-llama/llama-cloud-py/commit/69eaf939dcd2d4bb6d3966eccd46f14e03e3d146) feat(api): api update - [`c2d87ea`](https://github.com/run-llama/llama-cloud-py/commit/c2d87ea743e52c8fa8a1fe631d13432f84f40023) fix(docs): fix mcp installation instructions for remote servers - [`90b5864`](https://github.com/run-llama/llama-cloud-py/commit/90b58643d5ec8701b0492479cb4a65d0258ed674) feat(client): add custom JSON encoder for extended type support - [`4950cda`](https://github.com/run-llama/llama-cloud-py/commit/4950cdab74a4e3bb888027bc2ed31f637e16c207) feat(api): api update - [`7f8e9aa`](https://github.com/run-llama/llama-cloud-py/commit/7f8e9aa951112460f50d1064e51930cb86eaf654) feat(api): Reordering resources - [`5ae5d42`](https://github.com/run-llama/llama-cloud-py/commit/5ae5d4233af1d4a32ffb517ccb53698ca12071b7) feat(api): api update - [`eb76f4b`](https://github.com/run-llama/llama-cloud-py/commit/eb76f4bd8edf5bfa5ab9ad85a148877493fb8eeb) feat(api): manual updates - Google Drive - [`ce839c1`](https://github.com/run-llama/llama-cloud-py/commit/ce839c1370b1faadc13a1b885375bd504e19802e) release: 1.2.0 ### 📊 Changes **31 files changed** (+634 additions, -339 deletions) <details> <summary>View changed files</summary> 📝 `.release-please-manifest.json` (+1 -1) 📝 `.stats.yml` (+3 -3) 📝 `CHANGELOG.md` (+19 -0) 📝 `README.md` (+2 -2) 📝 `api.md` (+147 -146) 📝 `pyproject.toml` (+1 -1) 📝 `src/llama_cloud/_base_client.py` (+5 -2) 📝 `src/llama_cloud/_client.py` (+141 -141) 📝 `src/llama_cloud/_compat.py` (+3 -3) ➕ `src/llama_cloud/_utils/_json.py` (+35 -0) 📝 `src/llama_cloud/_version.py` (+1 -1) 📝 `src/llama_cloud/resources/__init__.py` (+24 -24) 📝 `src/llama_cloud/resources/classifier/jobs.py` (+8 -0) 📝 `src/llama_cloud/resources/parsing.py` (+4 -0) 📝 `src/llama_cloud/types/__init__.py` (+5 -4) 📝 `src/llama_cloud/types/classifier/job_create_params.py` (+16 -2) 📝 `src/llama_cloud/types/data_source.py` (+2 -0) 📝 `src/llama_cloud/types/data_source_create_params.py` (+2 -0) 📝 `src/llama_cloud/types/data_source_update_params.py` (+2 -0) 📝 `src/llama_cloud/types/extraction/webhook_configuration.py` (+5 -0) _...and 11 more files_ </details> ### 📄 Description Automated Release PR --- ## 1.2.0 (2026-01-30) Full Changelog: [v1.1.0...v1.2.0](https://github.com/run-llama/llama-cloud-py/compare/v1.1.0...v1.2.0) ### Features * **api:** api update ([5ae5d42](https://github.com/run-llama/llama-cloud-py/commit/5ae5d4233af1d4a32ffb517ccb53698ca12071b7)) * **api:** api update ([4950cda](https://github.com/run-llama/llama-cloud-py/commit/4950cdab74a4e3bb888027bc2ed31f637e16c207)) * **api:** api update ([69eaf93](https://github.com/run-llama/llama-cloud-py/commit/69eaf939dcd2d4bb6d3966eccd46f14e03e3d146)) * **api:** api update ([21505e6](https://github.com/run-llama/llama-cloud-py/commit/21505e669af80fec2e50e4fd4d52b716c094f35e)) * **api:** manual updates - Google Drive ([eb76f4b](https://github.com/run-llama/llama-cloud-py/commit/eb76f4bd8edf5bfa5ab9ad85a148877493fb8eeb)) * **api:** Reordering resources ([7f8e9aa](https://github.com/run-llama/llama-cloud-py/commit/7f8e9aa951112460f50d1064e51930cb86eaf654)) * **client:** add custom JSON encoder for extended type support ([90b5864](https://github.com/run-llama/llama-cloud-py/commit/90b58643d5ec8701b0492479cb4a65d0258ed674)) ### Bug Fixes * **docs:** fix mcp installation instructions for remote servers ([c2d87ea](https://github.com/run-llama/llama-cloud-py/commit/c2d87ea743e52c8fa8a1fe631d13432f84f40023)) --- 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:48 -05:00
yindo closed this issue 2026-02-16 04:15:48 -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#42