Skip to content

Commit

Permalink
Prep for v1.0.1. #v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhadianto committed Oct 25, 2024
1 parent e51a1f4 commit 0f60067
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Flowpipe

## v1.0.1 [tbd]
## v1.0.1 [2024-10-25]

_Bug fixes_

* Nested pipelines now correctly pauses parent pipelines if required. ([#955](https://github.com/turbot/flowpipe/issues/955)).
* Pipeline with `max_concurrency` setting is now automatically paused and will successfully resume. ([#957](https://github.com/turbot/flowpipe/issues/957)).
* Fix crashing cases when using `--output json`. ([#594](https://github.com/turbot/pipe-fittings/issues/594)).
* Coerce variables set in interactive console to their declared type. ([#595](https://github.com/turbot/pipe-fittings/issues/595)).
* Nested pipelines now correctly pauses parent pipelines. ([#955](https://github.com/turbot/flowpipe/issues/955)).
* Pipeline with `max_concurrency` setting is now automatically paused and will successfully resume. ([#957](https://github.com/turbot/flowpipe/issues/957)).
* `form_url` is now sanitized.


## v1.0.0 [2024-10-22]

_What's new?_
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ go 1.23.0
//github.com/turbot/flowpipe-sdk-go => /workspaces/flowpipe-sdk-go
//github.com/turbot/pipe-fittings => /workspaces/pipe-fittings

replace github.com/turbot/pipe-fittings => ../pipe-fittings

require (
github.com/ThreeDotsLabs/watermill v1.3.3
github.com/dgraph-io/ristretto v0.1.1
Expand Down Expand Up @@ -52,7 +50,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.19
github.com/sagikazarmark/slog-shim v0.1.0
github.com/turbot/flowpipe-sdk-go v1.0.0
github.com/turbot/pipe-fittings v0.0.0-00010101000000-000000000000
github.com/turbot/pipe-fittings v1.6.5
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/sync v0.8.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,8 @@ github.com/turbot/flowpipe-sdk-go v1.0.0 h1:q8zrZ/KKECDDCl5139CzPJUXfZTiS0vITOx7
github.com/turbot/flowpipe-sdk-go v1.0.0/go.mod h1:tP5opISn4bPv8ubRN7Kt1xvXJXgDkd8LEV0iAGHDar4=
github.com/turbot/go-kit v0.10.0-rc.0 h1:kd+jp2ibbIV33Hc8SsMAN410Dl9Pz6SJ40axbKUlSoA=
github.com/turbot/go-kit v0.10.0-rc.0/go.mod h1:fFQqR59I5z5JeeBLfK1PjSifn4Oprs3NiQx0CxeSJxs=
github.com/turbot/pipe-fittings v1.6.5 h1:bHm6dVDUvyw7as8Icxw1Jtld9Kju5OvuS6jtVXorbFo=
github.com/turbot/pipe-fittings v1.6.5/go.mod h1:1nlRVh18QkYy9eq5pW9gpnoE2VgnQW0Y2zKzrH8Q4kI=
github.com/turbot/pipes-sdk-go v0.9.1 h1:2yRojY2wymvJn6NQyE6A0EDFV267MNe+yDLxPVvsBwM=
github.com/turbot/pipes-sdk-go v0.9.1/go.mod h1:Mb+KhvqqEdRbz/6TSZc2QWDrMa5BN3E4Xw+gPt2TRkc=
github.com/turbot/steampipe-plugin-code v0.7.0 h1:SROYIo/TI/Q/YNfXK+sAIS71umypUFm1Uz851TmoJkM=
Expand Down

0 comments on commit 0f60067

Please sign in to comment.