Releases: langchain-ai/langsmith-java
Releases · langchain-ai/langsmith-java
v0.1.0-alpha.28
0.1.0-alpha.28 (2026-04-14)
Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28
Features
- api: api update (35484cf)
v0.1.0-alpha.27
0.1.0-alpha.27 (2026-04-14)
Full Changelog: v0.1.0-alpha.26...v0.1.0-alpha.27
v0.1.0-alpha.26
0.1.0-alpha.26 (2026-04-13)
Full Changelog: v0.1.0-alpha.25...v0.1.0-alpha.26
Features
- Allow manually specifying parent run tree in traceable config (#126) (a1409fb)
- api: api update (8198ce7)
- api: api update (286a62f)
Chores
- deps: bump gradle-wrapper from 8.12 to 9.4.1 (#124) (78b7db0)
- deps: bump gradle/actions (#121) (e3ca5d7)
- deps: bump gradle/gradle-build-action (#122) (d91305f)
Documentation
- improve examples (1556365)
v0.1.0-alpha.25
0.1.0-alpha.25 (2026-03-31)
Full Changelog: v0.1.0-alpha.24...v0.1.0-alpha.25
Features
- Add
traceablefunction wrapper for LangSmith tracing (#101) (f3bf340) - Adds package version resource to build (#100) (31cc003)
- Adds processInputs and processOutputs to traceable (#113) (ee2991f)
- Adds streaming support for wrapOpenAI (#118) (aae9d2c)
- Adds support for tracing streams with traceable (#117) (0217521)
- api: api update (9182ef8)
- api: api update (0c91488)
- api: api update (efa16fc)
- api: api update (979e8af)
- api: api update (cd9f555)
- api: api update (af93e09)
- api: manual updates (493d5e9)
- Rework wrapOpenAI (#114) (63e0bdc)
Bug Fixes
- Fix format detection when pulling legacy prompts (#115) (ea6c3d2)
- patch security alerts — bump Jackson and constrain vulnerable transitive deps (#119) (dfe092c)
Chores
v0.1.0-alpha.24
0.1.0-alpha.24 (2026-03-25)
Full Changelog: v0.1.0-alpha.23...v0.1.0-alpha.24
Features
- api: api update (8e94d9d)
- api: api update (3288052)
- api: api update (a4e3e5c)
- api: api update (ff16250)
- api: api update (ef7c7a7)
- api: api update (643c7b1)
- api: api update (4b9c97d)
- api: api update (ea4e843)
- api: api update (74d2131)
- api: api update (2708533)
- api: api update (8f48677)
- api: api update (c11821f)
- api: api update (44fe8b3)
- api: api update (d11c759)
- api: manual updates (09f1302)
- api: manual updates (dbed70a)
- api: manual updates (48e2ca2)
- api: manual updates (d8ac870)
- api: manual updates (bdb35f0)
Bug Fixes
- client: allow updating header/query affecting fields in
toBuilder()(5069881) - client: incorrect
Retry-Afterparsing (b607264) - fix streaming in java sdk (#95) (76da93f)
Chores
- align user agent format (#96) (5cf06d6)
- ci: skip lint on metadata-only changes (4c1197c)
- ci: skip uploading artifacts on stainless-internal branches (c994122)
- deps: bump the all-actions group with 5 updates (#92) (3a1a72f)
- drop apache dependency (75ca9d7)
- internal: bump ktfmt (d9a4a39)
- internal: bump palantir-java-format (576ebd2)
- internal: codegen related update (29d55b0)
- internal: expand imports (4c7542f)
- internal: tweak CI branches (b7cecc1)
- internal: update gitignore (d0df3fa)
- internal: update retry delay tests (a9c7999)
- make
Propertiesmore resilient tonull(47c70f9) - remove old test (#97) (79d708b)
- update placeholder string (be1baa7)
v0.1.0-alpha.23
0.1.0-alpha.23 (2026-02-20)
Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23
Features
- api: api update (9485112)
- api: api update (786edff)
- api: api update (3a6c191)
- api: api update (cd9f91d)
- api: api update (b344828)
- api: api update (2e0602a)
- api: api update (3b1e4c6)
- api: api update (703b77a)
- api: api update (7d0f1d4)
- api: api update (debadf0)
- api: api update (9ebd84f)
- api: api update (88bd850)
- api: api update (af7bf93)
- api: manual updates (3f1d46e)
- api: manual updates (2ac51c9)
- api: manual updates (187c87f)
- api: manual updates (5e0db72)
- api: manual updates (6bc9970)
- client: add connection pooling option (9acbf93)
- client: add more convenience service method overloads (fba86c8)
Chores
- api: minor updates (5561ef0)
- ci: upgrade
actions/github-script(f758afb) - internal: allow passing args to
./scripts/test(206af30) - internal: make
OkHttpconstructor internal (b55c1e8) - internal: remove mock server code (f72c72d)
- internal: update
TestServerExtensioncomment (c4956f5) - internal: upgrade AssertJ (2535a3a)
- refactor (#90) (1902c22)
- update mock server docs (1704b40)
v0.1.0-alpha.22
0.1.0-alpha.22 (2026-01-23)
Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22
Features
Bug Fixes
- client: disallow coercion from float to int (bc01e05)
- client: fully respect max retries (07ba637)
- client: preserve time zone in lenient date-time parsing (498395e)
- client: send retry count header for max retries 0 (07ba637)
- date time deserialization leniency (ac7a559)
- deserialization order (71f380d)
Chores
- ci: upgrade
actions/setup-java(ee1ed58) - internal: clean up maven repo artifact script and add html documentation to repo root (85d8771)
- internal: correct cache invalidation for
SKIP_MOCK_TESTS(1cd0cf2) - internal: depend on packages directly in example (07ba637)
- internal: improve maven repo docs (d928145)
- internal: update
actions/checkoutversion (70785ca) - internal: update maven repo doc to include authentication (2900175)
- test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (ac7a559)
Documentation
- add comment for arbitrary value fields (642227b)
v0.1.0-alpha.21
v0.1.0-alpha.20
v0.1.0-alpha.19
0.1.0-alpha.19 (2025-12-10)
Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19
Features
- api: api update (c0d8bec)
- api: api update (9a9d362)
- api: api update (e27bc6f)
- api: api update (ae353d7)
- api: api update (fdb6021)
- api: api update (da999c0)
- api: api update (daa7b07)
- api: api update (4985a65)
- api: manual updates (9ff3976)
- api: manual updates (aa705c4)
Bug Fixes
- client: cancel okhttp call when future cancelled (89ab779)
- fix trace input and output (#83) (7a64410)
Chores
- api: delete index methods (7e90f5f)
Documentation
- remove
$for better copy-pasteabality (4163726)