diff --git a/Cargo.lock b/Cargo.lock index fe570b6f31..8f8547417f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6865,7 +6865,7 @@ dependencies = [ [[package]] name = "tremor-api" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "env_logger", "halfbrown", @@ -6887,7 +6887,7 @@ dependencies = [ [[package]] name = "tremor-archive" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "log", "serde", @@ -6904,7 +6904,7 @@ dependencies = [ [[package]] name = "tremor-cli" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "anyhow", "clap", @@ -6951,7 +6951,7 @@ dependencies = [ [[package]] name = "tremor-codec" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "apache-avro", "async-recursion", @@ -6987,7 +6987,7 @@ dependencies = [ [[package]] name = "tremor-common" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "base64 0.22.1", "beef", @@ -7006,7 +7006,7 @@ dependencies = [ [[package]] name = "tremor-config" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "serde", "tremor-value", @@ -7014,7 +7014,7 @@ dependencies = [ [[package]] name = "tremor-connectors" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "anyhow", "async-compression", @@ -7092,7 +7092,7 @@ dependencies = [ [[package]] name = "tremor-connectors-aws" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "anyhow", "async-channel 2.3.0", @@ -7122,7 +7122,7 @@ dependencies = [ [[package]] name = "tremor-connectors-gcp" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "anyhow", "async-channel 1.9.0", @@ -7163,7 +7163,7 @@ dependencies = [ [[package]] name = "tremor-connectors-object-storage" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "anyhow", "async-trait", @@ -7176,7 +7176,7 @@ dependencies = [ [[package]] name = "tremor-connectors-otel" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "anyhow", "async-channel 1.9.0", @@ -7202,7 +7202,7 @@ dependencies = [ [[package]] name = "tremor-connectors-test-helpers" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "lazy_static", "log", @@ -7212,7 +7212,7 @@ dependencies = [ [[package]] name = "tremor-influx" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "criterion", "lexical", @@ -7224,7 +7224,7 @@ dependencies = [ [[package]] name = "tremor-interceptor" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "anyhow", "brotli", @@ -7271,7 +7271,7 @@ dependencies = [ [[package]] name = "tremor-pipeline" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "beef", "criterion", @@ -7305,7 +7305,7 @@ dependencies = [ [[package]] name = "tremor-runtime" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "anyhow", "async-trait", @@ -7348,7 +7348,7 @@ dependencies = [ [[package]] name = "tremor-script" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "atty", "beef", @@ -7399,7 +7399,7 @@ dependencies = [ [[package]] name = "tremor-system" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "anyhow", "either", @@ -7416,7 +7416,7 @@ dependencies = [ [[package]] name = "tremor-value" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" dependencies = [ "base64 0.22.1", "beef", diff --git a/Cargo.toml b/Cargo.toml index bcfe2b9d6e..05dc104aeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" name = "tremor-runtime" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" rust-version = "1.62" [workspace] @@ -44,20 +44,20 @@ lto = "thin" opt-level = 3 [dependencies] -tremor-codec = { path = "tremor-codec", version = "0.13.0-rc.27" } -tremor-common = { path = "tremor-common", version = "0.13.0-rc.27" } -tremor-config = { path = "tremor-config", version = "0.13.0-rc.27" } -tremor-connectors = { path = "tremor-connectors", version = "0.13.0-rc.27" } -tremor-connectors-aws = { path = "tremor-connectors-aws", version = "0.13.0-rc.27" } -tremor-connectors-gcp = { path = "tremor-connectors-gcp", version = "0.13.0-rc.27" } -tremor-connectors-otel = { path = "tremor-connectors-otel", version = "0.13.0-rc.27" } -tremor-influx = { path = "tremor-influx", version = "0.13.0-rc.27" } -tremor-interceptor = { path = "tremor-interceptor", version = "0.13.0-rc.27" } -tremor-pipeline = { path = "tremor-pipeline", version = "0.13.0-rc.27" } -tremor-script = { path = "tremor-script", version = "0.13.0-rc.27" } -tremor-system = { path = "tremor-system", version = "0.13.0-rc.27" } -tremor-value = { path = "tremor-value", version = "0.13.0-rc.27" } -tremor-archive = { path = "tremor-archive", version = "0.13.0-rc.27" } +tremor-codec = { path = "tremor-codec", version = "0.13.0-rc.28" } +tremor-common = { path = "tremor-common", version = "0.13.0-rc.28" } +tremor-config = { path = "tremor-config", version = "0.13.0-rc.28" } +tremor-connectors = { path = "tremor-connectors", version = "0.13.0-rc.28" } +tremor-connectors-aws = { path = "tremor-connectors-aws", version = "0.13.0-rc.28" } +tremor-connectors-gcp = { path = "tremor-connectors-gcp", version = "0.13.0-rc.28" } +tremor-connectors-otel = { path = "tremor-connectors-otel", version = "0.13.0-rc.28" } +tremor-influx = { path = "tremor-influx", version = "0.13.0-rc.28" } +tremor-interceptor = { path = "tremor-interceptor", version = "0.13.0-rc.28" } +tremor-pipeline = { path = "tremor-pipeline", version = "0.13.0-rc.28" } +tremor-script = { path = "tremor-script", version = "0.13.0-rc.28" } +tremor-system = { path = "tremor-system", version = "0.13.0-rc.28" } +tremor-value = { path = "tremor-value", version = "0.13.0-rc.28" } +tremor-archive = { path = "tremor-archive", version = "0.13.0-rc.28" } tokio = { version = "1.38", features = ["full"] } tokio-stream = "0.1" diff --git a/Dockerfile.learn b/Dockerfile.learn index 1569383e38..8230d00944 100644 --- a/Dockerfile.learn +++ b/Dockerfile.learn @@ -2,7 +2,7 @@ FROM rust:1.78-bullseye as builder RUN cargo install --features=ssl websocat -FROM tremorproject/tremor:0.13.0-rc.27 +FROM tremorproject/tremor:0.13.0-rc.28 COPY --from=builder /usr/local/cargo/bin/websocat /usr/local/bin/websocat diff --git a/tremor-api/Cargo.toml b/tremor-api/Cargo.toml index f0f8bc948d..205d6ce25c 100644 --- a/tremor-api/Cargo.toml +++ b/tremor-api/Cargo.toml @@ -4,7 +4,7 @@ description = "Tremor Api Callbacks" edition = "2021" license = "Apache-2.0" name = "tremor-api" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" homepage = "https://www.tremor.rs" [dependencies] @@ -17,12 +17,12 @@ simd-json = "0.13" tokio = { version = "1.38", features = ["full"] } # we don't need sessions or cookies or shitty logging middleware tide = { version = "0.16", default-features = false, features = ["h1-server"] } -tremor-pipeline = { version = "0.13.0-rc.27", path = "../tremor-pipeline" } -tremor-runtime = { version = "0.13.0-rc.27", path = "../" } -tremor-script = { version = "0.13.0-rc.27", path = "../tremor-script" } -tremor-value = { version = "0.13.0-rc.27", path = "../tremor-value" } -tremor-common = { version = "0.13.0-rc.27", path = "../tremor-common" } -tremor-system = { version = "0.13.0-rc.27", path = "../tremor-system" } +tremor-pipeline = { version = "0.13.0-rc.28", path = "../tremor-pipeline" } +tremor-runtime = { version = "0.13.0-rc.28", path = "../" } +tremor-script = { version = "0.13.0-rc.28", path = "../tremor-script" } +tremor-value = { version = "0.13.0-rc.28", path = "../tremor-value" } +tremor-common = { version = "0.13.0-rc.28", path = "../tremor-common" } +tremor-system = { version = "0.13.0-rc.28", path = "../tremor-system" } [dev-dependencies] surf = { version = "2.3", default-features = false, features = [ diff --git a/tremor-archive/Cargo.toml b/tremor-archive/Cargo.toml index 7f344b88f6..3e73346e2d 100644 --- a/tremor-archive/Cargo.toml +++ b/tremor-archive/Cargo.toml @@ -8,11 +8,11 @@ homepage = "https://www.tremor.rs" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" [dependencies] -tremor-common = { path = "../tremor-common", version = "0.13.0-rc.27" } -tremor-script = { path = "../tremor-script", version = "0.13.0-rc.27" } +tremor-common = { path = "../tremor-common", version = "0.13.0-rc.28" } +tremor-script = { path = "../tremor-script", version = "0.13.0-rc.28" } tokio = { version = "1", default-features = false, features = [] } tokio-tar = "0.3" diff --git a/tremor-cli/Cargo.toml b/tremor-cli/Cargo.toml index aa5e73e85b..084f7274d3 100644 --- a/tremor-cli/Cargo.toml +++ b/tremor-cli/Cargo.toml @@ -4,7 +4,7 @@ description = "Tremor CLI Tool" edition = "2021" license = "Apache-2.0" name = "tremor-cli" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" homepage = "https://www.tremor.rs" [package.metadata.docs.rs] @@ -46,16 +46,16 @@ surf = { version = "=2.3.2", default-features = false, features = [ "h1-client-rustls", "middleware-logger", ] } -tremor-api = { version = "0.13.0-rc.27", path = "../tremor-api" } -tremor-codec = { version = "0.13.0-rc.27", path = "../tremor-codec" } -tremor-interceptor = { version = "0.13.0-rc.27", path = "../tremor-interceptor" } -tremor-common = { version = "0.13.0-rc.27", path = "../tremor-common" } -tremor-pipeline = { version = "0.13.0-rc.27", path = "../tremor-pipeline" } -tremor-runtime = { version = "0.13.0-rc.27", path = "../" } -tremor-script = { version = "0.13.0-rc.27", path = "../tremor-script" } -tremor-value = { version = "0.13.0-rc.27", path = "../tremor-value" } -tremor-system = { version = "0.13.0-rc.27", path = "../tremor-system" } -tremor-archive = { version = "0.13.0-rc.27", path = "../tremor-archive" } +tremor-api = { version = "0.13.0-rc.28", path = "../tremor-api" } +tremor-codec = { version = "0.13.0-rc.28", path = "../tremor-codec" } +tremor-interceptor = { version = "0.13.0-rc.28", path = "../tremor-interceptor" } +tremor-common = { version = "0.13.0-rc.28", path = "../tremor-common" } +tremor-pipeline = { version = "0.13.0-rc.28", path = "../tremor-pipeline" } +tremor-runtime = { version = "0.13.0-rc.28", path = "../" } +tremor-script = { version = "0.13.0-rc.28", path = "../tremor-script" } +tremor-value = { version = "0.13.0-rc.28", path = "../tremor-value" } +tremor-system = { version = "0.13.0-rc.28", path = "../tremor-system" } +tremor-archive = { version = "0.13.0-rc.28", path = "../tremor-archive" } url = "2" error-chain = "0.12" globwalk = "0.9" diff --git a/tremor-codec/Cargo.toml b/tremor-codec/Cargo.toml index 1602f35a0a..d0dd2e81e7 100644 --- a/tremor-codec/Cargo.toml +++ b/tremor-codec/Cargo.toml @@ -7,13 +7,13 @@ documentation = "https://docs.rs/tremor-script" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" [dependencies] -tremor-value = { version = "0.13.0-rc.27", path = "../tremor-value" } -tremor-common = { version = "0.13.0-rc.27", path = "../tremor-common" } -tremor-config = { version = "0.13.0-rc.27", path = "../tremor-config" } +tremor-value = { version = "0.13.0-rc.28", path = "../tremor-value" } +tremor-common = { version = "0.13.0-rc.28", path = "../tremor-common" } +tremor-config = { version = "0.13.0-rc.28", path = "../tremor-config" } tokio = { version = "1.38", features = ["full"] } async-trait = "0.1" error-chain = "0.12" @@ -43,7 +43,7 @@ reqwest = { version = "0.12", default-features = false, features = [ "rustls-tls-native-roots", ] } csv = "1.2" -tremor-influx = { version = "0.13.0-rc.27", path = "../tremor-influx" } +tremor-influx = { version = "0.13.0-rc.28", path = "../tremor-influx" } simd-json = "0.13" apache-avro = { version = "0.16", features = [ "snappy", diff --git a/tremor-common/Cargo.toml b/tremor-common/Cargo.toml index ea87305275..85782f60a2 100644 --- a/tremor-common/Cargo.toml +++ b/tremor-common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "tremor-common" readme = "README.md" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" [dependencies] tokio = { version = "1", default-features = false, features = ["fs"] } diff --git a/tremor-config/Cargo.toml b/tremor-config/Cargo.toml index 7d99cf1630..f9d6ba9a74 100644 --- a/tremor-config/Cargo.toml +++ b/tremor-config/Cargo.toml @@ -7,10 +7,10 @@ documentation = "https://docs.rs/tremor-script" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.27" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.28" } serde = "1" diff --git a/tremor-connectors-aws/Cargo.toml b/tremor-connectors-aws/Cargo.toml index 0596f6a080..6ea791d469 100644 --- a/tremor-connectors-aws/Cargo.toml +++ b/tremor-connectors-aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-connectors-aws" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" @@ -9,12 +9,12 @@ authors = ["The Tremor Team"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.27", default-features = false } -tremor-connectors-object-storage = { path = "../tremor-connectors-object-storage", version = "0.13.0-rc.27" } -tremor-common = { path = "../tremor-common", version = "0.13.0-rc.27" } -tremor-system = { path = "../tremor-system", version = "0.13.0-rc.27" } -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.27" } -tremor-config = { path = "../tremor-config", version = "0.13.0-rc.27" } +tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.28", default-features = false } +tremor-connectors-object-storage = { path = "../tremor-connectors-object-storage", version = "0.13.0-rc.28" } +tremor-common = { path = "../tremor-common", version = "0.13.0-rc.28" } +tremor-system = { path = "../tremor-system", version = "0.13.0-rc.28" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.28" } +tremor-config = { path = "../tremor-config", version = "0.13.0-rc.28" } async-trait = { version = "0.1", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } @@ -41,7 +41,7 @@ rand = { version = "0.8", default-features = false } testcontainers = { version = "0.16", default-features = false } serial_test = { version = "3.0", default-features = false } bytes = { version = "1.1", default-features = true } -tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.27" } +tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.28" } [features] integration-harness = [] diff --git a/tremor-connectors-gcp/Cargo.toml b/tremor-connectors-gcp/Cargo.toml index 05361601aa..a2ea5e253e 100644 --- a/tremor-connectors-gcp/Cargo.toml +++ b/tremor-connectors-gcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-connectors-gcp" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" @@ -9,13 +9,13 @@ authors = ["The Tremor Team"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.27", default-features = false } -tremor-connectors-object-storage = { path = "../tremor-connectors-object-storage", version = "0.13.0-rc.27" } -tremor-common = { path = "../tremor-common", version = "0.13.0-rc.27" } -tremor-system = { path = "../tremor-system", version = "0.13.0-rc.27" } -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.27" } -tremor-config = { path = "../tremor-config", version = "0.13.0-rc.27" } -tremor-script = { path = "../tremor-script", version = "0.13.0-rc.27" } +tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.28", default-features = false } +tremor-connectors-object-storage = { path = "../tremor-connectors-object-storage", version = "0.13.0-rc.28" } +tremor-common = { path = "../tremor-common", version = "0.13.0-rc.28" } +tremor-system = { path = "../tremor-system", version = "0.13.0-rc.28" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.28" } +tremor-config = { path = "../tremor-config", version = "0.13.0-rc.28" } +tremor-script = { path = "../tremor-script", version = "0.13.0-rc.28" } anyhow = { version = "1", default-features = true } async-trait = { version = "0.1", default-features = true } @@ -70,10 +70,10 @@ tokio = { version = "1.38", default-features = true } value-trait = { version = "0.8" } test-case = { version = "3", default-features = true } anyhow = { version = "1" } -tremor-codec = { path = "../tremor-codec", version = "0.13.0-rc.27" } +tremor-codec = { path = "../tremor-codec", version = "0.13.0-rc.28" } tempfile = { version = "3", default-features = true } env_logger = { version = "0.11", default-features = true } -tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.27" } +tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.28" } [features] integration-harness = [] diff --git a/tremor-connectors-object-storage/Cargo.toml b/tremor-connectors-object-storage/Cargo.toml index 1f147e98e1..9965c65cb9 100644 --- a/tremor-connectors-object-storage/Cargo.toml +++ b/tremor-connectors-object-storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-connectors-object-storage" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" @@ -9,8 +9,8 @@ authors = ["The Tremor Team"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.27", default-features = false } -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.27" } +tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.28", default-features = false } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.28" } serde = { version = "1.0", features = ["derive"] } thiserror = { version = "1", default-features = true } anyhow = { version = "1", default-features = true } diff --git a/tremor-connectors-otel/Cargo.toml b/tremor-connectors-otel/Cargo.toml index 111b276256..008dbf327b 100644 --- a/tremor-connectors-otel/Cargo.toml +++ b/tremor-connectors-otel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-connectors-otel" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" @@ -9,12 +9,12 @@ authors = ["The Tremor Team"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.27", default-features = false } -tremor-common = { path = "../tremor-common", version = "0.13.0-rc.27" } -tremor-system = { path = "../tremor-system", version = "0.13.0-rc.27" } -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.27" } -tremor-config = { path = "../tremor-config", version = "0.13.0-rc.27" } -tremor-script = { path = "../tremor-script", version = "0.13.0-rc.27" } +tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.28", default-features = false } +tremor-common = { path = "../tremor-common", version = "0.13.0-rc.28" } +tremor-system = { path = "../tremor-system", version = "0.13.0-rc.28" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.28" } +tremor-config = { path = "../tremor-config", version = "0.13.0-rc.28" } +tremor-script = { path = "../tremor-script", version = "0.13.0-rc.28" } anyhow = { version = "1", default-features = true } async-trait = { version = "0.1", default-features = true } diff --git a/tremor-connectors-test-helpers/Cargo.toml b/tremor-connectors-test-helpers/Cargo.toml index e2cf0c9c9f..a244e1b8a4 100644 --- a/tremor-connectors-test-helpers/Cargo.toml +++ b/tremor-connectors-test-helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-connectors-test-helpers" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" diff --git a/tremor-connectors/Cargo.toml b/tremor-connectors/Cargo.toml index 702a0a420b..b3fff96030 100644 --- a/tremor-connectors/Cargo.toml +++ b/tremor-connectors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-connectors" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" @@ -9,14 +9,14 @@ authors = ["The Tremor Team"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-common = { path = "../tremor-common", version = "0.13.0-rc.27" } -tremor-config = { path = "../tremor-config", version = "0.13.0-rc.27" } -tremor-codec = { path = "../tremor-codec", version = "0.13.0-rc.27" } -tremor-pipeline = { path = "../tremor-pipeline", version = "0.13.0-rc.27" } -tremor-script = { path = "../tremor-script", version = "0.13.0-rc.27" } -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.27" } -tremor-interceptor = { path = "../tremor-interceptor", version = "0.13.0-rc.27" } -tremor-system = { path = "../tremor-system", version = "0.13.0-rc.27" } +tremor-common = { path = "../tremor-common", version = "0.13.0-rc.28" } +tremor-config = { path = "../tremor-config", version = "0.13.0-rc.28" } +tremor-codec = { path = "../tremor-codec", version = "0.13.0-rc.28" } +tremor-pipeline = { path = "../tremor-pipeline", version = "0.13.0-rc.28" } +tremor-script = { path = "../tremor-script", version = "0.13.0-rc.28" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.28" } +tremor-interceptor = { path = "../tremor-interceptor", version = "0.13.0-rc.28" } +tremor-system = { path = "../tremor-system", version = "0.13.0-rc.28" } tokio = { version = "1.38", default-features = false } beef = { version = "0.5", default-features = false } value-trait = { version = "0.8", default-features = false } @@ -163,7 +163,7 @@ http-types = "2.0" bytes = "1.0" tempfile = { version = "3.8", default-features = false } env_logger = "0.11" -tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.27" } +tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.28" } tide = { version = "0.16", default-features = false } # TODO remove tide from TestHttpServer tokio = { version = "1.38", default-features = false, features = [ "full", diff --git a/tremor-influx/Cargo.toml b/tremor-influx/Cargo.toml index 191fd91612..647a36b009 100644 --- a/tremor-influx/Cargo.toml +++ b/tremor-influx/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "tremor-influx" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" diff --git a/tremor-interceptor/Cargo.toml b/tremor-interceptor/Cargo.toml index 0eb5ee1494..f5a5b5f9bd 100644 --- a/tremor-interceptor/Cargo.toml +++ b/tremor-interceptor/Cargo.toml @@ -7,15 +7,15 @@ documentation = "https://docs.tremor.rs" homepage = "https://www.tremor.rs" license = "Apache-2.0" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" rust-version = "1.62" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.27" } -tremor-config = { path = "../tremor-config", version = "0.13.0-rc.27" } -tremor-common = { path = "../tremor-common", version = "0.13.0-rc.27" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.28" } +tremor-config = { path = "../tremor-config", version = "0.13.0-rc.28" } +tremor-common = { path = "../tremor-common", version = "0.13.0-rc.28" } log = "0.4" serde = { version = "1", features = ["derive"] } byteorder = "1" diff --git a/tremor-pipeline/Cargo.toml b/tremor-pipeline/Cargo.toml index 15bb10771a..4a7ec3b4b2 100644 --- a/tremor-pipeline/Cargo.toml +++ b/tremor-pipeline/Cargo.toml @@ -4,7 +4,7 @@ description = "Tremor Pipeline DAG Runtime" edition = "2021" license = "Apache-2.0" name = "tremor-pipeline" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" [dependencies] tokio = "1" @@ -25,11 +25,11 @@ simd-json = { version = "0.13", features = ["known-key"] } simd-json-derive = "0.13" value-trait = "0.8" sled = "0.34" -tremor-common = { version = "0.13.0-rc.27", path = "../tremor-common" } -tremor-config = { version = "0.13.0-rc.27", path = "../tremor-config" } -tremor-script = { version = "0.13.0-rc.27", path = "../tremor-script" } -tremor-value = { version = "0.13.0-rc.27", path = "../tremor-value" } -tremor-system = { version = "0.13.0-rc.27", path = "../tremor-system" } +tremor-common = { version = "0.13.0-rc.28", path = "../tremor-common" } +tremor-config = { version = "0.13.0-rc.28", path = "../tremor-config" } +tremor-script = { version = "0.13.0-rc.28", path = "../tremor-script" } +tremor-value = { version = "0.13.0-rc.28", path = "../tremor-value" } +tremor-system = { version = "0.13.0-rc.28", path = "../tremor-system" } url = "2" fenster = { version = "0.1.1" } diff --git a/tremor-script/Cargo.toml b/tremor-script/Cargo.toml index f74a213f30..916490b1bd 100644 --- a/tremor-script/Cargo.toml +++ b/tremor-script/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "tremor-script" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" @@ -51,10 +51,10 @@ value-trait = "0.8" sketches-ddsketch = "0.3" strip-ansi-escapes = "0.2" termcolor = "1.4" -tremor-common = { version = "0.13.0-rc.27", path = "../tremor-common" } -tremor-influx = { version = "0.13.0-rc.27", path = "../tremor-influx" } -tremor-value = { version = "0.13.0-rc.27", path = "../tremor-value" } -tremor-codec = { version = "0.13.0-rc.27", path = "../tremor-codec" } +tremor-common = { version = "0.13.0-rc.28", path = "../tremor-common" } +tremor-influx = { version = "0.13.0-rc.28", path = "../tremor-influx" } +tremor-value = { version = "0.13.0-rc.28", path = "../tremor-value" } +tremor-codec = { version = "0.13.0-rc.28", path = "../tremor-codec" } tremor-kv = "0.6" unicode-xid = "0.2" url = "2" diff --git a/tremor-system/Cargo.toml b/tremor-system/Cargo.toml index 5349863393..d6a9d496f5 100644 --- a/tremor-system/Cargo.toml +++ b/tremor-system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tremor-system" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" edition = "2021" license = "Apache-2.0" homepage = "https://www.tremor.rs" @@ -9,8 +9,8 @@ authors = ["The Tremor Team"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tremor-common = { path = "../tremor-common", version = "0.13.0-rc.27" } -tremor-script = { path = "../tremor-script", version = "0.13.0-rc.27" } +tremor-common = { path = "../tremor-common", version = "0.13.0-rc.28" } +tremor-script = { path = "../tremor-script", version = "0.13.0-rc.28" } tokio = { version = "1.38", default-features = false } anyhow = { version = "1.0", default-features = true } @@ -22,4 +22,4 @@ simd-json = { version = "0.13", default-features = false } either = { version = "1.12", default-features = false } [dev-dependencies] -tremor-value = { path = "../tremor-value", version = "0.13.0-rc.27" } +tremor-value = { path = "../tremor-value", version = "0.13.0-rc.28" } diff --git a/tremor-value/Cargo.toml b/tremor-value/Cargo.toml index 2507b0f8a7..454508fde6 100644 --- a/tremor-value/Cargo.toml +++ b/tremor-value/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "tremor-value" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.13.0-rc.27" +version = "0.13.0-rc.28" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -19,7 +19,7 @@ serde = "1.0" simd-json = "0.13" simd-json-derive = "0.13" value-trait = { version = "0.8", features = ["custom-types"] } -tremor-common = { version = "0.13.0-rc.27", path = "../tremor-common" } +tremor-common = { version = "0.13.0-rc.28", path = "../tremor-common" } [dev-dependencies] float-cmp = "0.9"