Skip to content

Releases: rungalileo/galileo-python

v2.1.2

24 Apr 17:59

Choose a tag to compare

Release 2.1.2

This is a manually triggered release.

galileo-a2a-v1.0.0

23 Apr 18:11
galileo-a2a-v1.0.0
bc515b3

Choose a tag to compare

v1.0.0 (2026-04-23)

This release is published under the Apache-2.0 License.

  • Initial Release

v2.1.1

10 Apr 20:13
v2.1.1
ba8c8d2

Choose a tag to compare

v2.1.1 (2026-04-10)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Add session start handling in new traces client (#543, 42b8201)

Detailed Changes: v2.1.0...v2.1.1

v2.1.0

09 Apr 19:38
v2.1.0
eedf91f

Choose a tag to compare

v2.1.0 (2026-04-09)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Cannot pass prompt_settings as dict to run_experiment (#527, a32ea66)

  • Missing tasks in hierarchical CrewAI crew traces (#532, 6afaa04)

  • NewSDK: get_version* are [very] confusing (#530, cf606c4)

  • Regression issues on experiments (#511, b7cc9bd)

  • Resolve OpenAI test failures when Azure env vars are set (#540, 5322d63)

  • datasets: Adjust default model alias name (#535, 95a4e45)

  • docs: Update span docstrings with accurate input formats (#541, 63197c1)

Chores

  • Remove CODEOWNERS (#533, 354491b)

  • Update dev environment to recommend Python 3.13 (#518, 4b197ab)

  • Update ruff target-version and fix mypy pre-commit hook (#536, 4b6bffb)

Features

  • Implement google a2a instrumentor (#529, ca24de6)

  • experiments: Add on_error callback to flush and experiment run (#537, e08596c)

  • langchain: Add multimodal content support to LangChain handler (#515, fb6c1a1)

  • logger: Validate input types in start_trace (#539, e07ab69)

Refactoring

  • Add @deprecated decorators to legacy service functions in datasets, experiments, prompts, log_streams (#524, 546e00f)

Detailed Changes: v2.0.0...v2.1.0

v2.0.0

02 Apr 17:58
v2.0.0
0dcb7d9

Choose a tag to compare

v2.0.0 (2026-04-02)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Clarify error message when GALILEO_API_KEY is not detected (#509, c2bf734)

  • Fix unformatted %s placeholder in APIError message in Project.get() (#523, 979f2b7)

  • Handle legacy token fields from OpenAI usage (#517, 6db840f)

  • Raise error when extend/generate job fails silently (#528, d7b9da1)

Chores

Features

  • Implement Metric.update() via PATCH /scorers/{id} (#505, f181ab6)

  • Implement Project.save() and Dataset.save() (#503, 5d473ed)

  • Implement Prompt.save() with automatic dirty tracking for name changes (#504, e8cc58f)

  • Improve metric naming conventions and optimize scorer retrieval (#522, 65e28c7)

Refactoring

  • Adding deprecated on future re export (#525, 69d0c22)

  • Move tests from tests/future/ to tests/ directory (#526, 48bc50c)


Detailed Changes: v1.51.0...v2.0.0

v1.51.0

24 Mar 19:08
v1.51.0
a6dadc6

Choose a tag to compare

v1.51.0 (2026-03-24)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Raise consistent ResourceNotFoundError when project cannot be resolved (#510, ec6e2d0)

Chores

Features

  • Creating custom input and output types for multimodal ingestion (#500, 3685658)

  • Serialize trace output in distributed mode decorator path (#514, 444ce9b)

Refactoring

  • Moving project.py to root, away from future (#506, 1dd4b4c)

Detailed Changes: v1.50.1...v1.51.0

v1.50.1

13 Mar 16:27
v1.50.1
30b381a

Choose a tag to compare

v1.50.1 (2026-03-13)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Move dataset context to decorator to remove otel import from experiments (#502, 6e4f193)

Detailed Changes: v1.50.0...v1.50.1

v1.50.0

13 Mar 05:49
v1.50.0
a8ac26f

Choose a tag to compare

v1.50.0 (2026-03-13)

This release is published under the Apache-2.0 License.

Chores

Features

  • Switch run_experiment to trigger=True for generated output flow (#497, 837d9b5)

Detailed Changes: v1.49.2...v1.50.0

v1.49.2

11 Mar 20:02
v1.49.2
459457d

Choose a tag to compare

v1.49.2 (2026-03-11)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Add tqdm as explicit required dependency (#492, ac9d5d5)

  • Prioritize experiment over logstream in OTEL export (#498, 12c736a)


Detailed Changes: v1.49.1...v1.49.2

v1.49.1

11 Mar 14:22
v1.49.1
beb1a4a

Choose a tag to compare

v1.49.1 (2026-03-11)

This release is published under the Apache-2.0 License.

Bug Fixes

  • Attach dataset ground truth fields to OTEL spans (#496, aa3994e)

Detailed Changes: v1.49.0...v1.49.1