We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a15467 commit 1c9e06fCopy full SHA for 1c9e06f
integrations/llama_cpp/CHANGELOG.md
@@ -1,5 +1,30 @@
1
# Changelog
2
3
+## [integrations/llama_cpp-v1.1.0] - 2025-06-19
4
+
5
+### 🐛 Bug Fixes
6
7
+- Fix llama.cpp types; add py.typed; Toolset support (#1973)
8
9
+### 🧪 Testing
10
11
+- Test llama.cpp with python 3.12 (#1601)
12
13
+### ⚙️ CI
14
15
+- Review testing workflows (#1541)
16
17
+### 🧹 Chores
18
19
+- Remove Python 3.8 support (#1421)
20
+- Use Haystack logging across integrations (#1484)
21
+- Update ChatGenerators with `deserialize_tools_or_toolset_inplace` (#1623)
22
+- Align core-integrations Hatch scripts (#1898)
23
24
+### 🌀 Miscellaneous
25
26
+- Chore: remove `jsonschema` dependency from `default` environment (#1368)
27
28
## [integrations/llama_cpp-v1.0.0] - 2025-02-07
29
30
### 🚀 Features
0 commit comments