release: v7.8.0 - #4352
Merged
Merged
Conversation
Previously, `Rules.List` was silently dropped from codegen because the
Stainless config declared it at `GET /zones/{zone_id}/email/routing/rules`,
while Stainless auto-collapses matching `/accounts/{account_id}/...` and
`/zones/{zone_id}/...` operations into a single aggregate path
(`/{accounts_or_zones}/{account_or_zone_id}/...`). Config entries that
target only the zone-scoped path no longer match and are skipped.
Fix in openapi.stainless.yml:
- Point `email_routing.rules.list` at the aggregate path so `Rules.List`
is generated again; `RuleListParams` now carries mutually exclusive
`AccountID` / `ZoneID` fields.
- Add a new `account_rules` subresource bound to the same aggregate
path, producing `AccountRules.List` returning `AccountRule` (adds a
`Zone` field over `Rule`). Marked `skip: [terraform]` since this is a
Go-only surface addition for this release.
CHANGELOG + v7.7.0 migration guide updated: the "Rules.List method
removed" breaking change is dropped (the restore + additive AccountID
param is backwards compatible), the remaining breaking-change sections
renumbered, and the two new methods added to Features.
chore: update go custom code tracking to 06ec84b See merge request cloudflare/sdks/api-schemas!268 Stainless-Generated-From: 0d5924d158fbee3b57788c2c30b17adbe7d28078
fix(cloudforce_one): remove duplicate indicator_types resource See merge request cloudflare/sdks/api-schemas!292 Stainless-Generated-From: dfdb57c389ecc8876a7077e756f02aab4927969c
Stainless-Generated-From: 161f826268bb253702b72d0f964c7a20beaa59ce
fix(config): use combined path for account subscriptions endpoints See merge request cloudflare/sdks/api-schemas!330 Stainless-Generated-From: 9c1e6f50d2a141844261ee1118270752042a3eea
This reverts commit 39f8d1e.
ssicard
approved these changes
Jul 27, 2026
mgirouard
approved these changes
Jul 27, 2026
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
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.
Changelog
7.8.0 (2026-07-24)
Full Changelog: v7.7.0...v7.8.0
Breaking Changes
See the v7.8.0 Migration Guide for before/after code examples and actions needed for each change.
CertificateAuthorityparam and response type removed from theacmpackage. Callers referencing this type directly must update.V2.Queries.Get()return type changed from*[]V2QueryGetResponseto*V2QueryGetResponseUnion. TheV2QueryGetResponsetype is removed; use the new union type and handle variants via.AsUnion().HostnameAssociationParamandHostnameAssociationtypes removed. UseTLSHostnameAssociationParamand the per-method response types instead.ThreatEvents.IndicatorTypessub-resource relocated toThreatEvents.Indicators.Types. The endpoint path changed from/events/indicatorTypesto/events/indicator-types. The type nameThreatEventIndicatorTypeListResponseis unchanged.Statusresponse type removed from thecustom_certificatespackage.Configs.List()pagination type changed fromSinglePage[Hyperdrive]toV4PagePaginationArray[Hyperdrive]. The second parameter name changed fromquerytoparams.Relays.Tokens.Rotate()method removed along withRelayTokenRotateResponseandRelayTokenRotateParams. Replaced by full CRUD:Tokens.New(),Tokens.List(),Tokens.Delete().MTLSCertificateresponse type removed.List(),Delete(), andGet()now returnMTLSCertificateListResponse,MTLSCertificateDeleteResponse, andMTLSCertificateGetResponserespectively.HostParam,Host,Status, andValidationMethodtypes removed from thesslpackage.Casb.Applications.SetupFlowssub-resource renamed toCasb.Applications.AuthMethods. TheCasbApplicationSetupFlowListResponsetype is replaced byCasbApplicationAuthMethodListResponse. The path parameter onApplications.Get()changed fromslug(CasbApplicationGetParamsSlug) toapplicationID(CasbApplicationGetParamsApplicationID).Features
registrar_sandbox-- test domain registration flows without buying real domainsclient.RegistrarSandbox.Check,client.RegistrarSandbox.SearchRegistrations.{New,List,Edit,Get}RegistrationStatus.Get,UpdateStatus.GetExtensions.{List,Get}AnalyticsQuery-- analytics query API at the top-level clientclient.AnalyticsQuery.Summary,client.AnalyticsQuery.Timeseries,client.AnalyticsQuery.TopNDataSecurity.ContentFindings.TopNDataSecurity.Findings.{Summary,Timeseries}Robots.BulkGetandRobots.GetmethodsUsage.PaygoInfomethod (GET /accounts/{account_id}/paygo-usage-info)ThreatEventssub-resources:Aggregate.List,Graphql.New,Graph.ListQueries.{New,List,Delete,Edit,Get}Relationships.ListIndicators.{List,Aggregate,ByDataset,ByDataset.Tags}Categories.Catalog.ListDatasets.{Delete,Events.Get}Tags.{List,Delete,Edit}+Tags.Categories.{New,Update,List,Delete,Get}+Tags.Indicators,Tags.Indicators.ByDatasetTargetIndustries.{ByDataset.List,Catalog.List}Update,Editmethods on the root service; addRules.ListandAccountRules.ListmethodsSettings.Domains.BulkDeletemethodConnectors.Interruptssub-resource (New,List)Relays.Tokens.{New,List,Delete}methods (replacingRotate)Extensionssub-resource (List,Get)Casb.Posturesub-resource tree (~40 new methods):Findings.{List,Export,Get,Ignore,ResetSeverity,TuneSeverity,Unignore}Findings.Instances.{List,Archive,Export,Get,Unarchive}Exports.{List,Get}FindingTypes.{List,Get}+FindingTypes.RemediationTypes.ListContent.{List,Export}Remediations.Jobs.{New,List,Export}Webhooks.{New,Update,List,Delete,Evaluate,EvaluateExisting,Get}+Webhooks.Jobs.NewSubscriptions.NewandSubscriptions.Getnow support both account-level and zone-level paths (/{accounts_or_zones}/{account_or_zone_id}/subscriptions). Params accept bothAccountIDandZoneID(mutually exclusive); existingAccountID-only callers are unaffected./{accounts_or_zones}/{account_or_zone_id}/load_balancers). Params accept bothAccountIDandZoneID; existingZoneID-only callers are unaffected.