-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: runloopai/api-client-python
base: v0.69.0
head repository: runloopai/api-client-python
compare: v1.0.0
- 8 commits
- 79 files changed
- 4 contributors
Commits on Nov 21, 2025
-
feat!(storage-objects):
nameis now a keyword-only parameter to Sto……rageObject upload helper methods, and `ttl` can be passed in as a parameter (#687) * change 'name' from positional to named parameter, added 'ttl' parameter and cleaned up docs for object upload helper methods * modified object tests to pass 'name' as named parameter * upgrade runloop-api-client package version in uv lock * updated unit test expected call args
Configuration menu - View commit details
-
Copy full SHA for 57ee98e - Browse repository at this point
Copy the full SHA 57ee98eView commit details
Commits on Nov 22, 2025
-
WIP docs: added base api types to the type reference (#689)
* Restructure type references to be clearer * title underline formatting * Rename SDK's RequestOptions to BaseRequestOptions (avoid conflict with API's RequestOptions) * base api types in the type reference
Configuration menu - View commit details
-
Copy full SHA for 5684195 - Browse repository at this point
Copy the full SHA 5684195View commit details -
remove unnecessary protocols.py to clean up docs, adjusted doc order …
…to sort by source declaration order (except in base api type reference) (#690)
Configuration menu - View commit details
-
Copy full SHA for 8551307 - Browse repository at this point
Copy the full SHA 8551307View commit details
Commits on Nov 25, 2025
-
fix(scenarios): update parameters for manually maintained start_run_a…
…nd_await_env_ready methods (#692) * update parameters for manually maintained start_run_and_await_env_ready methods * added helper comment (maintains consistency)
Configuration menu - View commit details
-
Copy full SHA for 8000495 - Browse repository at this point
Copy the full SHA 8000495View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8bf33 - Browse repository at this point
Copy the full SHA bf8bf33View commit details
Commits on Nov 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6cc8c2f - Browse repository at this point
Copy the full SHA 6cc8c2fView commit details -
feat(devbox): added devbox.shell(shellName) command and stateful shel…
…l class to SDK (#696) * cp dines * cp dines * cp dines
Configuration menu - View commit details
-
Copy full SHA for c1e8f09 - Browse repository at this point
Copy the full SHA c1e8f09View commit details
Commits on Dec 2, 2025
-
* chore: hide build context APIs * fix(devbox): launch parameter typo * fix(scorer): fixed RL_TEST_CONTEXT to RL_SCORER_CONTEXT * fix(api): don't ignore devbox keep_alive, suspend and resume in api * feat(blueprints): Add build context to the OpenAPI spec (#6494) * chore(mounts): Update documentation for deprecated fields to direct the user to the replacement API * chore(blueprints): Add build context examples (#694) * feat(sdk): added scorer classes to sdk (#698) * added scorer class (kept create and list as static methods for now since we don't know how we're creating scorers yet) * refactored static methods to ScorerOps class * fix example docstrings to use correct scorer create params * scorer tests * fixed scorer unit test parameters for update and validate * update scorer and scorer ops docstrings to be more helpful while not exposing system internals * update docs with scorer classes, methods and types * remove verbose request options in unit test parameters * rename client to ops in client test * rename client test file to ops * added list_empty, list_single and list_multiple unit tests to all ops class tests * fix assert_called to assert_awaited * remove duplicate tests * release: 1.0.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: Adam Lesinski <adam@runloop.ai> Co-authored-by: sid-rl <siddarth@runloop.ai>
Configuration menu - View commit details
-
Copy full SHA for 1bd9450 - Browse repository at this point
Copy the full SHA 1bd9450View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.69.0...v1.0.0