Skip to content

Commit 5b8d18b

Browse files
committed
v0.4.4 changelog
1 parent babf75d commit 5b8d18b

3 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v0.4.4] - 2025-06-20
4+
5+
### Fixed
6+
- Changed the allowed base branch names in the GHA `guard-branches.yml`: `doc` -> `docs`
7+
- Fixed `kajson` dependency (see [kajson v0.1.6 changelog](https://github.com/Pipelex/kajson/blob/main/CHANGELOG.md))
8+
9+
### Cursor rules
10+
- Added Cursor rules for coding best practices and standards (including linting methods). Added TDD (Test Driven Development) rule on demand.
11+
- Various changes
12+
13+
### Documentation
14+
- Added documentation for referencing images in PipeLLM.
15+
- Fixed typos
16+
17+
### Refactor
18+
- Removed the `images` field from PipeLLM - images can now be referenced directly in the `inputs`
19+
- Moved the list-pipes CLI function to the `PipeLibrary` class.
20+
321
## [v0.4.3] - 2025-06-19
422

523
### Fixed
@@ -35,9 +53,9 @@
3553
- Added GHA workflows for documentation deployment and validation
3654
- **Added to docs:**
3755
- [**Manifesto**](https://docs.pipelex.com/manifesto/) explaining the Pipelex viewpoint
38-
- [**The Pipelex Paradigm**](https://docs.pipelex.com/pages/pipelex-paradigm-for-repeatable-ai-workflows/) explaining the fundamentals of Pipelexs solution
56+
- [**The Pipelex Paradigm**](https://docs.pipelex.com/pages/pipelex-paradigm-for-repeatable-ai-workflows/) explaining the fundamentals of Pipelex's solution
3957
- [**Cookbook examples](https://docs.pipelex.com/pages/cookbook-examples/)** presented and explained, commented code, some event with [mermaid](https://docs.pipelex.com/pages/cookbook-examples/invoice-extractor/) [flow](https://docs.pipelex.com/pages/cookbook-examples/extract-gantt/) [charts](https://docs.pipelex.com/pages/cookbook-examples/write-tweet/)
40-
- And plenty of details about **using Pipelex** and **developing for Pipelex,** from **structured generation** to PipeOperators (**LLM**, **Image generation**, **OCR**…) to PipeControllers (**Sequence**, **Parallel**, **Batch**, **Condition**…), workflow **optimization**, workflow static **validation** and dry run… theres still work to do, but we move fast!
58+
- And plenty of details about **using Pipelex** and **developing for Pipelex,** from **structured generation** to PipeOperators (**LLM**, **Image generation**, **OCR**…) to PipeControllers (**Sequence**, **Parallel**, **Batch**, **Condition**…), workflow **optimization**, workflow static **validation** and dry run… there's still work to do, but we move fast!
4159
- **Also a major update of Cursor rules**
4260

4361
### Tooling Improvements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pipelex"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "Pipelex is an open-source dev tool based on a simple declarative language that lets you define replicable, structured, composable LLM pipelines."
55
authors = [{ name = "Evotis S.A.S.", email = "evotis@pipelex.com" }]
66
maintainers = [{ name = "Pipelex staff", email = "oss@pipelex.com" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)