|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [0.2.0] - 2024-01-28 |
4 |
| - |
5 |
| -### Added |
6 |
| - |
7 |
| -- todo write about new features |
8 |
| - |
9 |
| -### Changed |
10 |
| - |
11 |
| -- todo write about changes |
12 |
| - |
13 |
| -### Deprecated |
14 |
| - |
15 |
| -- todo write about deprecations |
16 |
| - |
17 |
| -### Removed |
18 |
| - |
19 |
| -- todo write about removals |
20 |
| - |
21 |
| -### Fixed |
22 |
| - |
23 |
| -- todo write about fixes |
24 |
| - |
25 |
| -### Security |
26 |
| - |
27 |
| -- Updated dependencies to mitigate known vulnerabilities. |
| 3 | +## [0.2.0] - 2024-02-02 |
| 4 | + |
| 5 | +🔗 langchain lcel compatibility (runnable decorator) |
| 6 | +🔍 primitive type parsers |
| 7 | +🔄 dynamic chat routers |
| 8 | +📄 full jinja2 templating |
| 9 | +🚦 enums, literal output types |
| 10 | +🦙 llamacpp + ollama support |
| 11 | +📡 openai json mode streaming |
| 12 | +🔁 auto retry for pydantic validations |
| 13 | +👁️ better vision support |
| 14 | +✍️ create custom parsing types |
| 15 | +🏗️ codebase restructuring |
| 16 | +⬆️ updated deps |
28 | 17 |
|
29 | 18 | ## [0.1.10] - 2023-12-12
|
30 | 19 |
|
31 |
| -- universal model loader |
32 |
| -- improved configuration |
33 |
| -- SettingOverrides |
34 |
| -- auto gguf model download |
35 |
| -- optional dependencies |
36 |
| -- improve examples |
37 |
| -- other small improvements |
| 20 | +🔄 universal model loader |
| 21 | +🛠 improved configuration |
| 22 | +⚙️ SettingOverrides |
| 23 | +📥 auto gguf model download |
| 24 | +🔗 optional dependencies |
| 25 | +🌟 improve examples |
| 26 | +🔧 other small improvements |
38 | 27 |
|
39 | 28 | ## [0.1.0] - [0.1.9] - 2023-12-01
|
40 | 29 |
|
41 |
| -- pydantic v2 |
42 |
| -- llamacpp support |
43 |
| -- auto retry parsing |
44 |
| -- jinja templates |
45 |
| -- multiple tiny improvements |
46 |
| -- codebase refactor |
47 |
| -- bug fixes |
| 30 | +🆕 pydantic v2 |
| 31 | +🦙 llamacpp support |
| 32 | +🔁 auto retry parsing |
| 33 | +📄 jinja templates |
| 34 | +✨ multiple tiny improvements |
| 35 | +🏗️ codebase refactor |
| 36 | +🐛 bug fixes |
48 | 37 |
|
49 | 38 | ## [0.0.1] - [0.1.7] - 2023-10-08
|
50 | 39 |
|
51 |
| -- Undocumented Experimental Releases |
| 40 | +🧪 Undocumented Experimental Releases |
52 | 41 |
|
53 | 42 | ## [0.0.1] - 2023-08-31
|
54 | 43 |
|
55 |
| -- Initial Release |
| 44 | +🎉 Initial Release |
0 commit comments