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/workers-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.21
Choose a base ref
...
head repository: cloudflare/workers-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.22
Choose a head ref
  • 10 commits
  • 43 files changed
  • 7 contributors

Commits on Mar 15, 2024

  1. chore: bump versions (#479)

    Co-authored-by: kflansburg <[email protected]>
    github-actions[bot] and kflansburg authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    dc040f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    6cbf8b9 View commit details
    Browse the repository at this point in the history
  2. implement get_tags for hibernatable websockets (#484)

    get_tags allows a durable object to read metadata describing the
    websocket.
    eric-seppanen authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3db61a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

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

Commits on Mar 25, 2024

  1. Duplicate test harness using axum router (#481)

    * Prepare to remove global Fetch for http
    
    * clippy
    
    * Refactor worker test harness
    
    * Axum test harness
    
    * Get more tests working
    
    * Macro for marking future as Send
    
    * Remaining axum routes
    
    * More documentation
    
    * Cleanup
    kflansburg authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b7068e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    c4107bf View commit details
    Browse the repository at this point in the history
  2. Introduce D1PreparedStatement.bind_refs which does not take ownership (

    …#493)
    
    * Introduce D1PreparedStatement.bind_refs which does not take ownership of arguments
    
    * Do not consume prepared statement when binding and batch binding
    
    * Fix D1 tests in CI
    
    * Introduce D1 type enum, support IntoIterator bind arguments
    
    * D1Type Create JsValue on construction
    
    * Another pass on the API ergonomics
    
    * nits / docs
    
    * Tweak batch_bind
    kflansburg authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a55205f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    476f85b View commit details
    Browse the repository at this point in the history
  4. chore: bump versions

    kflansburg authored and github-actions[bot] committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d33aa98 View commit details
    Browse the repository at this point in the history
  5. Pin chrono

    kflansburg committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c26bbdc View commit details
    Browse the repository at this point in the history
Loading