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