[PR #1] [MERGED] release: 0.1.0-alpha.1 #2

Closed
opened 2026-02-16 04:16:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-go/pull/1
Author: @stainless-app[bot]
Created: 11/24/2025
Status: Merged
Merged: 12/9/2025
Merged by: @stainless-app[bot]

Base: mainHead: release-please--branches--main--changes--next


📝 Commits (10+)

📊 Changes

84 files changed (+4281 additions, -1269 deletions)

View changed files

.github/workflows/count-methods.yml (+58 -0)
.release-please-manifest.json (+3 -0)
📝 .stats.yml (+4 -4)
CHANGELOG.md (+44 -0)
📝 CONTRIBUTING.md (+1 -1)
📝 README.md (+85 -12)
📝 aliases.go (+1 -1)
📝 annotationqueue.go (+45 -28)
📝 annotationqueue_test.go (+20 -15)
📝 annotationqueuerun.go (+5 -5)
📝 annotationqueuerun_test.go (+3 -3)
📝 api.md (+200 -208)
📝 client.go (+2 -2)
📝 client_test.go (+11 -11)
📝 commit.go (+5 -197)
commit_test.go (+0 -118)
📝 dataset.go (+65 -26)
📝 dataset_test.go (+39 -21)
📝 datasetcomparative.go (+17 -17)
📝 datasetcomparative_test.go (+10 -8)

...and 64 more files

📄 Description

Automated Release PR

0.1.0-alpha.1 (2025-12-09)

Full Changelog: v0.0.1...v0.1.0-alpha.1

Features

Bug Fixes

  • mcp: correct code tool API endpoint (2088a47)
  • prompt example dotted order formatting (#10) (8961794)
  • rename param to avoid collision (0b45bf0)

Chores

  • elide duplicate aliases (4bd5c33)
  • internal: codegen related update (d98b055)
  • update SDK settings (d6cb6f1)

Documentation


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langsmith-go/pull/1 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Base:** `main` ← **Head:** `release-please--branches--main--changes--next` --- ### 📝 Commits (10+) - [`d6cb6f1`](https://github.com/langchain-ai/langsmith-go/commit/d6cb6f18a01dedce7b1ec43c3ab59a8cf1915ade) chore: update SDK settings - [`1f39895`](https://github.com/langchain-ai/langsmith-go/commit/1f398959ad0828412ff7a25cca1511f18899a714) feat(api): pagination read me - [`db77faa`](https://github.com/langchain-ai/langsmith-go/commit/db77faa02fdc59d426ad3f952266bc86bba7e9ef) codegen metadata - [`b4014e5`](https://github.com/langchain-ai/langsmith-go/commit/b4014e5653f306ab5da7221d0ac482e8cbd08911) feat(api): readme example - change REPLACE_ME session_id to uuid - [`696022a`](https://github.com/langchain-ai/langsmith-go/commit/696022a7b929542d4a5f397cb2a33d6c8f1f8193) codegen metadata - [`5800689`](https://github.com/langchain-ai/langsmith-go/commit/5800689a7207e62f058ec2ba8062f4d955496855) feat(api): api update - [`4620906`](https://github.com/langchain-ai/langsmith-go/commit/4620906243fa4a98071c89dcef2e815b13e5e626) feat(api): api update - [`2925904`](https://github.com/langchain-ai/langsmith-go/commit/2925904c21a0811ac4558136351848d443998051) codegen metadata - [`e9ef21f`](https://github.com/langchain-ai/langsmith-go/commit/e9ef21f56e6e767c49de585122025d3c9a22bb81) codegen metadata - [`0ca74a9`](https://github.com/langchain-ai/langsmith-go/commit/0ca74a95cb59f9853b086c34d98444c5da64012b) codegen metadata ### 📊 Changes **84 files changed** (+4281 additions, -1269 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/count-methods.yml` (+58 -0) ➕ `.release-please-manifest.json` (+3 -0) 📝 `.stats.yml` (+4 -4) ➕ `CHANGELOG.md` (+44 -0) 📝 `CONTRIBUTING.md` (+1 -1) 📝 `README.md` (+85 -12) 📝 `aliases.go` (+1 -1) 📝 `annotationqueue.go` (+45 -28) 📝 `annotationqueue_test.go` (+20 -15) 📝 `annotationqueuerun.go` (+5 -5) 📝 `annotationqueuerun_test.go` (+3 -3) 📝 `api.md` (+200 -208) 📝 `client.go` (+2 -2) 📝 `client_test.go` (+11 -11) 📝 `commit.go` (+5 -197) ➖ `commit_test.go` (+0 -118) 📝 `dataset.go` (+65 -26) 📝 `dataset_test.go` (+39 -21) 📝 `datasetcomparative.go` (+17 -17) 📝 `datasetcomparative_test.go` (+10 -8) _...and 64 more files_ </details> ### 📄 Description Automated Release PR --- ## 0.1.0-alpha.1 (2025-12-09) Full Changelog: [v0.0.1...v0.1.0-alpha.1](https://github.com/langchain-ai/langsmith-go/compare/v0.0.1...v0.1.0-alpha.1) ### Features * add prompt example ([#2](https://github.com/langchain-ai/langsmith-go/issues/2)) ([f9d7cea](https://github.com/langchain-ai/langsmith-go/commit/f9d7ceaedff9477b12b95e768352fdf2e400a132)) * add record experiment example ([#3](https://github.com/langchain-ai/langsmith-go/issues/3)) ([36834e3](https://github.com/langchain-ai/langsmith-go/commit/36834e34da8a91ff1e03e2c7397b2c277e26bd2e)) * added dataset example ([#7](https://github.com/langchain-ai/langsmith-go/issues/7)) ([a575630](https://github.com/langchain-ai/langsmith-go/commit/a57563027011e78d36f484e4f1c0dafa18d2fc5c)) * added evaluation example ([#8](https://github.com/langchain-ai/langsmith-go/issues/8)) ([df85f8f](https://github.com/langchain-ai/langsmith-go/commit/df85f8f0ea904aa0152f67af33915ae9dfcb6c14)) * added otel ingestion examples ([de957e9](https://github.com/langchain-ai/langsmith-go/commit/de957e93220576ce553ace2b2de0bc5d308e1108)) * **api:** add go target ([07c2406](https://github.com/langchain-ai/langsmith-go/commit/07c240666a7c39e1d684090b20286dd3e5dae6ec)) * **api:** api update ([720fae2](https://github.com/langchain-ai/langsmith-go/commit/720fae2738cf1101e291dd1caf849bda2030379b)) * **api:** api update ([f55b0d3](https://github.com/langchain-ai/langsmith-go/commit/f55b0d30a81c1b0b9728b00c30875452de31e8aa)) * **api:** api update ([afc0dd8](https://github.com/langchain-ai/langsmith-go/commit/afc0dd80d6a758e51ada8b308d6fc65bf9fc4d6b)) * **api:** api update ([92faff9](https://github.com/langchain-ai/langsmith-go/commit/92faff9c16d4f7a1026d9dd9c1a85fe37afa2284)) * **api:** api update ([4620906](https://github.com/langchain-ai/langsmith-go/commit/4620906243fa4a98071c89dcef2e815b13e5e626)) * **api:** api update ([5800689](https://github.com/langchain-ai/langsmith-go/commit/5800689a7207e62f058ec2ba8062f4d955496855)) * **api:** manual updates ([e360eb9](https://github.com/langchain-ai/langsmith-go/commit/e360eb9ad3f42612329f3b5e5ad397317a1f4b0a)) * **api:** pagination read me ([1f39895](https://github.com/langchain-ai/langsmith-go/commit/1f398959ad0828412ff7a25cca1511f18899a714)) * **api:** readme example - change REPLACE_ME session_id to uuid ([b4014e5](https://github.com/langchain-ai/langsmith-go/commit/b4014e5653f306ab5da7221d0ac482e8cbd08911)) * list runs example ([218ea3b](https://github.com/langchain-ai/langsmith-go/commit/218ea3b5914409190927e130699e0d2ea9c4ffc9)) ### Bug Fixes * **mcp:** correct code tool API endpoint ([2088a47](https://github.com/langchain-ai/langsmith-go/commit/2088a47e50a2dabf924637810e0d1ff53a29b096)) * prompt example dotted order formatting ([#10](https://github.com/langchain-ai/langsmith-go/issues/10)) ([8961794](https://github.com/langchain-ai/langsmith-go/commit/8961794aaf7f488031ec95581e403101ba742e70)) * rename param to avoid collision ([0b45bf0](https://github.com/langchain-ai/langsmith-go/commit/0b45bf08560d5661d52377a622d873f393865f05)) ### Chores * elide duplicate aliases ([4bd5c33](https://github.com/langchain-ai/langsmith-go/commit/4bd5c33d7ee3f8b17439449b5fadf510f949181b)) * **internal:** codegen related update ([d98b055](https://github.com/langchain-ai/langsmith-go/commit/d98b0552999fd1315767a9d0a1232a40d066d5c3)) * update SDK settings ([d6cb6f1](https://github.com/langchain-ai/langsmith-go/commit/d6cb6f18a01dedce7b1ec43c3ab59a8cf1915ade)) ### Documentation * Add configuration to README ([#5](https://github.com/langchain-ai/langsmith-go/issues/5)) ([59244be](https://github.com/langchain-ai/langsmith-go/commit/59244bec89a9804cfac62f1e7a550b6f5fa48329)) * add exmaple section to README ([#9](https://github.com/langchain-ai/langsmith-go/issues/9)) ([70046c7](https://github.com/langchain-ai/langsmith-go/commit/70046c7b0f6a6cdf115a9d6adf28ee62920868c7)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). Alternatively, you can manually set the version number in the title of this pull request. For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request. 🔗 Stainless [website](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 04:16:29 -05:00
yindo closed this issue 2026-02-16 04:16:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-go#2