|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
3 | 3 |
|
| 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 | + |
4 | 39 | ## v0.9.2 (2025-05-22)
|
5 | 40 |
|
6 | 41 | ### Bug Fixes
|
|
21 | 56 | ([#136](https://github.com/rungalileo/galileo-python/pull/136),
|
22 | 57 | [`71d6676`](https://github.com/rungalileo/galileo-python/commit/71d667610930967b77fa687cc691a1a9cc735322))
|
23 | 58 |
|
| 59 | +- **release**: V0.9.2 |
| 60 | + ([`12ad78c`](https://github.com/rungalileo/galileo-python/commit/12ad78c78a55e2c1db0f7bc85ffcbe307b15337a)) |
| 61 | + |
| 62 | +Automatically generated by python-semantic-release |
| 63 | + |
24 | 64 |
|
25 | 65 | ## v0.9.1 (2025-05-15)
|
26 | 66 |
|
|
0 commit comments