-
Notifications
You must be signed in to change notification settings - Fork 788
release: 5.17.0 #6693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
stainless-app
wants to merge
128
commits into
main
Choose a base branch
from
release-please--branches--main--changes--next
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
release: 5.17.0 #6693
stainless-app
wants to merge
128
commits into
main
from
release-please--branches--main--changes--next
+17,524
−2,655
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix(pages_project) build_config to computed optional
ADDR-5996 Update byo_ip_prefix acceptance tests
… tenant after its initial creation.
test(zone_subscription): prevent plan overwrites on primary testing zone
… attribute from ruleset object
…te for zone_tag update
… subresources * fix: add backward-compatible methods for origin_tls_client_auth Adds deprecated parent-level methods (list, get, create, delete) to maintain backward compatibility with existing SDK users while preserving the clean cache-style resource structure. Changes: - Add 4 deprecated methods at parent level pointing to zone cert endpoints - Methods generate client.OriginTLSClientAuth.New/List/Get/Delete() paths - Deprecation messages guide users to zone_certificates.* subresource - Zero breaking changes - existing SDK code continues to work - New explicit paths available at ZoneCertificates.* and HostnameCertificates.* This follows the proven KV namespace dual-path pattern (lines 2730-2752) where the same endpoint generates methods at both parent and child levels. Related: SECENG-12971 * refactor(terraform): restructure origin_tls_client_auth to peer subresources Restructure origin_tls_client_auth to have all 4 terraform resources as sibling subresources: - zone_certificates → authenticated_origin_pulls_certificate - hostnames → authenticated_origin_pulls - hostname_certificates → authenticated_origin_pulls_hostname_certificate - settings → authenticated_origin_pulls_settings Add id_property annotations to all CRUD methods. Closes SECENG-12971, SECENG-12970, SECENG-13210
…-tag-import-fix-v2 fix(web_analytics_site): fill in top-level zone_tag to prevent drift
…migration feat(turstile_widget): add v4 to v5 migration tests
…ptional" This reverts commit e764875.
…allback_origin_migration feat(custom_hostname_fallback_origin): add v4 to v5 migration tests
7c88d0d to
63dbc66
Compare
fix(authenticated_origin_pulls_certificate): add certificate normalization and lifecycle test
fix(authenticated_origin_pulls_hostname_certificate): resource and tests
f8b12b0 to
057027d
Compare
db3205e to
1b8ba31
Compare
…full lifecycle
SECENG-12970
The API endpoint PUT /zones/{zone_id}/origin_tls_client_auth/hostnames
returns an array of hostname associations, but the auto-generated code
expected a single object. This caused Create/Update operations to fail
silently.
Changes for authenticated_origin_pulls:
- Add custom.go with array envelope type and FindByHostname() helper
- Fix Create/Update methods to parse array response and find matching hostname
- Fix Delete method to include cert_id in payload (API requirement)
- Fix Read method to set PrivateKey to null (write-only field)
- Rewrite resource_test.go with comprehensive lifecycle test
- Remove outdated testdata files
Also includes cherry-picked fixes:
- Certificate normalization from PR #6710 (authenticated_origin_pulls_certificate)
- Certificate normalization from PR #6703 (authenticated_origin_pulls_hostname_certificate)
Test: PASS TestAccAuthenticatedOriginPulls_FullLifecycle (8.21s)
- Add config length validation requiring exactly one hostname association - Move authenticated_origin_pulls_certificate test config to testdata file - Add updated_at to ImportStateVerifyIgnore list
1b8ba31 to
f4a04e8
Compare
* feat(radar): add BGP RPKI ASPA endpoints and fix SDK casings - Add ASPA endpoints: snapshot, changes, timeseries - Add custom casings for CT, TLD, TLDs, NetFlows, ASPA
f4a04e8 to
ab7ddcf
Compare
feat(pages_project): State upgrade
ab7ddcf to
de3e327
Compare
fix(authenticated_origin_pulls): handle array response and implement full lifecycle
de3e327 to
26ef4ce
Compare
26ef4ce to
7c1ecca
Compare
7c1ecca to
8d9f192
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated Release PR
5.17.0 (2026-02-03)
Full Changelog: v5.16.0...v5.17.0
Features
Bug Fixes
Reverts
Chores
Documentation
Refactors
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