Skip to content

Tags: tensorzero/tensorzero

Tags

2025.8.3

Toggle 2025.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix missing embedding endpoint in patch_openai_client, unify test (#3193

)

* added missing endpoint

* set up OpenAI python tests to work with patched client

* removed all references to clients/openai-python

* added pyright ignore in test fixture

2025.8.2

Toggle 2025.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement batched ClickHouse writes (#2993)

* Implement batched ClickHouse writes

* Fix some test issues

* Adjust error message

* Run fmt

* Fix story

* Move setup_howdy into GatewayHandle

* Fix shutdown logic and add comment

* Work on tests

* Cleanup test

* Select by episode id

* Add Python batching test

* Fix import

* Regen requirements.txt

* Fix imports

* Fix pyright

* added small documentation fix

* enabled batch writes and turned on merge queue tests

* added handling for running tests with batched writes

* added sleep

* added ssh debugging

* Remove ssh debugging

* Fix test

* Add in a sleep before read

* Log batch write configuration

* Adjust some sleeps

* Decrease flush interval in e2e tests

* Another sleep

* Add some missing sleeps

* Another sleep

* Insert another sleep

* Lower batch threshold and disable fail-fast

* Fix dropping client from Python

* Also enter runtime when dropping LocalHttpGateway

* Fix clippy

* Hold client reference to prevent deadlock

* Explicitly drop client

* Hold a reference to the embedded client

* Sleep before trying to use cache

* Add comments

* Adjust drop logic

* Release the gil

* removed merge queue on push

* fixed clippies

* removed stray comment

* added sleep to cache openai test

* fixed go test

* run merge queue and replicated on push

* Incresae timeout and undo ci changes

* Stop running replicated in prs

---------

Co-authored-by: Viraj Mehta <viraj@tensorzero.com>

2025.8.1

Toggle 2025.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bumped version to 2025.8.1 (#3049)

* bumped version to 2025.8.1

* bumped helm chart

2025.8.0

Toggle 2025.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Skip running migrations when TensorZeroMigration is up to date (#3001)

* Skip running migrations when TensorZeroMigration is up to date

We only skip running migrations when the table has exactly the migration
ids that we expect to see.

* Fix typo

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Add 'skip_completed_migrations' flag

* Update bindings

* Adjust FeedbackTable stories

* Fix test

* Fix test for Migration0029

* Swap check

* Migration0029 is no longer skipped

* Fix error

* Another Migration0029 fix

* Exclude Migration0029

* Fix error

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

2025.7.5

Toggle 2025.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add config.gateway.unstable_disable_feedback_target_validation (#2944)

* added a config.gateway.unstable_disable_feedback_target_validation flag, implementation, and tests

* slowed down polling for feedback get_function name

* changed margin for jitter, added comment

* fixed bindings

* fixed type in Feedback table story

2025.7.4

Toggle 2025.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated CurationMetricSelector layout (#2671)

* updated CurationMetricSelector to follow the same pattern as updated DatasetSelector and FunctionSelector

* added all available inferences count for the None item in the MetricSelector

* updated python lockfiles

* fixed issue with demonstrations in selector

* fixed curationmetricselector

* fixed curationmetricselector

* styled threshold input

* Minor fixes

---------

Co-authored-by: Viraj Mehta <viraj@tensorzero.com>
Co-authored-by: Gabriel Bianconi <GabrielBianconi@users.noreply.github.com>
Co-authored-by: Gabriel Bianconi <1275491+GabrielBianconi@users.noreply.github.com>

2025.7.3

Toggle 2025.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update gateway.rs (#2886)

* Update gateway.rs

* Fix test

---------

Co-authored-by: Gabriel Bianconi <GabrielBianconi@users.noreply.github.com>

2025.7.2

Toggle 2025.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bumped version to 2025.7.2 (#2853)

* bumped version to 2025.7.2

* package.json

2025.7.1

Toggle 2025.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add multi-line stories (#2839)

Co-authored-by: Gabriel Bianconi <GabrielBianconi@users.noreply.github.com>

2025.7.0

Toggle 2025.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixed error handling so UI grabs right field to display (#2772)