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/workerd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.20250816.0
Choose a base ref
...
head repository: cloudflare/workerd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.20250819.0
Choose a head ref
  • 16 commits
  • 82 files changed
  • 12 contributors

Commits on Aug 17, 2025

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

Commits on Aug 18, 2025

  1. Fix double setting tag

    danlapid committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    674d018 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4807 from cloudflare/dlapid/fix_double_tag_set

    Fix double setting tag
    danlapid authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    6cf4e63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e09c48 View commit details
    Browse the repository at this point in the history
  4. Python: Tidy up default class handling, NFC (#4805)

    Factored the default class handling into its own function.
    Use `findIndex()` to locate default class.
    hoodmane authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    e6bfc77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bcf1b1d View commit details
    Browse the repository at this point in the history
  6. fix: Other protocols allowed before socket2fetcher (#4814)

    - Ignore disturbed for both readable and writable
    - Adds test to ensure previous protocol doesn't interrupt conversion.
    tewaro authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    2fa54ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    803c002 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b02e011 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4813 from cloudflare/dominik/abort-signal

    Fix AbortSignal.any serialisation when re-validating Python.
    dom96 authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    0933ef8 View commit details
    Browse the repository at this point in the history
  10. [o11y] Drop STW link type for now

    Link events were not being emitted anywhere, only the type and support for
    serializing it was implemented. It will not be available in the initial version,
    but may be supported in the future if there is a use case for it.
    fhanau committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    0162bd6 View commit details
    Browse the repository at this point in the history
  11. [o11y] Propagate TailStreamCustomEventImpl result in tailStreamSession()

    This doesn't seem needed with the equivalent downstream code (correct outcome is
    still reported when not setting it within EdgeworkerEventDispatcher), but it
    feels safer to have it than to omit it.
    fhanau committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    6942c25 View commit details
    Browse the repository at this point in the history
  12. [o11y] Remove STW Resume and Hibernate events

    These events were intended to be used with hibernatable web sockets, but since
    there is a new customEvent and thus a new stream of tail events every time a web
    socket resumes from hibernation, its information is best described using
    HibernatableWebSocketEventInfo as part of the Onset event, which is already
    implemented.
    fhanau committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    bd82d62 View commit details
    Browse the repository at this point in the history
  13. sqlite: temporarily mark SQLITE_BUSY status as NOSENTRY

    ...to reduce logging volume while debugging.
    jclee committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    a99f0d4 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4818 from cloudflare/jlee/reduce-sqlite-sentry-error

    sqlite: temporarily mark SQLITE_BUSY status as NOSENTRY to reduce logging volume while debugging
    jclee authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    bb9324c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Release 2025-08-19

    workers-devprod committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    04603b7 View commit details
    Browse the repository at this point in the history
Loading