Skip to content

Commit

Permalink
Prep changelog for v0.3.0. #695.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Feb 21, 2024
1 parent 63237d1 commit 1b7887d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@

_What's new?_

* Human workflows. [Documentation](https://flowpipe.io/docs/).
* Maximum Concurrency control. [Documentation](https://flowpipe.io/docs/).
* SQLite backing store instead of `.jsonl` files. [Documentation](https://flowpipe.io/docs/).

_Enhancements_
* Query steps & triggers now support DuckDB.
* Importing Steampipe connection config as Flowpipe credentials. [Documentation](https://flowpipe.io/docs/).

_Bug fixes_

* `log_level` workspace setting is ignored. ([#618](https://github.com/turbot/flowpipe/issues/618))
* Default "listen" flag should be network, not localhost ([#694](https://github.com/turbot/flowpipe/issues/694))
* `log_level` workspace setting is now respected ([#618](https://github.com/turbot/flowpipe/issues/618)).
* Default `listen` flag should be network, not localhost ([#694](https://github.com/turbot/flowpipe/issues/694))
* Triggers attributes are now validated ([#225](https://github.com/turbot/pipe-fittings/issues/255)).
* Pipeline output attributes are now validated ([#239](https://github.com/turbot/pipe-fittings/issues/239)).
* Pipeline param default value data type is now validated against the specified type ([#262](https://github.com/turbot/pipe-fittings/issues/262)).
* Removed titles when merging multiple error messages ([#263](https://github.com/turbot/pipe-fittings/issues/263)).

## v0.2.3 [2024-02-13]

Expand Down

0 comments on commit 1b7887d

Please sign in to comment.