Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
braintrustdata
/
braintrust-java
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
release: 0.10.0
- #184
#184
Closed
stainless-app[bot]
wants to merge 49 commits into
main
braintrustdata/braintrust-java:main
from
release-please--branches--main--changes--next
braintrustdata/braintrust-java:release-please--branches--main--changes--next
Copy head branch name to clipboard
Conversation
Commits
49
(49)
Checks
Files changed
Closed
release: 0.10.0
#184
stainless-app[bot]
wants to merge 49 commits into
main
braintrustdata/braintrust-java:main
from
release-please--branches--main--changes--next
braintrustdata/braintrust-java:release-please--branches--main--changes--next
Copy head branch name to clipboard
Commits
Commits on Apr 24, 2025
chore(internal): codegen related update
stainless-app[bot]
committed
ee51402
View commit details
Copy full SHA for ee51402
Browse repository at this point
chore(ci): only use depot for staging repos
stainless-app[bot]
committed
fc25618
View commit details
Copy full SHA for fc25618
Browse repository at this point
chore(internal): java 17 -> 21 on ci
stainless-app[bot]
committed
fc13394
View commit details
Copy full SHA for fc13394
Browse repository at this point
Commits on May 2, 2025
chore(internal): update java toolchain
stainless-app[bot]
committed
7c8e53c
View commit details
Copy full SHA for 7c8e53c
Browse repository at this point
Commits on May 7, 2025
chore(internal): remove flaky `-Xbackend-threads=0` option
stainless-app[bot]
committed
96fdae2
View commit details
Copy full SHA for 96fdae2
Browse repository at this point
Commits on May 9, 2025
feat(client): allow providing some params positionally
stainless-app[bot]
committed
decbdbc
View commit details
Copy full SHA for decbdbc
Browse repository at this point
feat(client)!: extract auto pagination to shared classes
Show description for e9248c0
stainless-app[bot]
committed
e9248c0
View commit details
Copy full SHA for e9248c0
Browse repository at this point
Commits on May 22, 2025
chore(docs): grammar improvements
stainless-app[bot]
committed
f8dd702
View commit details
Copy full SHA for f8dd702
Browse repository at this point
Commits on May 29, 2025
fix(client): remove `@MustBeClosed` for future returning methods
stainless-app[bot]
committed
5d19342
View commit details
Copy full SHA for 5d19342
Browse repository at this point
Commits on Jun 12, 2025
feat(client): implement per-endpoint base URL support
Show description for 729a979
stainless-app[bot]
committed
729a979
View commit details
Copy full SHA for 729a979
Browse repository at this point
Commits on Jun 13, 2025
feat(client): add a `withOptions` method
stainless-app[bot]
committed
0fd4355
View commit details
Copy full SHA for 0fd4355
Browse repository at this point
Commits on Jun 17, 2025
chore(ci): enable for pull requests
stainless-app[bot]
committed
3e67a54
View commit details
Copy full SHA for 3e67a54
Browse repository at this point
Commits on Jun 24, 2025
fix(client): bump max requests per host to max requests (5 -> 64)
stainless-app[bot]
committed
ce8a40c
View commit details
Copy full SHA for ce8a40c
Browse repository at this point
Commits on Jun 27, 2025
fix(ci): release-doctor — report correct token name
stainless-app[bot]
committed
76e5e15
View commit details
Copy full SHA for 76e5e15
Browse repository at this point
Commits on Jun 28, 2025
chore(ci): only run for pushes and fork pull requests
stainless-app[bot]
committed
7437b68
View commit details
Copy full SHA for 7437b68
Browse repository at this point
Commits on Jun 30, 2025
fix(client): don't close client on `withOptions` usage when original is gc'd
stainless-app[bot]
committed
c17580b
View commit details
Copy full SHA for c17580b
Browse repository at this point
Commits on Jul 1, 2025
refactor(internal): minor `ClientOptionsTest` change
stainless-app[bot]
committed
2e7263e
View commit details
Copy full SHA for 2e7263e
Browse repository at this point
Commits on Jul 9, 2025
chore(ci): ensure docs generation always succeeds
stainless-app[bot]
committed
266ed1d
View commit details
Copy full SHA for 266ed1d
Browse repository at this point
Commits on Jul 16, 2025
chore(ci): bump `actions/setup-java` to v4
stainless-app[bot]
committed
3769b89
View commit details
Copy full SHA for 3769b89
Browse repository at this point
Commits on Jul 17, 2025
chore(internal): allow running specific example from cli
stainless-app[bot]
committed
1f6ea51
View commit details
Copy full SHA for 1f6ea51
Browse repository at this point
Commits on Jul 18, 2025
fix(client): ensure error handling always occurs
stainless-app[bot]
committed
53fa1ca
View commit details
Copy full SHA for 53fa1ca
Browse repository at this point
Commits on Jul 19, 2025
chore(internal): refactor delegating from client to options
stainless-app[bot]
committed
70faee4
View commit details
Copy full SHA for 70faee4
Browse repository at this point
feat(client): add https config options
stainless-app[bot]
committed
6730e8b
View commit details
Copy full SHA for 6730e8b
Browse repository at this point
Commits on Jul 22, 2025
feat(client): allow configuring env via system properties
stainless-app[bot]
committed
66d1af9
View commit details
Copy full SHA for 66d1af9
Browse repository at this point
feat(client): add `{QueryParams,Headers}#put(String, JsonValue)` methods
stainless-app[bot]
committed
2ed0bd5
View commit details
Copy full SHA for 2ed0bd5
Browse repository at this point
Commits on Jul 24, 2025
docs: fix missing readme comment
stainless-app[bot]
committed
4cf9617
View commit details
Copy full SHA for 4cf9617
Browse repository at this point
fix(client): accidental mutability of some classes
stainless-app[bot]
committed
95b2515
View commit details
Copy full SHA for 95b2515
Browse repository at this point
Commits on Jul 25, 2025
chore(internal): remove unnecessary `[...]` in `@see`
stainless-app[bot]
committed
a0ef543
View commit details
Copy full SHA for a0ef543
Browse repository at this point
docs: more code comments
stainless-app[bot]
committed
7a93a83
View commit details
Copy full SHA for 7a93a83
Browse repository at this point
Commits on Jul 29, 2025
feat(client): ensure compat with proguard
stainless-app[bot]
committed
976cf03
View commit details
Copy full SHA for 976cf03
Browse repository at this point
Commits on Jul 30, 2025
feat: add retryable exception
stainless-app[bot]
committed
d8e7b05
View commit details
Copy full SHA for d8e7b05
Browse repository at this point
Commits on Aug 1, 2025
fix(client): r8 support
stainless-app[bot]
committed
f06bc35
View commit details
Copy full SHA for f06bc35
Browse repository at this point
chore(internal): reduce proguard ci logging
stainless-app[bot]
committed
2c716b1
View commit details
Copy full SHA for 2c716b1
Browse repository at this point
chore(internal): bump ci test timeout
stainless-app[bot]
committed
3d46fc5
View commit details
Copy full SHA for 3d46fc5
Browse repository at this point
Commits on Aug 5, 2025
chore(internal): add async lock helper
stainless-app[bot]
committed
5904a7a
View commit details
Copy full SHA for 5904a7a
Browse repository at this point
Commits on Aug 6, 2025
chore(example): fix run example comment
stainless-app[bot]
committed
ab5aa6c
View commit details
Copy full SHA for ab5aa6c
Browse repository at this point
Commits on Aug 8, 2025
chore: increase max gradle JVM heap to 8GB
stainless-app[bot]
committed
00333f4
View commit details
Copy full SHA for 00333f4
Browse repository at this point
Commits on Aug 9, 2025
chore: update @stainless-api/prism-cli to v5.15.0
stainless-app[bot]
committed
dba7eae
View commit details
Copy full SHA for dba7eae
Browse repository at this point
chore(internal): update comment in script
stainless-app[bot]
committed
b73560b
View commit details
Copy full SHA for b73560b
Browse repository at this point
Commits on Aug 13, 2025
chore(internal): codegen related update
stainless-app[bot]
committed
23e9c7b
View commit details
Copy full SHA for 23e9c7b
Browse repository at this point
chore(internal): dynamically determine included projects
stainless-app[bot]
committed
8129561
View commit details
Copy full SHA for 8129561
Browse repository at this point
chore(internal): support passing arguments to test script
stainless-app[bot]
committed
87f7a5f
View commit details
Copy full SHA for 87f7a5f
Browse repository at this point
perf(internal): make formatting faster
Show description for 80067f7
stainless-app[bot]
committed
80067f7
View commit details
Copy full SHA for 80067f7
Browse repository at this point
Commits on Aug 14, 2025
chore(ci): add build job
stainless-app[bot]
committed
3e6fe1e
View commit details
Copy full SHA for 3e6fe1e
Browse repository at this point
Commits on Aug 20, 2025
chore(client): refactor closing / shutdown
stainless-app[bot]
committed
09819df
View commit details
Copy full SHA for 09819df
Browse repository at this point
chore(internal): support running formatters directly
stainless-app[bot]
committed
6a03471
View commit details
Copy full SHA for 6a03471
Browse repository at this point
Commits on Aug 21, 2025
chore: remove memory upper bound from publishing step
stainless-app[bot]
committed
1efb5d6
View commit details
Copy full SHA for 1efb5d6
Browse repository at this point
Commits on Aug 22, 2025
chore(ci): reduce log noise
stainless-app[bot]
committed
0b93a6a
View commit details
Copy full SHA for 0b93a6a
Browse repository at this point
release: 0.10.0
stainless-app[bot]
authored
11016c4
View commit details
Copy full SHA for 11016c4
Browse repository at this point
You can’t perform that action at this time.