Skip to content

Commit 1e0cfff

Browse files
committed
fix: update fluvio 0.11.7
also force smartengine to defaults
1 parent cb9f6dd commit 1e0cfff

File tree

5 files changed

+30
-29
lines changed

5 files changed

+30
-29
lines changed

Cargo.lock

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ lto = true
1212
[workspace.dependencies]
1313
async-std = { version = "1.12", default-features = false, features = ["attributes", "tokio1"] }
1414

15-
fluvio = { git = "https://github.com/infinyon/fluvio", rev = "af1fcea0b50a8243de3f2b8e613646aa8b74fc92" }
16-
fluvio-connector-common = { git = "https://github.com/infinyon/fluvio", rev = "af1fcea0b50a8243de3f2b8e613646aa8b74fc92" }
17-
fluvio-smartmodule = { git = "https://github.com/infinyon/fluvio.git", rev = "af1fcea0b50a8243de3f2b8e613646aa8b74fc92" }
15+
fluvio = { git = "https://github.com/infinyon/fluvio", tag = "v0.11.7"}
16+
fluvio-connector-common = { git = "https://github.com/infinyon/fluvio", tag = "v0.11.7"}
17+
fluvio-smartmodule = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.7" }
18+
fluvio-smartengine = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.11.7", feature = ["engine", "wasi"] }

crates/http-sink/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-sink"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
authors = ["Fluvio Contributors <[email protected]>"]
55
description = "Connector that reads data from a topic and sends to external HTTP webhook"
66
edition = "2021"

crates/http-sink/Connector.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "http-sink"
33
group = "infinyon"
4-
version = "0.2.7"
4+
version = "0.2.8"
55
apiVersion = "0.1.0"
66
fluvio = "0.11.16"
77
description = "HTTP sink connector reads records from data streaming and generates an HTTP request"
88
license = "Apache-2.0"
99
visibility = "public"
1010

1111
[direction]
12-
dest = true
12+
dest = true
1313

1414
[deployment]
1515
binary = "http-sink"
File renamed without changes.

0 commit comments

Comments
 (0)