Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudflare/cloudflare-typescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cloudflare/cloudflare-typescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 407 files changed
  • 5 contributors

Commits on Nov 18, 2025

  1. wip: worker script upload test

    Chris Thorwarth committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    1a58fef View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. fix: lint issues

    Chris Thorwarth committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    f82296d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Configuration menu
    Copy the full SHA
    f127f1f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. feat: feat(fraud): public docs for fraud API

    * feat(fraud): public docs for fraud API
    stainless-app[bot] committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    dac4aa5 View commit details
    Browse the repository at this point in the history
  2. codegen metadata

    stainless-app[bot] committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    214a016 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb76fc9 View commit details
    Browse the repository at this point in the history
  4. feat: refactor(terraform): restructure origin_tls_client_auth to peer…

    … 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
    stainless-app[bot] committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    89f79e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. codegen metadata

    stainless-app[bot] committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    9fdc3c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Configuration menu
    Copy the full SHA
    ffa2c6c View commit details
    Browse the repository at this point in the history
  2. codegen metadata

    stainless-app[bot] committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    708f6e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15c3924 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. feat: feat(api): add AI Gateway Dynamic Routing endpoints

    * feat(api): add AI Gateway Dynamic Routing endpoints
    stainless-app[bot] committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    5cb758b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f7f29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72d9dfb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2688 from christhorwarth/ct/script-upload-test

    chore: adding script upload tests for typescript
    vaishakdinesh authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    e0315b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Configuration menu
    Copy the full SHA
    31145b4 View commit details
    Browse the repository at this point in the history
  2. chore: Fix typos in bug report template labels

    Fix typos in bug report template labels
    vaishakdinesh authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    1e77239 View commit details
    Browse the repository at this point in the history
Loading