Skip to content

Commit

Permalink
Prepare Release 0.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wahl <[email protected]>
  • Loading branch information
Matthias Wahl authored and darach committed Apr 22, 2021
1 parent 5586b97 commit 0f98b56
Show file tree
Hide file tree
Showing 13 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.11.1

### New features
* Add `tremor_value::structurize` convenience fn
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

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

72 changes: 36 additions & 36 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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
Expand All @@ -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"
Expand All @@ -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
Expand All @@ -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 = []
Expand All @@ -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
Expand Down Expand Up @@ -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"}
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.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

Expand Down
2 changes: 1 addition & 1 deletion 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 = "2018"
license = "Apache-2.0"
name = "tremor-api"
version = "0.11.0"
version = "0.11.1"

[dependencies]
hashbrown = {version = "0.11", features = ["serde"]}
Expand Down
2 changes: 1 addition & 1 deletion 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 = "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"
Expand Down
2 changes: 1 addition & 1 deletion tremor-cli/tests/api-cli/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tremor-cli/tests/api/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions tremor-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
2 changes: 1 addition & 1 deletion tremor-influx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tremor-pipeline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down
16 changes: 8 additions & 8 deletions tremor-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -73,5 +73,5 @@ proptest = "1.0"
tempfile = "3"

[features]
fns = []
erlang-float-testing = []
fns = []
Loading

0 comments on commit 0f98b56

Please sign in to comment.