Skip to content

Releases: tensorlakeai/indexify

v0.2.20

17 Jan 21:09
Compare
Choose a tag to compare
chore(release) preparing for indexify=0.3.2

v0.2.19

17 Jan 20:46
Compare
Choose a tag to compare
chore(release) preparing for server=0.2.19

v0.2.18

16 Jan 21:37
Compare
Choose a tag to compare

What's Changed

  • Add Executor CLI arg that defines port range used for Function Executors by @eabatalov in #1149
  • Remove stale not used files by @eabatalov in #1150
  • Fix: We aren't passing the image_uri back to the data model. by @j3m7 in #1151
  • Function allowlist for Executor and manual Graph management by @diptanu in #1146
  • feat(server): API and Event processing improvements by @seriousben in #1152
  • Upgrade Axum and OTEL by @diptanu in #1153
  • Test for Function routing to Executors with function allowlists by @eabatalov in #1155
  • Fail graph update if graph version didn't change by @eabatalov in #1156
  • Handle all exit related signals in Executor by @eabatalov in #1158
  • Implement deletion of resources cleanly by @diptanu in #1154
  • Migrate to tensorlake sdk by @j3m7 in #1159
  • writing new task placement results after executor is deregistered by @diptanu in #1160
  • Moved to use Union instead of pipe for return type and updated to use… by @j3m7 in #1161
  • Clean and synchronized shutdown of Executor by @eabatalov in #1163
  • Add tensorlake as submodule. by @j3m7 in #1164
  • Move all Python code into indexify package by @eabatalov in #1166
  • Remove direct dependency on tensorlake package by @eabatalov in #1167
  • Fix python3.9 Docker image tag by @eabatalov in #1168

Full Changelog: v0.2.17...v0.2.18

v0.2.17

07 Jan 22:58
Compare
Choose a tag to compare

Implicit namespace creation

v0.2.16

01 Jan 00:36
Compare
Choose a tag to compare

0.2.15

v0.2.15

28 Dec 02:22
Compare
Choose a tag to compare

0.2.15

v0.2.14

20 Dec 19:32
Compare
Choose a tag to compare

release 0.2.14

What's Changed

  • fix(server): fix Metrics error: reader is shut down or not registered by @seriousben in #1129

Full Changelog: v0.2.13...v0.2.14

v0.2.13

18 Dec 15:16
Compare
Choose a tag to compare

Main changes

  • Compatible with Indexify CLI and SDK 0.2.42
  • Change: Images built by the SDK are not allocated to executors by a version anymore but by an image hash representing the content of the image. Better diagnostic error message provided to help troubleshoot.
  • Feature: The executor now starts functions in sub-processes to support different function versions.
  • Feature: Graph invocations now run on the same version of the graph until completion. This prevents impacting running invocations during a graph deployment.
  • Feature: Graph now accept a list of tags that is displayed on the UI.
  • Feature: SDK defaults to JSON logging unless started with the --dev flag
  • Feature: Server can now be configured to expose open-telemetry traces.
  • Fix: Various reducer function edge cases were addressed.

What's Changed

  • chore(dead code): remove unused invocation_finished on scheduler TaskCreationResult by @seriousben in #1078
  • fix(server): Stop continuing reducing if a reducer parent failed by @seriousben in #1080
  • feat(sdk): improved dict function output and positional arguments support by @seriousben in #1084
  • Remove not used file indexify/executor/image_dependency_installer.py by @eabatalov in #1082
  • feat(sdk): structured logging for the executor by @seriousben in #1086
  • Preparing release 0.2.39 by @seriousben in #1087
  • feat: include an optional list of tags when deploying a compute graph by @miguelhrocha in #1083
  • Preparing release 0.2.40 by @miguelhrocha in #1088
  • feat(tracing): open-telemetry traces by @seriousben in #1039
  • test(sdk): add coverage for returning a list mapping to args/kwargs by @seriousben in #1089
  • Image build fixes by @j3m7 in #1091
  • fix(server): make image_uri optional by @seriousben in #1094
  • feat(ui): exposing SDK version on graph cards by @seriousben in #1095
  • feat: ensure invocations stay on the same graph version until completion by @seriousben in #1093
  • fix(sdk): stop end nodes becoming routers on validation by @seriousben in #1096
  • Add tests for function cold and warm start durations by @eabatalov in #1097
  • Update cold start duration test threshold to 2 sec by @eabatalov in #1099
  • Implement Function Executor in a separate process by @eabatalov in #1098
  • Host Executor uses Functions Executor processes to run customer functions by @eabatalov in #1102
  • fix(server): make graph versioning backward compatible by falling back on compute graph for latest by @seriousben in #1101
  • Calculate and embed image hash by @j3m7 in #1103
  • Refactor: address style comments from previous Function Executor PR by @eabatalov in #1104
  • Build Indexify python-sdk using make build in GH Actions by @eabatalov in #1105
  • feat(server): allocate by image hash instead of version by @seriousben in #1106
  • Move everything related to fetching tasks from server into its own class by @eabatalov in #1107
  • Terminate Indexify processes in the end of GH Action test runs by @eabatalov in #1108
  • fix(server): fix support for unversioned code download by @seriousben in #1109
  • preparing release server=0.2.13 sdk=0.2.41 by @seriousben in #1110
  • fix(sdk): fix to support python 3.10 by @seriousben in #1111
  • chore(CI): testing releasing building on PRs by @seriousben in #1114

Full Changelog: v0.2.12...v0.2.13

v0.2.12

04 Dec 00:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.11...v0.2.12

v0.2.11

03 Dec 14:28
ce2db51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.10...v0.2.11