Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release-v0.13.0-rc.31 #2674

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.30"
version = "0.13.0-rc.31"
rust-version = "1.76"

[workspace]
Expand Down Expand Up @@ -45,21 +45,21 @@ lto = "thin"
opt-level = 3

[dependencies]
tremor-codec = { path = "tremor-codec", version = "0.13.0-rc.30" }
tremor-common = { path = "tremor-common", version = "0.13.0-rc.30" }
tremor-config = { path = "tremor-config", version = "0.13.0-rc.30" }
tremor-connectors = { path = "tremor-connectors", version = "0.13.0-rc.30", default-features = false }
tremor-connectors-aws = { path = "tremor-connectors-aws", version = "0.13.0-rc.30", optional = true }
tremor-connectors-azure = { path = "tremor-connectors-azure", version = "0.13.0-rc.30", optional = true }
tremor-connectors-gcp = { path = "tremor-connectors-gcp", version = "0.13.0-rc.30", optional = true }
tremor-connectors-otel = { path = "tremor-connectors-otel", version = "0.13.0-rc.30", optional = true }
tremor-influx = { path = "tremor-influx", version = "0.13.0-rc.30" }
tremor-interceptor = { path = "tremor-interceptor", version = "0.13.0-rc.30" }
tremor-pipeline = { path = "tremor-pipeline", version = "0.13.0-rc.30" }
tremor-script = { path = "tremor-script", version = "0.13.0-rc.30" }
tremor-system = { path = "tremor-system", version = "0.13.0-rc.30" }
tremor-value = { path = "tremor-value", version = "0.13.0-rc.30" }
tremor-archive = { path = "tremor-archive", version = "0.13.0-rc.30" }
tremor-codec = { path = "tremor-codec", version = "0.13.0-rc.31" }
tremor-common = { path = "tremor-common", version = "0.13.0-rc.31" }
tremor-config = { path = "tremor-config", version = "0.13.0-rc.31" }
tremor-connectors = { path = "tremor-connectors", version = "0.13.0-rc.31", default-features = false }
tremor-connectors-aws = { path = "tremor-connectors-aws", version = "0.13.0-rc.31", optional = true }
tremor-connectors-azure = { path = "tremor-connectors-azure", version = "0.13.0-rc.31", optional = true }
tremor-connectors-gcp = { path = "tremor-connectors-gcp", version = "0.13.0-rc.31", optional = true }
tremor-connectors-otel = { path = "tremor-connectors-otel", version = "0.13.0-rc.31", optional = true }
tremor-influx = { path = "tremor-influx", version = "0.13.0-rc.31" }
tremor-interceptor = { path = "tremor-interceptor", version = "0.13.0-rc.31" }
tremor-pipeline = { path = "tremor-pipeline", version = "0.13.0-rc.31" }
tremor-script = { path = "tremor-script", version = "0.13.0-rc.31" }
tremor-system = { path = "tremor-system", version = "0.13.0-rc.31" }
tremor-value = { path = "tremor-value", version = "0.13.0-rc.31" }
tremor-archive = { path = "tremor-archive", version = "0.13.0-rc.31" }

tokio = { version = "1.39", features = ["full"] }
tokio-stream = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.learn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rust:1.82-bullseye as builder

RUN cargo install --features=ssl websocat

FROM tremorproject/tremor:0.13.0-rc.30
FROM tremorproject/tremor:0.13.0-rc.31

COPY --from=builder /usr/local/cargo/bin/websocat /usr/local/bin/websocat

Expand Down
14 changes: 7 additions & 7 deletions tremor-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tremor Api Callbacks"
edition = "2021"
license = "Apache-2.0"
name = "tremor-api"
version = "0.13.0-rc.30"
version = "0.13.0-rc.31"
homepage = "https://www.tremor.rs"

