mirror of
https://github.com/run-llama/llama-cloud-py.git
synced 2026-08-24 10:52:54 -04:00
[PR #40] [MERGED] release: 1.2.0 #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:release-please--branches--main--changes--next📝 Commits (9)
21505e6feat(api): api update69eaf93feat(api): api updatec2d87eafix(docs): fix mcp installation instructions for remote servers90b5864feat(client): add custom JSON encoder for extended type support4950cdafeat(api): api update7f8e9aafeat(api): Reordering resources5ae5d42feat(api): api updateeb76f4bfeat(api): manual updates - Google Drivece839c1release: 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
Bug Fixes
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.