v0.2.10
What's Changed
- fix remote graph by @diptanu in #1036
- feat(server,sdk): Expose compute graph replaying field by @seriousben in #1029
- fix(server): default compute graph replaying to false when deserialzing by @seriousben in #1042
- Update publish_executor_containers.yaml to add Open AI Container for Open Source Examples by @stangirala in #1044
- bug(sdk): increase task reporting timeout from 5s to 5m by @seriousben in #1048
- bug(sdk): fix using json encoding when using an api key by @seriousben in #1050
- Pass the config_path to the Downloader by @j3m7 in #1052
- Remove pytest from python-sdk and fix commands that runs integ tests by @eabatalov in #1053
- Use configured client for GET on reducer_urls. by @j3m7 in #1056
- Setup
document_ai_api_version_workflow.py
example which uses the DocumentAI endpoint for PDF Parsing by @stangirala in #1045 - chore(ci): fix false positive lint issues + speedup CI by @seriousben in #1057
- Update and Verify tweetsgenerator Example by @stangirala in #1058
- Fix broken tests and delete function image tests by @eabatalov in #1059
- Run Poetry install before poetry build command in Makefile by @eabatalov in #1060
- Use python-sdk
make test
target to run all python-sdk tests by @eabatalov in #1061 - enhancement(python-sdk) Added graph validation for unreachable nodes. by @Default2882 in #1063
- ui(feat): Download output of a function from the UI by @Default2882 in #1055
- not updating tasks for graphs which are completed by @diptanu in #1071
- Bug fixes by @diptanu in #1072
- No panic on create tasks if the graph ctx is none by @seriousben in #1068
- Improving metrics with blob, kv, and state duration metrics by @seriousben in #1064
- Address various scheduler timing issues by @seriousben in #1069
- chore: removing unused files by @seriousben in #1073
- Prepare for release server=0.2.10 sdk=0.2.32 by @seriousben in #1074
New Contributors
- @j3m7 made their first contribution in #1052
- @eabatalov made their first contribution in #1053
Full Changelog: v0.2.9...v0.2.10