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
* chore(smoketests): fixed smoketests and cleaned up typing/formatting (#699)
* increase timeout for flaky smoketest
* don't convert params from TypedDict to dict (unnecessary and undoes type hints)
* docstring formatting fixes
* removed shell exec tests with 'working_dir' parameter testing
* feat(scenarios): added scenario class to sdk (#701)
* uv lock upgrade
* scenario wrapper
* modified ScenarioStartRunParams to follow our previous pattern for use in the SDK
* fixed redundancy and formatting in scenario and scenario run unit tests
* formatting fixes
* changed scenario and scenario smoketests to update existing scenarios and add metadata tag instead of creating new ones every time (workaround for lack of cleanup option)
* changed scenario run methods to `run` and `run_async`, updated parameter TypedDicts appropriately
* exposed all scenario update parameters appropriately using typeddict
* formatting fixes
* remove scenario builder smoketests
* add score_and_complete and download_logs methods to scenario runs, and update docstrings to not leak internals
* add unit tests for ScenarioOps and AsyncScenarioOps
* update tests for scenario.update and change test name for scenario.run and run_async
* add unit tests for download_logs and score_and_complete
* don't pass polling_config to get_info within await_env_ready
* release: 1.1.0
---------
Co-authored-by: sid-rl <siddarth@runloop.ai>
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.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.1.0 (2025-12-06)
4
+
5
+
Full Changelog: [v1.0.0...v1.1.0](https://github.com/runloopai/api-client-python/compare/v1.0.0...v1.1.0)
6
+
7
+
### Features
8
+
9
+
***scenarios:** added scenario class to sdk ([#701](https://github.com/runloopai/api-client-python/issues/701)) ([121f0fc](https://github.com/runloopai/api-client-python/commit/121f0fc6efa779979f664a75e91d60c068358e21))
10
+
***SDK:** Build context helpers for the python clients and SDKs ([#684](https://github.com/runloopai/api-client-python/issues/684)) ([42849d6](https://github.com/runloopai/api-client-python/commit/42849d6834098d00234e5ab345ed0d91bac00435))
11
+
12
+
13
+
### Chores
14
+
15
+
***smoketests:** fixed smoketests and cleaned up typing/formatting ([#699](https://github.com/runloopai/api-client-python/issues/699)) ([f57aae7](https://github.com/runloopai/api-client-python/commit/f57aae71be8eb801214c012b2ec66b9414f0365e))
16
+
3
17
## 1.0.0 (2025-12-02)
4
18
5
19
Full Changelog: [v0.69.0...v1.0.0](https://github.com/runloopai/api-client-python/compare/v0.69.0...v1.0.0)
0 commit comments