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: braintrustdata/braintrust-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.4
Choose a base ref
...
head repository: braintrustdata/braintrust-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.6
Choose a head ref
  • 19 commits
  • 264 files changed
  • 4 contributors

Commits on Apr 28, 2026

  1. fix: wire BraintrustConfig.sslContext into the API HTTP client

    BraintrustConfig already accepted a custom SSLContext via its builder and
    applied it to the OTLP span exporter, but createDefaultHttpClient ignored
    it — leaving BraintrustApiClient always using the JVM default trust store.
    Customers with custom CAs or internal PKI hit certificate validation errors
    with no way to override them.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    dpguthrie and claude committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    acb0fcf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from braintrustdata/feat/ssl-context-for-api-c…

    …lient
    
    fix: wire BraintrustConfig.sslContext into the API HTTP client
    realark authored Apr 28, 2026
    Configuration menu
    Copy the full SHA
    92b9662 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42bcd8e View commit details
    Browse the repository at this point in the history
  4. re-record cassettes script

    realark committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    b0a6baf View commit details
    Browse the repository at this point in the history
  5. VCR Cassettes

    realark committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    4120832 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2026

  1. VCR

    realark committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    18856ba View commit details
    Browse the repository at this point in the history
  2. bump gemini flash model

    realark committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    b323e88 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #96 from braintrustdata/ark/bump-gemini-model

    bump unit test gemini model
    realark authored Apr 30, 2026
    Configuration menu
    Copy the full SHA
    b5eb03f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7511097 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #93 from braintrustdata/ark/api-client-codegen

    braintrust api client codegen
    realark authored Apr 30, 2026
    Configuration menu
    Copy the full SHA
    6537158 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2026

  1. VCR

    realark committed May 1, 2026
    Configuration menu
    Copy the full SHA
    ea3d341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b374759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aad024 View commit details
    Browse the repository at this point in the history
  4. btx: support test generators

    realark committed May 1, 2026
    Configuration menu
    Copy the full SHA
    c33d1a2 View commit details
    Browse the repository at this point in the history
  5. bump btx spec version

    realark committed May 1, 2026
    Configuration menu
    Copy the full SHA
    f1b2040 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bc638f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #86 from braintrustdata/ark/anthropic-cache-spec-impl

    BTX runner for anthropic token cache specs
    realark authored May 1, 2026
    Configuration menu
    Copy the full SHA
    a4f278c View commit details
    Browse the repository at this point in the history
  8. fix sdk publish bug

    don't include the api in transitive deps list. bundle into the sdk instead.
    realark committed May 1, 2026
    Configuration menu
    Copy the full SHA
    eb7f938 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #97 from braintrustdata/ark/fix-publish-bug

    fix sdk publish bug
    realark authored May 1, 2026
    Configuration menu
    Copy the full SHA
    bb21361 View commit details
    Browse the repository at this point in the history
Loading