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.31.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.31.1
Choose a head ref
  • 8 commits
  • 18 files changed
  • 2 contributors

Commits on Jul 5, 2024

  1. Add integration test for Deno (#281)

    * Add integration test for Deno
    
    * Test local build of replicate
    mattt authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7fec3af View commit details
    Browse the repository at this point in the history
  2. Fix Deno integration test (#282)

    Add missing package.json file
    mattt authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    90de8f8 View commit details
    Browse the repository at this point in the history
  3. Document supported platforms (#280)

    * Document supported platforms
    
    * Document support for Deno >= 1.28
    mattt authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f70b3d9 View commit details
    Browse the repository at this point in the history
  4. Run integration tests with replicate/canary model (#283)

    * Run integration tests with replicate/canary model
    
    * Update expected output
    
    * Add test matrix for Next.js
    
    * Reorder test matrix configurations
    
    * Add test matrix for build step
    mattt authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8d8e599 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba5614e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d4c04c View commit details
    Browse the repository at this point in the history
  7. Re-raise 4xx responses from server when uploading files (#284)

    Fixes #270
    
    We were falling back to base64 encoding the file data when requests to
    upload the file failed. However if the client makes an invalid request
    such as failing to include Authorization headers by forgetting to auth
    then we should surface these errors.
    
    This commit now re-raises any 4xx errors returned while attempting to
    upload a file and adds tests to verify the behavior.
    aron authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    997da15 View commit details
    Browse the repository at this point in the history
  8. 0.31.1

    mattt committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4c04a57 View commit details
    Browse the repository at this point in the history
Loading