Skip to content

Releases: langchain-ai/langsmith-java

v0.1.0-alpha.28

14 Apr 18:11
3220bc5

Choose a tag to compare

v0.1.0-alpha.28 Pre-release
Pre-release

0.1.0-alpha.28 (2026-04-14)

Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28

Features

v0.1.0-alpha.27

14 Apr 00:14
9ccfc6a

Choose a tag to compare

v0.1.0-alpha.27 Pre-release
Pre-release

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

13 Apr 17:59
4e86f4e

Choose a tag to compare

v0.1.0-alpha.26 Pre-release
Pre-release

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

Documentation

v0.1.0-alpha.25

31 Mar 17:46
f3d8fde

Choose a tag to compare

v0.1.0-alpha.25 Pre-release
Pre-release

0.1.0-alpha.25 (2026-03-31)

Full Changelog: v0.1.0-alpha.24...v0.1.0-alpha.25

Features

Bug Fixes

  • Fix format detection when pulling legacy prompts (#115) (ea6c3d2)
  • patch security alerts — bump Jackson and constrain vulnerable transitive deps (#119) (dfe092c)

Chores

  • deps: bump gradle/actions from 5 to 6 in the all-actions group (#99) (4ba75e7)
  • fix dependabot.yml posture issues (#105) (a0e5441)

v0.1.0-alpha.24

25 Mar 17:36

Choose a tag to compare

v0.1.0-alpha.24 Pre-release
Pre-release

0.1.0-alpha.24 (2026-03-25)

Full Changelog: v0.1.0-alpha.23...v0.1.0-alpha.24

Features

Bug Fixes

  • client: allow updating header/query affecting fields in toBuilder() (5069881)
  • client: incorrect Retry-After parsing (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 Properties more resilient to null (47c70f9)
  • remove old test (#97) (79d708b)
  • update placeholder string (be1baa7)

v0.1.0-alpha.23

20 Feb 15:53

Choose a tag to compare

v0.1.0-alpha.23 Pre-release
Pre-release

0.1.0-alpha.23 (2026-02-20)

Full Changelog: v0.1.0-alpha.22...v0.1.0-alpha.23

Features

Chores

  • api: minor updates (5561ef0)
  • ci: upgrade actions/github-script (f758afb)
  • internal: allow passing args to ./scripts/test (206af30)
  • internal: make OkHttp constructor internal (b55c1e8)
  • internal: remove mock server code (f72c72d)
  • internal: update TestServerExtension comment (c4956f5)
  • internal: upgrade AssertJ (2535a3a)
  • refactor (#90) (1902c22)
  • update mock server docs (1704b40)

v0.1.0-alpha.22

23 Jan 16:38

Choose a tag to compare

v0.1.0-alpha.22 Pre-release
Pre-release

0.1.0-alpha.22 (2026-01-23)

Full Changelog: v0.1.0-alpha.21...v0.1.0-alpha.22

Features

  • api: api update (5fe36e6)
  • client: send X-Stainless-Kotlin-Version header (748e689)

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/checkout version (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

14 Jan 21:28

Choose a tag to compare

v0.1.0-alpha.21 Pre-release
Pre-release

0.1.0-alpha.21 (2026-01-14)

Full Changelog: v0.1.0-alpha.20...v0.1.0-alpha.21

Features

Chores

  • internal: support uploading Maven repo artifacts to stainless package server (d1b01b9)

v0.1.0-alpha.20

14 Jan 19:43
ded153e

Choose a tag to compare

v0.1.0-alpha.20 Pre-release
Pre-release

0.1.0-alpha.20 (2026-01-12)

Full Changelog: v0.1.0-alpha.19...v0.1.0-alpha.20

Features

v0.1.0-alpha.19

10 Dec 22:13

Choose a tag to compare

v0.1.0-alpha.19 Pre-release
Pre-release

0.1.0-alpha.19 (2025-12-10)

Full Changelog: v0.1.0-alpha.18...v0.1.0-alpha.19

Features

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)