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: Finch-API/finch-api-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.0
Choose a base ref
...
head repository: Finch-API/finch-api-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.0
Choose a head ref
  • 1 commit
  • 236 files changed
  • 2 contributors

Commits on Jul 2, 2025

  1. release: 7.3.0 (#551)

    * chore(docs): grammar improvements
    
    * feat(api): api update
    
    * feat(api): api update
    
    * codegen metadata
    
    * codegen metadata
    
    * codegen metadata
    
    * codegen metadata
    
    * chore(tests): skip endpoints with basic auth
    
    * fix(client): remove `@MustBeClosed` for future returning methods
    
    * fix(client): `hasNextPage` impl for some classes
    
    * fix(client): fix PayStatementResponse body
    
    * fix(client): update pagination
    
    * codegen metadata
    
    * chore(internal): codegen related update
    
    * feat(api): api update
    
    * feat(api): api update
    
    * feat(client): implement per-endpoint base URL support
    Refactor `HttpRequest` to always take a `baseUrl`, instead of storing this in `OkHttpClient`. This allows better reuse of `OkHttpClient` when changing the `baseUrl`.
    
    * feat(client): add a `withOptions` method
    
    * chore(ci): enable for pull requests
    
    * fix(client): bump max requests per host to max requests (5 -> 64)
    
    * fix(ci): release-doctor — report correct token name
    
    * chore(ci): only run for pushes and fork pull requests
    
    * fix(client): don't close client on `withOptions` usage when original is gc'd
    
    * refactor(internal): minor `ClientOptionsTest` change
    
    * fix: missing baseUrl call
    
    * release: 7.3.0
    
    ---------
    
    Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
    Co-authored-by: Tomer Aberbach <[email protected]>
    stainless-app[bot] and TomerAberbach authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    26584b3 View commit details
    Browse the repository at this point in the history
Loading