Skip to content

release: 0.43.0#47

Merged
pedrodeoliveira merged 14 commits intomainfrom
release-please--branches--main--changes--next
Apr 22, 2026
Merged

release: 0.43.0#47
pedrodeoliveira merged 14 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented Apr 17, 2026

Automated Release PR

0.43.0 (2026-04-22)

Full Changelog: v0.42.0...v0.43.0

Features

  • api: aggregated API specs update (7d70fe4)
  • api: aggregated API specs update (2e269b6)
  • api: aggregated API specs update (96cd4c9)
  • api: aggregated API specs update (8b6d277)
  • cloud: add examples for GPU baremetal cluster images (7279536)
  • cloud: add polling methods for K8s clusters and pools (76bd4c9)
  • cloud: add runnable K8s cluster example (030f335)
  • storage: support Terraform generation for locations (063f1f4)

Bug Fixes

  • add rule to omit doc-only changes from release notes (45bae59)

Performance Improvements

  • client: optimize file structure copying in multipart requests (2fd1bcb)

Chores

  • suppress deprecation warning on IAM api_tokens.create usage (9b2f4a4)
  • tests: bump steady to v0.22.1 (6ac2648)

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

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Apr 17, 2026

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/gcore-python/7d70fe4b2ef3fc2ba54cb8f2a195a5b0f09514bc/gcore-0.42.0-py3-none-any.whl'

Expires at: Fri, 22 May 2026 10:40:43 GMT
Updated at: Wed, 22 Apr 2026 10:40:43 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from a52438e to b62ec68 Compare April 17, 2026 19:53
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from b62ec68 to 4762efd Compare April 20, 2026 18:42
@stainless-app stainless-app Bot changed the title release: 0.42.1 release: 0.43.0 Apr 20, 2026
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 4762efd to 3aba587 Compare April 20, 2026 18:43
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 3aba587 to 3c0d36e Compare April 21, 2026 05:09
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 3c0d36e to 861e353 Compare April 21, 2026 10:17
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 861e353 to d4e8fe6 Compare April 21, 2026 12:36
The invite-user snippet intentionally exercises the deprecated
`api_tokens.create` method to demonstrate the end-to-end invite flow.
Add a targeted pyright ignore so `./scripts/lint` passes cleanly on the
repo (was failing on `next`).
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d4e8fe6 to 2d424e0 Compare April 21, 2026 21:52
The release skill was inconsistently surfacing doc-comment-only changes
(e.g. Terraform description additions, docstring wording updates) as
user-facing features in some releases but not others. This led to
different release note content between Go and Python SDKs for the same
underlying config changes.

Add an explicit filter rule to Part 1 generation: skip changes that only
modify comments/docstrings/descriptions with no API behavioral change.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2d424e0 to 2891e74 Compare April 22, 2026 08:29
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2891e74 to c2daffc Compare April 22, 2026 08:47
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from c2daffc to 613642e Compare April 22, 2026 09:18
Add missing *_and_poll wrappers for K8s cluster (create, update,
upgrade, delete) and pool (create, resize, delete) operations — sync +
async, with RawResponse/Streaming wrappers registered. Addresses
GCLOUD2-24866 (Python SDK portion, polling prerequisite). Examples
follow in a separate PR.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 613642e to 5d430f4 Compare April 22, 2026 09:29
* feat(cloud): add runnable K8s cluster example

Cover the full cluster lifecycle against the live API: cluster
create/get/list/update/upgrade/delete (with *_and_poll), certificate +
kubeconfig retrieval, pool CRUD with resize and quota check, and node
listing for both cluster and pool scopes. Addresses GCLOUD2-24866
(Python SDK portion).

* feat(cloud/examples): exercise upgrade path in k8s example

Pick the penultimate version for cluster creation so an upgrade target
is always available, and add a wait_for_cluster_ready helper invoked
after upgrade_and_poll — the upgrade task finishes before the cluster
itself settles back to Provisioned, so subsequent mutations (e.g.
creating a new pool) can otherwise be rejected with "Cluster or pool
is not ready".
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 5d430f4 to 2812128 Compare April 22, 2026 10:30
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2812128 to 17118a5 Compare April 22, 2026 10:40
@pedrodeoliveira pedrodeoliveira merged commit 70ed750 into main Apr 22, 2026
12 of 13 checks passed
@pedrodeoliveira pedrodeoliveira deleted the release-please--branches--main--changes--next branch April 22, 2026 10:56
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Apr 22, 2026

🤖 Release is at https://github.com/G-Core/gcore-python/releases/tag/v0.43.0 🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants