From 0f98b56ca491e24518739d576457c86bba414b67 Mon Sep 17 00:00:00 2001 From: Matthias Wahl Date: Thu, 22 Apr 2021 18:28:28 +0200 Subject: [PATCH] Prepare Release 0.11.1 Signed-off-by: Matthias Wahl --- CHANGELOG.md | 2 +- Cargo.lock | 16 +++---- Cargo.toml | 72 ++++++++++++++-------------- Dockerfile.learn | 2 +- tremor-api/Cargo.toml | 2 +- tremor-cli/Cargo.toml | 2 +- tremor-cli/tests/api-cli/command.yml | 2 +- tremor-cli/tests/api/command.yml | 2 +- tremor-common/Cargo.toml | 4 +- tremor-influx/Cargo.toml | 2 +- tremor-pipeline/Cargo.toml | 2 +- tremor-script/Cargo.toml | 16 +++---- tremor-value/Cargo.toml | 8 ++-- 13 files changed, 66 insertions(+), 66 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c13dbdf4f..d4c955963d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.11.1 ### New features * Add `tremor_value::structurize` convenience fn diff --git a/Cargo.lock b/Cargo.lock index 15bf308e9d..6b33e6295c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6192,7 +6192,7 @@ checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" [[package]] name = "tremor-api" -version = "0.11.0" +version = "0.11.1" dependencies = [ "hashbrown 0.11.2", "http-types", @@ -6208,7 +6208,7 @@ dependencies = [ [[package]] name = "tremor-cli" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "async-std", @@ -6251,7 +6251,7 @@ dependencies = [ [[package]] name = "tremor-common" -version = "0.11.0" +version = "0.11.1" dependencies = [ "async-std", "rand 0.8.3", @@ -6259,7 +6259,7 @@ dependencies = [ [[package]] name = "tremor-influx" -version = "0.3.0" +version = "0.3.1" dependencies = [ "criterion", "lexical", @@ -6292,7 +6292,7 @@ dependencies = [ [[package]] name = "tremor-pipeline" -version = "0.11.0" +version = "0.11.1" dependencies = [ "base64 0.13.0", "beef", @@ -6326,7 +6326,7 @@ dependencies = [ [[package]] name = "tremor-runtime" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "async-channel", @@ -6408,7 +6408,7 @@ dependencies = [ [[package]] name = "tremor-script" -version = "0.11.0" +version = "0.11.1" dependencies = [ "atty", "base64 0.13.0", @@ -6460,7 +6460,7 @@ dependencies = [ [[package]] name = "tremor-value" -version = "0.3.0" +version = "0.3.1" dependencies = [ "base64 0.13.0", "beef", diff --git a/Cargo.toml b/Cargo.toml index 3cc89257c0..dac5e80819 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "tremor-runtime" readme = "README.md" repository = "https://github.com/tremor-rs/tremor-runtime" -version = "0.11.0" +version = "0.11.1" [workspace] @@ -31,13 +31,13 @@ opt-level = 3 anyhow = "1" async-channel = "1" async-compat = "0.2" -async-compression = { version = "0.3", features = ["xz", "futures-bufread", "stream"] } -async-std = { version = "1.9.0", features = ["unstable", "attributes", "tokio03", "tokio1"] } -async-trait = "0.1" -async-tungstenite = { version = "0.13.1", features = ["async-std-runtime"] } +async-compression = {version = "0.3", features = ["xz", "futures-bufread", "stream"]} +async-std = {version = "1.9.0", features = ["unstable", "attributes", "tokio03", "tokio1"]} async-std-resolver = "0.20" +async-trait = "0.1" +async-tungstenite = {version = "0.13.1", features = ["async-std-runtime"]} base64 = "0.13" -beef = { version = "0.5", features = ["impl_serde"] } +beef = {version = "0.5", features = ["impl_serde"]} byteorder = "1" bytes = "1.0" chrono = "0.4" @@ -46,10 +46,10 @@ error-chain = "0.12" futures = "0.3.14" glob = "0.3" halfbrown = "0.1" -hashbrown = { version = "0.11", features = ["serde"] } +hashbrown = {version = "0.11", features = ["serde"]} hostname = "0.3" http-types = "2.11" -indexmap = { version = "1", features = ["serde-1"] } +indexmap = {version = "1", features = ["serde-1"]} lazy_static = "1" libflate = "1.1" log = "0.4" @@ -63,34 +63,34 @@ rmp-serde = "0.15" serde = "1" serde_derive = "1" serde_yaml = "0.8" -simd-json = { version = "0.4", features = ["known-key"] } +simd-json = {version = "0.4", features = ["known-key"]} simd-json-derive = "0.2" snap = "1" surf = "=2.2.0" -tremor-common = { path = "tremor-common" } -tremor-influx = { path = "tremor-influx" } -tremor-pipeline = { path = "tremor-pipeline" } -tremor-script = { path = "tremor-script" } -tremor-value = { path = "tremor-value" } +syslog_loose = "0.10" +tremor-common = {path = "tremor-common"} +tremor-influx = {path = "tremor-influx"} +tremor-pipeline = {path = "tremor-pipeline"} +tremor-script = {path = "tremor-script"} +tremor-value = {path = "tremor-value"} url = "2.2" value-trait = "0.2" -syslog_loose = "0.10" mapr = "0.8" -tempfile = { version = "3.2" } +tempfile = {version = "3.2"} # blaster / blackhole hdrhistogram = "7" xz2 = "0.1" # postgres -postgres = { version = "0.19", features = ["with-serde_json-1", "with-chrono-0_4"] } +postgres = {version = "0.19", features = ["with-serde_json-1", "with-chrono-0_4"]} postgres-protocol = "0.6" tokio-postgres = "0.7" # kafka. cmake is the encouraged way to build this and also the one that works on windows/with musl. -rdkafka = { version = "0.24", features = ["cmake-build", "libz-static"], default-features = false } -rdkafka-sys = { version = "2.0.0", features = ["cmake-build", "libz-static"] } # tracking the version rdkafka depends on +rdkafka = {version = "0.24", features = ["cmake-build", "libz-static"], default-features = false} +rdkafka-sys = {version = "2.0.0", features = ["cmake-build", "libz-static"]}# tracking the version rdkafka depends on smol = "1.2.5" # crononome @@ -101,7 +101,7 @@ grok = "1" # not used directly in tremor codebase, but present here so that we can turn # on features for these (see static-ssl feature here) -openssl = { version = "0.10", features = ["vendored"] } +openssl = {version = "0.10", features = ["vendored"]} # rest onramp tide = "0.16" @@ -110,26 +110,26 @@ tide = "0.16" async-nats = "0.9.12" # discord -serenity = { version = "0.10", default-features = false, features = [ +serenity = {version = "0.10", default-features = false, features = [ "client", "gateway", "rustls_backend", "model", "cache", -] } +]} # kv sled = "0.34" # opentelemetry -tremor-otelapis = "0.1" -tonic = { version = "0.4", default-features = false, features = ["transport", "tls"] } port_scanner = "0.1.5" +tonic = {version = "0.4", default-features = false, features = ["transport", "tls"]} +tremor-otelapis = "0.1" # gcp -reqwest = "0.11.2" -gouth = { version = "0.1" } +gouth = {version = "0.1"} http = "0.2.3" +reqwest = "0.11.2" [dependencies.tungstenite] default-features = false @@ -140,9 +140,9 @@ matches = "0.1" # criterion = "0.2" env_logger = "0.8" pretty_assertions = "0.7.2" +proptest = "1.0" regex = "1" test-case = "1.1" -proptest = "1.0" [features] default = [] @@ -152,8 +152,8 @@ default = [] bert = ["tremor-pipeline/bert"] [patch.crates-io] -rust-bert = { git = 'https://github.com/mfelsche/rust-bert.git', rev = '1140989' } -rust_tokenizers = { git = 'https://github.com/mfelsche/rust-tokenizers.git', rev = '5a7860d' } +rust-bert = {git = 'https://github.com/mfelsche/rust-bert.git', rev = '1140989'} +rust_tokenizers = {git = 'https://github.com/mfelsche/rust-tokenizers.git', rev = '5a7860d'} # for use during debian packaging, via cargo-deb # https://github.com/mmstick/cargo-deb#packagemetadatadeb-options @@ -210,17 +210,17 @@ package = "tremor" buildflags = ["--release"] profile = "release" [package.metadata.rpm.targets] -tremor = { path = "/usr/bin/tremor" } +tremor = {path = "/usr/bin/tremor"} # The LHS paths here are relative to the rpm config dir (.rpm at project root). # If you add new files here, please make sure to add them to %files section in # the rpm spec file (inside .rpm) -- otherwise the rpm packaging will fail. [package.metadata.rpm.files] -"../LICENSE" = { path = "/usr/share/licenses/tremor/LICENSE" } -"../README.md" = { path = "/usr/share/doc/tremor/README.md" } -"../packaging/distribution/etc/tremor/" = { path = "/etc/tremor/" } +"../LICENSE" = {path = "/usr/share/licenses/tremor/LICENSE"} +"../README.md" = {path = "/usr/share/doc/tremor/README.md"} +"../packaging/distribution/etc/tremor/" = {path = "/etc/tremor/"} # TODO enable this after some example cleanup #"../demo/examples/" = { path = "/etc/tremor/config/examples/" } -"../packaging/distribution/usr/lib/tremor/tremor.sh" = { path = "/usr/lib/tremor/tremor.sh", mode = "755" } -"../tremor-script/lib/" = { path = "/usr/lib/tremor/tremor-script/" } +"../packaging/distribution/usr/lib/tremor/tremor.sh" = {path = "/usr/lib/tremor/tremor.sh", mode = "755"} +"../tremor-script/lib/" = {path = "/usr/lib/tremor/tremor-script/"} # copying systemd service to standard location for rpm packages -"../packaging/distribution/etc/systemd/system/tremor.service" = { path = "/usr/lib/systemd/system/tremor.service" } +"../packaging/distribution/etc/systemd/system/tremor.service" = {path = "/usr/lib/systemd/system/tremor.service"} diff --git a/Dockerfile.learn b/Dockerfile.learn index 365c8224eb..7367d4e11a 100644 --- a/Dockerfile.learn +++ b/Dockerfile.learn @@ -2,7 +2,7 @@ FROM rust:1.50.0 as builder RUN cargo install --features=ssl websocat -FROM tremorproject/tremor:0.11.0 +FROM tremorproject/tremor:0.11.1 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 39ebc2195e..af29e19a4e 100644 --- a/tremor-api/Cargo.toml +++ b/tremor-api/Cargo.toml @@ -4,7 +4,7 @@ description = "Tremor Api Callbacks" edition = "2018" license = "Apache-2.0" name = "tremor-api" -version = "0.11.0" +version = "0.11.1" [dependencies] hashbrown = {version = "0.11", features = ["serde"]} diff --git a/tremor-cli/Cargo.toml b/tremor-cli/Cargo.toml index 72db857b1f..d2c6641546 100644 --- a/tremor-cli/Cargo.toml +++ b/tremor-cli/Cargo.toml @@ -4,7 +4,7 @@ description = "Tremor CLI Tool" edition = "2018" license = "Apache-2.0" name = "tremor-cli" -version = "0.11.0" +version = "0.11.1" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" diff --git a/tremor-cli/tests/api-cli/command.yml b/tremor-cli/tests/api-cli/command.yml index f9606df12a..6010655f8c 100644 --- a/tremor-cli/tests/api-cli/command.yml +++ b/tremor-cli/tests/api-cli/command.yml @@ -15,7 +15,7 @@ suites: expects: - source: stdout contains: - - '{"version":"0.11.0"}' + - '{"version":"0.11.1"}' - name: GET /onramp command: tremor api -f json onramp list tags: diff --git a/tremor-cli/tests/api/command.yml b/tremor-cli/tests/api/command.yml index cdb6618235..c0c6ed2a64 100644 --- a/tremor-cli/tests/api/command.yml +++ b/tremor-cli/tests/api/command.yml @@ -16,7 +16,7 @@ suites: - source: stdout contains: - HTTP/1.1 200 OK - - '{"version":"0.11.0"' + - '{"version":"0.11.1"' - name: GET /onramp command: curl -vs --stderr - http://localhost:9898/onramp tags: diff --git a/tremor-common/Cargo.toml b/tremor-common/Cargo.toml index 00408d8f35..ae572bf2b9 100644 --- a/tremor-common/Cargo.toml +++ b/tremor-common/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" license = "Apache-2.0" name = "tremor-common" readme = "README.md" -version = "0.11.0" +version = "0.11.1" [dependencies] async-std = "1" -rand = { version = "0.8", features = ["small_rng"] } +rand = {version = "0.8", features = ["small_rng"]} diff --git a/tremor-influx/Cargo.toml b/tremor-influx/Cargo.toml index 5065dd8590..8a4eedc572 100644 --- a/tremor-influx/Cargo.toml +++ b/tremor-influx/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" license = "Apache-2.0" name = "tremor-influx" readme = "README.md" -version = "0.3.0" +version = "0.3.1" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" diff --git a/tremor-pipeline/Cargo.toml b/tremor-pipeline/Cargo.toml index 383c065a3a..c0f842c26e 100644 --- a/tremor-pipeline/Cargo.toml +++ b/tremor-pipeline/Cargo.toml @@ -4,7 +4,7 @@ description = "Tremor Pipeline DAG Runtime" edition = "2018" license = "Apache-2.0" name = "tremor-pipeline" -version = "0.11.0" +version = "0.11.1" [dependencies] beef = {version = "0.5", features = ["impl_serde"]} diff --git a/tremor-script/Cargo.toml b/tremor-script/Cargo.toml index 4cd48f64a8..91d7582c11 100644 --- a/tremor-script/Cargo.toml +++ b/tremor-script/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" license = "Apache-2.0" name = "tremor-script" readme = "README.md" -version = "0.11.0" +version = "0.11.1" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" @@ -22,7 +22,7 @@ name = "tremor_script" [dependencies] atty = "0.2" base64 = "0.13" -beef = { version = "0.5", features = ["impl_serde"] } +beef = {version = "0.5", features = ["impl_serde"]} byteorder = "1.4" chrono = "0.4" cidr-utils = "0.5" @@ -42,20 +42,20 @@ lalrpop-util = "0.19" lazy_static = "1.4" matches = "0.1.8" percent-encoding = "2.1" -rand = { version = "0.8", features = ["small_rng"] } +rand = {version = "0.8", features = ["small_rng"]} regex = "1" rental = "0.5" serde = "1.0" serde_derive = "1.0" -simd-json = { version = "0.4", features = ["known-key"] } +simd-json = {version = "0.4", features = ["known-key"]} simd-json-derive = "0.2" sketches-ddsketch = "0.1.2" strip-ansi-escapes = "0.1" termcolor = "1.1" -tremor-common = { version = "0.11", path = "../tremor-common" } -tremor-influx = { version = "0.3", path = "../tremor-influx" } +tremor-common = {version = "0.11", path = "../tremor-common"} +tremor-influx = {version = "0.3", path = "../tremor-influx"} tremor-kv = "0.2" -tremor-value = { version = "0.3", path = "../tremor-value" } +tremor-value = {version = "0.3", path = "../tremor-value"} unicode-xid = "0.2" url = "2" value-trait = "0.2" @@ -73,5 +73,5 @@ proptest = "1.0" tempfile = "3" [features] -fns = [] erlang-float-testing = [] +fns = [] diff --git a/tremor-value/Cargo.toml b/tremor-value/Cargo.toml index 63aa8e1199..3aba9050ff 100644 --- a/tremor-value/Cargo.toml +++ b/tremor-value/Cargo.toml @@ -6,24 +6,24 @@ edition = "2018" license = "Apache-2.0" name = "tremor-value" readme = "README.md" -version = "0.3.0" +version = "0.3.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.13" beef = "0.5" -halfbrown = { version = "0.1", features = ["fxhash"] } +halfbrown = {version = "0.1", features = ["fxhash"]} serde = "1.0" simd-json = "0.4.3" simd-json-derive = "0.2" -value-trait = { version = "0.2", features = ["custom-types"] } +value-trait = {version = "0.2", features = ["custom-types"]} [dev-dependencies] float-cmp = "0.8" getopts = "0.2" proptest = "1.0" -serde = { version = "1", features = ["derive"] } +serde = {version = "1", features = ["derive"]} serde_json = "1" [features]