[dependencies]
Expand All @@ -17,12 +17,12 @@ simd-json = "0.13"
tokio = { version = "1.39", 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.30", path = "../tremor-pipeline" }
tremor-runtime = { version = "0.13.0-rc.30", path = "../" }
tremor-script = { version = "0.13.0-rc.30", path = "../tremor-script" }
tremor-value = { version = "0.13.0-rc.30", path = "../tremor-value" }
tremor-common = { version = "0.13.0-rc.30", path = "../tremor-common" }
tremor-system = { version = "0.13.0-rc.30", path = "../tremor-system" }
tremor-pipeline = { version = "0.13.0-rc.31", path = "../tremor-pipeline" }
tremor-runtime = { version = "0.13.0-rc.31", path = "../" }
tremor-script = { version = "0.13.0-rc.31", path = "../tremor-script" }
tremor-value = { version = "0.13.0-rc.31", path = "../tremor-value" }
tremor-common = { version = "0.13.0-rc.31", path = "../tremor-common" }
tremor-system = { version = "0.13.0-rc.31", path = "../tremor-system" }

[dev-dependencies]
surf = { version = "2.3", default-features = false, features = [
Expand Down
6 changes: 3 additions & 3 deletions tremor-archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.30"
version = "0.13.0-rc.31"

[dependencies]
tremor-common = { path = "../tremor-common", version = "0.13.0-rc.30" }
tremor-script = { path = "../tremor-script", version = "0.13.0-rc.30" }
tremor-common = { path = "../tremor-common", version = "0.13.0-rc.31" }
tremor-script = { path = "../tremor-script", version = "0.13.0-rc.31" }

tokio = { version = "1", default-features = false, features = [] }
tokio-tar = "0.3"
Expand Down
22 changes: 11 additions & 11 deletions tremor-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tremor CLI Tool"
edition = "2021"
license = "Apache-2.0"
name = "tremor-cli"
version = "0.13.0-rc.30"
version = "0.13.0-rc.31"
homepage = "https://www.tremor.rs"

[package.metadata.docs.rs]
Expand Down Expand Up @@ -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.30", path = "../tremor-api" }
tremor-codec = { version = "0.13.0-rc.30", path = "../tremor-codec" }
tremor-interceptor = { version = "0.13.0-rc.30", path = "../tremor-interceptor" }
tremor-common = { version = "0.13.0-rc.30", path = "../tremor-common" }
tremor-pipeline = { version = "0.13.0-rc.30", path = "../tremor-pipeline" }
tremor-runtime = { version = "0.13.0-rc.30", path = "../" }
tremor-script = { version = "0.13.0-rc.30", path = "../tremor-script" }
tremor-value = { version = "0.13.0-rc.30", path = "../tremor-value" }
tremor-system = { version = "0.13.0-rc.30", path = "../tremor-system" }
tremor-archive = { version = "0.13.0-rc.30", path = "../tremor-archive" }
tremor-api = { version = "0.13.0-rc.31", path = "../tremor-api" }
tremor-codec = { version = "0.13.0-rc.31", path = "../tremor-codec" }
tremor-interceptor = { version = "0.13.0-rc.31", path = "../tremor-interceptor" }
tremor-common = { version = "0.13.0-rc.31", path = "../tremor-common" }
tremor-pipeline = { version = "0.13.0-rc.31", path = "../tremor-pipeline" }
tremor-runtime = { version = "0.13.0-rc.31", path = "../" }
tremor-script = { version = "0.13.0-rc.31", path = "../tremor-script" }
tremor-value = { version = "0.13.0-rc.31", path = "../tremor-value" }
tremor-system = { version = "0.13.0-rc.31", path = "../tremor-system" }
tremor-archive = { version = "0.13.0-rc.31", path = "../tremor-archive" }
url = "2"
error-chain = "0.12"
globwalk = "0.9"
Expand Down
10 changes: 5 additions & 5 deletions tremor-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.30"
version = "0.13.0-rc.31"


[dependencies]
tremor-value = { version = "0.13.0-rc.30", path = "../tremor-value" }
tremor-common = { version = "0.13.0-rc.30", path = "../tremor-common" }
tremor-config = { version = "0.13.0-rc.30", path = "../tremor-config" }
tremor-value = { version = "0.13.0-rc.31", path = "../tremor-value" }
tremor-common = { version = "0.13.0-rc.31", path = "../tremor-common" }
tremor-config = { version = "0.13.0-rc.31", path = "../tremor-config" }
tokio = { version = "1.39", features = ["full"] }
async-trait = "0.1"
error-chain = "0.12"
Expand Down Expand Up @@ -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.30", path = "../tremor-influx" }
tremor-influx = { version = "0.13.0-rc.31", path = "../tremor-influx" }
simd-json = "0.13"
apache-avro = { version = "0.17", features = [
"snappy",
Expand Down
2 changes: 1 addition & 1 deletion tremor-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "tremor-common"
readme = "README.md"
version = "0.13.0-rc.30"
version = "0.13.0-rc.31"

[dependencies]
tokio = { version = "1", default-features = false, features = ["fs"] }
Expand Down
4 changes: 2 additions & 2 deletions tremor-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.30"
version = "0.13.0-rc.31"

# 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.30" }
tremor-value = { path = "../tremor-value", version = "0.13.0-rc.31" }
serde = "1"
16 changes: 8 additions & 8 deletions tremor-connectors-aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tremor-connectors-aws"
version = "0.13.0-rc.30"
version = "0.13.0-rc.31"
edition = "2021"
license = "Apache-2.0"
homepage = "https://www.tremor.rs"
Expand All @@ -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.30", default-features = false }
tremor-connectors-object-storage = { path = "../tremor-connectors-object-storage", version = "0.13.0-rc.30" }
tremor-common = { path = "../tremor-common", version = "0.13.0-rc.30" }
tremor-system = { path = "../tremor-system", version = "0.13.0-rc.30" }
tremor-value = { path = "../tremor-value", version = "0.13.0-rc.30" }
tremor-config = { path = "../tremor-config", version = "0.13.0-rc.30" }
tremor-connectors = { path = "../tremor-connectors", version = "0.13.0-rc.31", default-features = false }
tremor-connectors-object-storage = { path = "../tremor-connectors-object-storage", version = "0.13.0-rc.31" }
tremor-common = { path = "../tremor-common", version = "0.13.0-rc.31" }
tremor-system = { path = "../tremor-system", version = "0.13.0-rc.31" }
tremor-value = { path = "../tremor-value", version = "0.13.0-rc.31" }
tremor-config = { path = "../tremor-config", version = "0.13.0-rc.31" }

async-trait = { version = "0.1", default-features = false }
serde = { version = "1.0", default-features = false, features = ["derive"] }
Expand All @@ -41,7 +41,7 @@ rand = { version = "0.8", default-features = false }
testcontainers = { version = "0.23", default-features = false }
serial_test = { version = "3.0", default-features = false }
bytes = { version = "1.6", default-features = true }
tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.30" }
tremor-connectors-test-helpers = { path = "../tremor-connectors-test-helpers", version = "0.13.0-rc.31" }
testcontainers-modules = { version = "0.11.1", features = ["localstack"] }

[features]
Expand Down
Loading
Loading