You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
3
+
## 1.2.0 (2026-04-08)
4
+
5
+
Full Changelog: [v1.1.2...v1.2.0](https://github.com/groq/groq-python/compare/v1.1.2...v1.2.0)
6
+
7
+
### Features
8
+
9
+
***internal:** implement indices array format for query and form serialization ([80ca975](https://github.com/groq/groq-python/commit/80ca9750622cdd94562c34de4ef69326fdb78dd7))
10
+
11
+
12
+
### Bug Fixes
13
+
14
+
***client:** preserve hardcoded query params when merging with user params ([ff12a20](https://github.com/groq/groq-python/commit/ff12a2087a814e0baf815d0ee89dd73f18e13bae))
15
+
16
+
17
+
### Chores
18
+
19
+
***tests:** bump steady to v0.20.1 ([f031213](https://github.com/groq/groq-python/commit/f031213b83b91aba73d67806d4a85c3b71351582))
20
+
***tests:** bump steady to v0.20.2 ([66e56a7](https://github.com/groq/groq-python/commit/66e56a7ea574ce79d17c8bc0c2d02d1d2f23608c))
21
+
3
22
## 1.1.2 (2026-03-25)
4
23
5
24
Full Changelog: [v1.1.1...v1.1.2](https://github.com/groq/groq-python/compare/v1.1.1...v1.1.2)
0 commit comments