Skip to content

Commit ce3d1de

Browse files
chore(release): v0.10.0
Automatically generated by python-semantic-release
1 parent eed7a81 commit ce3d1de

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
# CHANGELOG
22

33

4+
## v0.10.0 (2025-05-29)
5+
6+
### Bug Fixes
7+
8+
- Langchain on_chain_start with_kwargs name and serialised is none
9+
([#138](https://github.com/rungalileo/galileo-python/pull/138),
10+
[`132955c`](https://github.com/rungalileo/galileo-python/commit/132955cd88f369e99c203262dfd77c394a4e02a7))
11+
12+
### Chores
13+
14+
- **deps**: Bump langchain-core from 0.3.40 to 0.3.58
15+
([#122](https://github.com/rungalileo/galileo-python/pull/122),
16+
[`e2e6a49`](https://github.com/rungalileo/galileo-python/commit/e2e6a49cca0657ebd6483a3d361505422fc754ca))
17+
18+
### Features
19+
20+
- Add codeflash optimizer on our repo
21+
([#151](https://github.com/rungalileo/galileo-python/pull/151),
22+
[`de1897b`](https://github.com/rungalileo/galileo-python/commit/de1897bf9aa46aa2fba0f9f7870a27ce766985b5))
23+
24+
- Enable setting session ID ([#139](https://github.com/rungalileo/galileo-python/pull/139),
25+
[`e646df3`](https://github.com/rungalileo/galileo-python/commit/e646df34606a3949543364c15c44c36b5b697bdb))
26+
27+
This changes the `start_session` function to return the session ID, and adds a new `set_session`
28+
function.
29+
30+
- **langchain**: Implement duration_ns metric for langchain callback async handler
31+
([#150](https://github.com/rungalileo/galileo-python/pull/150),
32+
[`eed7a81`](https://github.com/rungalileo/galileo-python/commit/eed7a81f89e4e15801fa95e65229d08ea9824cab))
33+
34+
- **langchain**: Implement duration_ns metric for langchain callback handler
35+
([#145](https://github.com/rungalileo/galileo-python/pull/145),
36+
[`55f3cdf`](https://github.com/rungalileo/galileo-python/commit/55f3cdf63cbc254f4d8804ef61081c877b4c61b7))
37+
38+
439
## v0.9.2 (2025-05-22)
540

641
### Bug Fixes
@@ -21,6 +56,11 @@
2156
([#136](https://github.com/rungalileo/galileo-python/pull/136),
2257
[`71d6676`](https://github.com/rungalileo/galileo-python/commit/71d667610930967b77fa687cc691a1a9cc735322))
2358

59+
- **release**: V0.9.2
60+
([`12ad78c`](https://github.com/rungalileo/galileo-python/commit/12ad78c78a55e2c1db0f7bc85ffcbe307b15337a))
61+
62+
Automatically generated by python-semantic-release
63+
2464

2565
## v0.9.1 (2025-05-15)
2666

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "galileo"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
description = "Client library for the Galileo platform."
55
authors = [{ name = "Galileo Technologies Inc.", email = "team@galileo.ai" }]
66
readme = "README.md"

src/galileo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
from galileo_core.schemas.logging.step import StepType
1414
from galileo_core.schemas.logging.trace import Trace
1515

16-
__version__ = "0.9.2"
16+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)