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.5.2
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.6.0
Choose a head ref
  • 2 commits
  • 252 files changed
  • 2 contributors

Commits on Oct 31, 2025

  1. chore(ownership): move from data to platform team (#558)

    plat-2169 move from data to platform team
    jordanbrauer authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    fcd08ea View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. release: 7.6.0 (#557)

    * feat(api): api update
    
    * chore: remove memory upper bound from publishing step
    
    * feat(api): api update
    
    * chore(ci): reduce log noise
    
    * fix: update singularization rules
    
    * fix: fix casing issue
    
    * fix(ci): use java-version 21 for publish step
    
    * feat(api): api update
    
    * feat(api): make client id, client secret optional again
    
    * chore: improve formatter performance
    
    * chore(internal): codegen related update
    
    * chore(internal): codegen related update
    
    * fix(client): incorrect `getPackageVersion` impl
    
    * feat(client): add convenience overloads for some methods
    
    * feat(client): expose sleeper option
    fix(client): ensure single timer is created per client
    
    * chore(internal): codegen related update
    
    * codegen metadata
    
    * chore(internal): change some comment formatting
    
    * fix(client): deserialization of empty objects
    
    * codegen metadata
    
    * feat(api): api update
    
    * codegen metadata
    
    * feat(api): api update
    
    * feat(api): api update
    
    * codegen metadata
    
    * feat(api): api update
    
    * feat(api): api update
    
    * feat(api): api update
    
    * fix(client): add missing additional properties fields
    
    * feat(api): api update
    
    * feat(api): api update
    
    * feat(api): api update
    
    * codegen metadata
    
    * feat(api): api update
    
    * codegen metadata
    
    * feat(api): update automated code reviewer selection
    
    * feat(api): api update
    
    * feat(api): api update
    
    * fix(client): multi-value header serialization
    
    * fix(java): Resolve name collisions
    
    * feat(api): manual updates
    
    * feat(api): api update
    
    * fix(client): cancel okhttp call when future cancelled
    
    * codegen metadata
    
    * docs: remove `$` for better copy-pasteabality
    
    * codegen metadata
    
    * codegen metadata
    
    * codegen metadata
    
    * codegen metadata
    
    * feat(client): add `HttpRequest#url()` method
    
    * feat(api): api update
    
    * docs: prominently feature MCP server setup in root SDK readmes
    
    * feat(api): api update
    
    * feat(client): allow configuring dispatcher executor service
    
    * chore(internal): support uploading Maven repo artifacts to stainless package server
    
    * refactor(client): handling of absent pagination total
    
    * chore(internal): clean up maven repo artifact script and add html documentation to repo root
    
    * chore: test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests
    fix: date time deserialization leniency
    
    * chore(internal): improve maven repo docs
    
    * fix(client): disallow coercion from float to int
    
    * chore(internal): update `actions/checkout` version
    
    * fix(client): fully respect max retries
    fix(client): send retry count header for max retries 0
    chore(internal): depend on packages directly in example
    
    * chore(ci): upgrade `actions/setup-java`
    
    * chore(internal): update maven repo doc to include authentication
    
    * feat(client): send `X-Stainless-Kotlin-Version` header
    
    * docs: add comment for arbitrary value fields
    
    * chore(internal): correct cache invalidation for `SKIP_MOCK_TESTS`
    
    * fix(client): preserve time zone in lenient date-time parsing
    
    * chore(ci): upgrade `actions/github-script`
    
    * feat(api): add per endpoint security
    
    * chore(internal): codegen related update
    
    * fix(tests): skip broken date validation test
    
    * release: 7.6.0
    
    ---------
    
    Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
    stainless-app[bot] authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    fab8486 View commit details
    Browse the repository at this point in the history
Loading