Skip to content

Commit 75f4d6f

Browse files
author
The dialog Authors
committed
Release version 1.1.0 of dialog, introducing Colab improvements, streaming updates, and tool response support.
PiperOrigin-RevId: 917775330
1 parent 9826c30 commit 75f4d6f

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## 1.1.0 (2026-05-19)
4+
5+
* **Features**:
6+
* Added Gemini Colab notebook and moved colab to top-level.
7+
* Supported streaming mode improvements.
8+
* Supported `<|tool_response>` in model answers.
9+
* Added conversion methods and supported tool/dialog features.
10+
* Supported `()` in function calls.
11+
* Supported Extensions.
12+
* Enabled auto-display for audio.
13+
* **Fixes**:
14+
* Backward compatibility fixes.
15+
* General test fixes and formatting.
16+
17+
## 1.0.0 (2026-02-10)
18+
19+
* Initial release.

dialog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545

4646
# A new PyPI release will be pushed every time `__version__` is increased.
4747
# When changing this, also update the CHANGELOG.md.
48-
__version__ = '1.0.0'
48+
__version__ = '1.1.0'

0 commit comments

Comments
 (0)