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
* feat(client): support file upload requests
* chore(examples): add langgraph math agent example (#360)
* chore(project): add settings file for vscode
* Fix pytest configuration for GitHub Actions
- Remove parallel test execution (-n auto) to prevent resource warnings
- Change asyncio_default_fixture_loop_scope from "function" to "session"
These minimal changes fix test failures on GitHub Actions runners.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* feat(examples): add langgraph math agent example
* chore: remove vscode settings file
* chore: set fixture loop scope to function
* chore: update imports and rename example file
* chore: Clean up Gentrace init and comments
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
* release: 1.2.0
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Vivek Nair <vivek@gentrace.ai>
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog
2
2
3
+
## 1.2.0 (2025-07-31)
4
+
5
+
Full Changelog: [v1.1.0...v1.2.0](https://github.com/gentrace/gentrace-python/compare/v1.1.0...v1.2.0)
6
+
7
+
### Features
8
+
9
+
***client:** support file upload requests ([7dd1eea](https://github.com/gentrace/gentrace-python/commit/7dd1eead01ea49fe486a1bf24ee05897801d549d))
10
+
***otlp:** show partial success issues directly in the client SDK code ([#359](https://github.com/gentrace/gentrace-python/issues/359)) ([76c0ada](https://github.com/gentrace/gentrace-python/commit/76c0ada44160a53bd0f59fb3ae374072b3640c8a))
11
+
12
+
13
+
### Chores
14
+
15
+
***examples:** add langgraph math agent example ([#360](https://github.com/gentrace/gentrace-python/issues/360)) ([b2f4d86](https://github.com/gentrace/gentrace-python/commit/b2f4d86f8fe3376a2f3d0e0c962e957f62f1b998))
16
+
3
17
## 1.1.0 (2025-07-24)
4
18
5
19
Full Changelog: [v1.0.1...v1.1.0](https://github.com/gentrace/gentrace-python/compare/v1.0.1...v1.1.0)
0 commit comments