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: replicate/replicate-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.33.0
Choose a base ref
...
head repository: replicate/replicate-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.34.0
Choose a head ref
  • 9 commits
  • 10 files changed
  • 6 contributors

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    ac47fb4 View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#…

    …302)
    
    * Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
    
    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update actions/upload-artifact to v4
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mattt Zmuda <[email protected]>
    dependabot[bot] and mattt authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    02b06d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. document typescript usage

    tidy up example
    
    Co-Authored-By: Charlie Gleason <[email protected]>
    2 people authored and aron committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3c7003a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: F <[email protected]>
    2 people authored and aron committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d5af4d0 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Co-authored-by: F <[email protected]>
    2 people authored and aron committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    13f1bf3 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Co-authored-by: F <[email protected]>
    2 people authored and aron committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    af9d6e2 View commit details
    Browse the repository at this point in the history
  5. Extend support for useFileOutput to stream (#309)

    * Break stream on done event without enqueuing it
    
    * Fix doc comment for fetch parameter
    
    * Transform URLs in streaming responses when useFileOutput is enabled
    
    * Revert 'Break stream on done event without enqueuing it'
    
    * Default to useFileOutput = true for readable streams
    mattt authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7f02a64 View commit details
    Browse the repository at this point in the history
  6. Add wait parameter to prediction creation methods (#308)

    * Add block parameter to prediction creation methods
    
    * Add support for block: or wait: true to run
    
    * Remove unused stream parameter
    
    * Apply suggestions from code review
    
    Co-authored-by: Aron Carroll <[email protected]>
    
    * Replace X-Sync header with Prefer: wait
    
    * Rename block to wait
    
    Update type definitions to capture expectations of wait parameter in run
    
    * Normalize wait value to nonzero integer
    
    ---------
    
    Co-authored-by: Aron Carroll <[email protected]>
    mattt and aron authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    173b31d View commit details
    Browse the repository at this point in the history
  7. 0.34.0

    mattt committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4cba156 View commit details
    Browse the repository at this point in the history
Loading