@restatedev/restatectl-darwin-arm64 1.7.8 → 1.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +78 -78
- package/README.md +1 -1
- package/bin/restatectl +0 -0
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -48,27 +48,27 @@ async-trait: 0.1.92, "Apache-2.0 OR MIT", by, "David Tolnay <dtolnay@gmail.com>"
|
|
|
48
48
|
atoi: 2.0.0, "MIT", by, "Markus Klein"
|
|
49
49
|
atomic: 0.6.1, "Apache-2.0 OR MIT", by, "Amanieu d'Antras <amanieu@gmail.com>"
|
|
50
50
|
atomic-waker: 1.1.2, "Apache-2.0 OR MIT", by, "Stjepan Glavina <stjepang@gmail.com>|Contributors to futures-rs"
|
|
51
|
-
aws-config: 1.
|
|
51
|
+
aws-config: 1.11.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|Russell Cohen <rcoh@amazon.com>"
|
|
52
52
|
aws-credential-types: 1.3.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>"
|
|
53
53
|
aws-lc-rs: 1.18.0, "(Apache-2.0 OR ISC) AND ISC", by, "AWS-LibCrypto"
|
|
54
54
|
aws-lc-sys: 0.44.0, "(Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR ISC OR MIT-0) AND (Apache-2.0 OR ISC) AND Apache-2.0 AND BSD-3-Clause AND ISC AND MIT", by, "AWS-LC"
|
|
55
55
|
aws-msk-iam-sasl-signer: 1.0.1, "Apache-2.0", by, "Yuhao Su<yuhaosu@outlook.com>"
|
|
56
56
|
aws-runtime: 1.9.1, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>"
|
|
57
|
-
aws-sdk-dynamodb: 1.
|
|
58
|
-
aws-sdk-lambda: 1.
|
|
59
|
-
aws-sdk-sso: 1.
|
|
60
|
-
aws-sdk-ssooidc: 1.
|
|
61
|
-
aws-sdk-sts: 1.
|
|
57
|
+
aws-sdk-dynamodb: 1.123.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|Russell Cohen <rcoh@amazon.com>"
|
|
58
|
+
aws-sdk-lambda: 1.141.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|Russell Cohen <rcoh@amazon.com>"
|
|
59
|
+
aws-sdk-sso: 1.108.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|Russell Cohen <rcoh@amazon.com>"
|
|
60
|
+
aws-sdk-ssooidc: 1.110.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|Russell Cohen <rcoh@amazon.com>"
|
|
61
|
+
aws-sdk-sts: 1.113.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|Russell Cohen <rcoh@amazon.com>"
|
|
62
62
|
aws-sigv4: 1.5.1, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|David Barsky <me@davidbarsky.com>"
|
|
63
63
|
aws-smithy-async: 1.3.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|John DiSanti <jdisanti@amazon.com>"
|
|
64
64
|
aws-smithy-eventstream: 0.61.2, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|John DiSanti <jdisanti@amazon.com>"
|
|
65
65
|
aws-smithy-http: 0.64.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|Russell Cohen <rcoh@amazon.com>"
|
|
66
|
-
aws-smithy-http-client: 1.
|
|
66
|
+
aws-smithy-http-client: 1.4.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>"
|
|
67
67
|
aws-smithy-json: 0.63.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|John DiSanti <jdisanti@amazon.com>"
|
|
68
68
|
aws-smithy-observability: 0.3.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>"
|
|
69
69
|
aws-smithy-query: 0.62.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|John DiSanti <jdisanti@amazon.com>"
|
|
70
|
-
aws-smithy-runtime: 1.
|
|
71
|
-
aws-smithy-runtime-api: 1.
|
|
70
|
+
aws-smithy-runtime: 1.14.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|Zelda Hessler <zhessler@amazon.com>"
|
|
71
|
+
aws-smithy-runtime-api: 1.15.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|Zelda Hessler <zhessler@amazon.com>"
|
|
72
72
|
aws-smithy-runtime-api-macros: 1.1.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>"
|
|
73
73
|
aws-smithy-schema: 0.2.0, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>"
|
|
74
74
|
aws-smithy-types: 1.6.2, "Apache-2.0", by, "AWS Rust SDK Team <aws-sdk-rust@amazon.com>|Russell Cohen <rcoh@amazon.com>"
|
|
@@ -80,7 +80,7 @@ backtrace: 0.3.76, "Apache-2.0 OR MIT", by, "The Rust Project Developers"
|
|
|
80
80
|
base62: 2.2.4, "MIT", by, "François Bernier <frankbernier@gmail.com>|Chai T. Rex <ChaiTRex@users.noreply.github.com>"
|
|
81
81
|
base64: 0.22.1, "Apache-2.0 OR MIT", by, "Marshall Pierce <marshall@mpierce.org>"
|
|
82
82
|
base64-simd: 0.8.0, "MIT", by, "N/A"
|
|
83
|
-
bifrost-benchpress: 1.7.
|
|
83
|
+
bifrost-benchpress: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
84
84
|
bigdecimal: 0.4.10, "Apache-2.0 OR MIT", by, "Andrew Kubera"
|
|
85
85
|
bilrost: 0.1014.3, "Apache-2.0", by, "Kent Ross <k@mad.cash>|Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com|Tokio Contributors <team@tokio.rs>"
|
|
86
86
|
bilrost-derive: 0.1014.3, "Apache-2.0", by, "Kent Ross <k@mad.cash>|Dan Burkert <dan@danburkert.com>|Lucio Franco <luciofranco14@gmail.com>|Tokio Contributors <team@tokio.rs>"
|
|
@@ -113,7 +113,7 @@ bzip2-sys: 0.1.13+1.0.8, "Apache-2.0 OR MIT", by, "Alex Crichton <alex@alexcrich
|
|
|
113
113
|
cast: 0.3.0, "Apache-2.0 OR MIT", by, "Jorge Aparicio <jorge@japaric.io>"
|
|
114
114
|
castaway: 0.2.4, "MIT", by, "Stephen M. Coakley <me@stephencoakley.com>"
|
|
115
115
|
cfg-if: 1.0.4, "Apache-2.0 OR MIT", by, "Alex Crichton <alex@alexcrichton.com>"
|
|
116
|
-
chacha20: 0.10.
|
|
116
|
+
chacha20: 0.10.2, "Apache-2.0 OR MIT", by, "RustCrypto Developers"
|
|
117
117
|
chrono: 0.4.45, "Apache-2.0 OR MIT", by, "N/A"
|
|
118
118
|
chrono-humanize: 0.2.3, "Apache-2.0 OR MIT", by, "Cyril Plisko <cyril.plisko@mountall.com>"
|
|
119
119
|
chrono-tz: 0.10.4, "Apache-2.0 OR MIT", by, "N/A"
|
|
@@ -132,7 +132,7 @@ cling: 0.1.3, "Apache-2.0 OR MIT", by, "Ahmed Farghal <me@asoli.dev>"
|
|
|
132
132
|
cling-derive: 0.1.3, "Apache-2.0 OR MIT", by, "Ahmed Farghal <me@asoli.dev>"
|
|
133
133
|
clipboard-win: 5.4.1, "BSL-1.0", by, "Douman <douman@gmx.se>"
|
|
134
134
|
cmov: 0.5.4, "Apache-2.0 OR MIT", by, "RustCrypto Developers"
|
|
135
|
-
codederror: 1.7.
|
|
135
|
+
codederror: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
136
136
|
codederror-derive: 0.1.0, "BUSL-1.1", by, "restate.dev"
|
|
137
137
|
colorchoice: 1.0.5, "Apache-2.0 OR MIT", by, "N/A"
|
|
138
138
|
combine: 4.6.7, "MIT", by, "Markus Westerlind <marwes91@gmail.com>"
|
|
@@ -422,7 +422,7 @@ litemap: 0.8.3, "Unicode-3.0", by, "The ICU4X Project Developers"
|
|
|
422
422
|
litrs: 1.0.0, "Apache-2.0 OR MIT", by, "Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"
|
|
423
423
|
lock_api: 0.4.14, "Apache-2.0 OR MIT", by, "Amanieu d'Antras <amanieu@gmail.com>"
|
|
424
424
|
log: 0.4.33, "Apache-2.0 OR MIT", by, "The Rust Project Developers"
|
|
425
|
-
logserver-bench: 1.7.
|
|
425
|
+
logserver-bench: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
426
426
|
loom: 0.7.2, "MIT", by, "Carl Lerche <me@carllerche.com>"
|
|
427
427
|
lru-slab: 0.1.2, "Apache-2.0 OR MIT OR Zlib", by, "Benjamin Saunders <ben.e.saunders@gmail.com>"
|
|
428
428
|
lz4-sys: 1.11.1+lz4-1.10.0, "MIT", by, "Jens Heyens <jens.heyens@ewetel.net>|Artem V. Navrotskiy <bozaro@buzzsoft.ru>|Patrick Marks <pmarks@gmail.com>"
|
|
@@ -447,7 +447,7 @@ mlua: 0.10.5, "MIT", by, "Aleksandr Orlenko <zxteam@pm.me>|kyren <catherine@kyju
|
|
|
447
447
|
mlua-sys: 0.6.8, "MIT", by, "Aleksandr Orlenko <zxteam@pm.me>"
|
|
448
448
|
mlua_derive: 0.10.1, "MIT", by, "Aleksandr Orlenko <zxteam@pm.me>"
|
|
449
449
|
mnemonic: 1.1.1, "MIT", by, "Matt Brubeck <mbrubeck@limpet.net>|Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
450
|
-
mock-service-endpoint: 1.7.
|
|
450
|
+
mock-service-endpoint: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
451
451
|
moka: 0.12.16, "(Apache-2.0 OR MIT) AND Apache-2.0", by, "N/A"
|
|
452
452
|
ndk-context: 0.1.1, "Apache-2.0 OR MIT", by, "The Rust Windowing contributors"
|
|
453
453
|
nibble_vec: 0.1.0, "MIT", by, "Michael Sproul <micsproul@gmail.com>"
|
|
@@ -521,7 +521,7 @@ portable-atomic: 1.15.0, "Apache-2.0 OR MIT", by, "N/A"
|
|
|
521
521
|
portable-atomic-util: 0.2.7, "Apache-2.0 OR MIT", by, "N/A"
|
|
522
522
|
potential_utf: 0.1.6, "Unicode-3.0", by, "The ICU4X Project Developers"
|
|
523
523
|
powerfmt: 0.2.0, "Apache-2.0 OR MIT", by, "Jacob Pratt <jacob@jhpratt.dev>"
|
|
524
|
-
pp-bench: 1.7.
|
|
524
|
+
pp-bench: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
525
525
|
ppmd-rust: 1.4.0, "CC0-1.0 OR MIT-0", by, "N/A"
|
|
526
526
|
pprof: 0.15.0, "Apache-2.0", by, "Yang Keao <keao.yang@yahoo.com>"
|
|
527
527
|
pprof_util: 0.8.2, "Apache-2.0", by, "N/A"
|
|
@@ -593,70 +593,70 @@ regress: 0.10.5, "Apache-2.0 OR MIT", by, "ridiculousfish <corydoras@ridiculousf
|
|
|
593
593
|
reqwest: 0.12.28, "Apache-2.0 OR MIT", by, "Sean McArthur <sean@seanmonstar.com>"
|
|
594
594
|
reqwest: 0.13.4, "Apache-2.0 OR MIT", by, "Sean McArthur <sean@seanmonstar.com>"
|
|
595
595
|
resolv-conf: 0.7.6, "Apache-2.0 OR MIT", by, "N/A"
|
|
596
|
-
restate-admin: 1.7.
|
|
597
|
-
restate-admin-rest-model: 1.7.
|
|
598
|
-
restate-base64-util: 1.7.
|
|
599
|
-
restate-benchmarks: 1.7.
|
|
600
|
-
restate-bifrost: 1.7.
|
|
601
|
-
restate-cli: 1.7.
|
|
602
|
-
restate-cli-util: 1.7.
|
|
603
|
-
restate-clock: 1.7.
|
|
604
|
-
restate-cloud-tunnel-client: 1.7.
|
|
605
|
-
restate-core: 1.7.
|
|
596
|
+
restate-admin: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
597
|
+
restate-admin-rest-model: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
598
|
+
restate-base64-util: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
599
|
+
restate-benchmarks: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
600
|
+
restate-bifrost: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
601
|
+
restate-cli: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
602
|
+
restate-cli-util: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
603
|
+
restate-clock: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
604
|
+
restate-cloud-tunnel-client: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
605
|
+
restate-core: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
606
606
|
restate-core-derive: 0.1.0, "BUSL-1.1", by, "restate.dev"
|
|
607
|
-
restate-doctor: 1.7.
|
|
608
|
-
restate-encoding: 1.7.
|
|
607
|
+
restate-doctor: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
608
|
+
restate-encoding: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
609
609
|
restate-encoding-derive: 0.1.0, "BUSL-1.1", by, "restate.dev"
|
|
610
|
-
restate-errors: 1.7.
|
|
611
|
-
restate-fs-util: 1.7.
|
|
612
|
-
restate-futures-util: 1.7.
|
|
613
|
-
restate-hyper-uds: 1.7.
|
|
614
|
-
restate-ingestion-client: 1.7.
|
|
615
|
-
restate-ingress-http: 1.7.
|
|
616
|
-
restate-ingress-kafka: 1.7.
|
|
617
|
-
restate-invoker-impl: 1.7.
|
|
618
|
-
restate-limiter: 1.7.
|
|
619
|
-
restate-lite: 1.7.
|
|
620
|
-
restate-local-cluster-runner: 1.7.
|
|
621
|
-
restate-log-server: 1.7.
|
|
622
|
-
restate-log-server-grpc: 1.7.
|
|
623
|
-
restate-memory: 1.7.
|
|
624
|
-
restate-metadata-providers: 1.7.
|
|
625
|
-
restate-metadata-server: 1.7.
|
|
626
|
-
restate-metadata-server-grpc: 1.7.
|
|
627
|
-
restate-metadata-store: 1.7.
|
|
628
|
-
restate-node: 1.7.
|
|
629
|
-
restate-object-store-util: 1.7.
|
|
630
|
-
restate-partition-store: 1.7.
|
|
631
|
-
restate-platform: 1.7.
|
|
632
|
-
restate-queue: 1.7.
|
|
633
|
-
restate-rocksdb: 1.7.
|
|
634
|
-
restate-serde-util: 1.7.
|
|
635
|
-
restate-server: 1.7.
|
|
636
|
-
restate-service-client: 1.7.
|
|
637
|
-
restate-service-protocol: 1.7.
|
|
638
|
-
restate-service-protocol-v4: 1.7.
|
|
639
|
-
restate-sharding: 1.7.
|
|
640
|
-
restate-storage-api: 1.7.
|
|
641
|
-
restate-storage-query-datafusion: 1.7.
|
|
642
|
-
restate-test-util: 1.7.
|
|
643
|
-
restate-timer: 1.7.
|
|
644
|
-
restate-timer-queue: 1.7.
|
|
645
|
-
restate-tracing: 1.7.
|
|
646
|
-
restate-tracing-instrumentation: 1.7.
|
|
647
|
-
restate-types: 1.7.
|
|
648
|
-
restate-util-bytecount: 1.7.
|
|
649
|
-
restate-util-random: 1.7.
|
|
650
|
-
restate-util-string: 1.7.
|
|
651
|
-
restate-util-time: 1.7.
|
|
652
|
-
restate-utoipa: 1.7.
|
|
653
|
-
restate-vqueues: 1.7.
|
|
654
|
-
restate-wal-protocol: 1.7.
|
|
655
|
-
restate-web-ui: 1.0.
|
|
656
|
-
restate-worker: 1.7.
|
|
657
|
-
restate-worker-api: 1.7.
|
|
610
|
+
restate-errors: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
611
|
+
restate-fs-util: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
612
|
+
restate-futures-util: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
613
|
+
restate-hyper-uds: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
614
|
+
restate-ingestion-client: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
615
|
+
restate-ingress-http: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
616
|
+
restate-ingress-kafka: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
617
|
+
restate-invoker-impl: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
618
|
+
restate-limiter: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
619
|
+
restate-lite: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
620
|
+
restate-local-cluster-runner: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
621
|
+
restate-log-server: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
622
|
+
restate-log-server-grpc: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
623
|
+
restate-memory: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
624
|
+
restate-metadata-providers: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
625
|
+
restate-metadata-server: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
626
|
+
restate-metadata-server-grpc: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
627
|
+
restate-metadata-store: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
628
|
+
restate-node: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
629
|
+
restate-object-store-util: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
630
|
+
restate-partition-store: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
631
|
+
restate-platform: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
632
|
+
restate-queue: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
633
|
+
restate-rocksdb: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
634
|
+
restate-serde-util: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
635
|
+
restate-server: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
636
|
+
restate-service-client: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
637
|
+
restate-service-protocol: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
638
|
+
restate-service-protocol-v4: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
639
|
+
restate-sharding: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
640
|
+
restate-storage-api: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
641
|
+
restate-storage-query-datafusion: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
642
|
+
restate-test-util: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
643
|
+
restate-timer: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
644
|
+
restate-timer-queue: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
645
|
+
restate-tracing: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
646
|
+
restate-tracing-instrumentation: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
647
|
+
restate-types: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
648
|
+
restate-util-bytecount: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
649
|
+
restate-util-random: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
650
|
+
restate-util-string: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
651
|
+
restate-util-time: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
652
|
+
restate-utoipa: 1.7.9, "MIT", by, "N/A"
|
|
653
|
+
restate-vqueues: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
654
|
+
restate-wal-protocol: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
655
|
+
restate-web-ui: 1.0.25, "N/A", by, "N/A"
|
|
656
|
+
restate-worker: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
657
|
+
restate-worker-api: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
658
658
|
restate-workspace-hack: 0.0.1, "N/A", by, "N/A"
|
|
659
|
-
restatectl: 1.7.
|
|
659
|
+
restatectl: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
660
660
|
rev_lines: 0.3.0, "MIT", by, "Michael Coyne <mjc@hey.com>"
|
|
661
661
|
rgb: 0.8.53, "MIT", by, "Kornel Lesiński <kornel@geekhood.net>|James Forster <james.forsterer@gmail.com>"
|
|
662
662
|
ring: 0.17.14, "Apache-2.0 AND ISC", by, "N/A"
|
|
@@ -699,7 +699,7 @@ serde_spanned: 1.1.1, "Apache-2.0 OR MIT", by, "N/A"
|
|
|
699
699
|
serde_urlencoded: 0.7.1, "Apache-2.0 OR MIT", by, "Anthony Ramine <n.oxyde@gmail.com>"
|
|
700
700
|
serde_with: 3.22.0, "Apache-2.0 OR MIT", by, "Jonas Bushart|Marcin Kaźmierczak"
|
|
701
701
|
serde_with_macros: 3.22.0, "Apache-2.0 OR MIT", by, "Jonas Bushart"
|
|
702
|
-
service-protocol-wireshark-dissector: 1.7.
|
|
702
|
+
service-protocol-wireshark-dissector: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
703
703
|
sha1: 0.10.7, "Apache-2.0 OR MIT", by, "RustCrypto Developers"
|
|
704
704
|
sha1: 0.11.0, "Apache-2.0 OR MIT", by, "RustCrypto Developers"
|
|
705
705
|
sha2: 0.10.9, "Apache-2.0 OR MIT", by, "RustCrypto Developers"
|
|
@@ -910,7 +910,7 @@ writeable: 0.6.4, "Unicode-3.0", by, "The ICU4X Project Developers"
|
|
|
910
910
|
wyz: 0.5.1, "MIT", by, "myrrlyn <self@myrrlyn.dev>"
|
|
911
911
|
x509-parser: 0.16.0, "Apache-2.0 OR MIT", by, "Pierre Chifflier <chifflier@wzdftpd.net>"
|
|
912
912
|
xmlparser: 0.13.6, "Apache-2.0 OR MIT", by, "Yevhenii Reizner <razrfalcon@gmail.com>"
|
|
913
|
-
xtask: 1.7.
|
|
913
|
+
xtask: 1.7.9, "BUSL-1.1", by, "restate.dev"
|
|
914
914
|
xxhash-rust: 0.8.18, "BSL-1.0", by, "Douman <douman@gmx.se>"
|
|
915
915
|
yansi: 1.0.1, "Apache-2.0 OR MIT", by, "Sergio Benitez <sb@sergio.bz>"
|
|
916
916
|
yoke: 0.8.3, "Unicode-3.0", by, "Manish Goregaokar <manishsmail@gmail.com>"
|
package/README.md
CHANGED
|
@@ -100,7 +100,7 @@ The basic primitives Restate offers to simplify application development are the
|
|
|
100
100
|
* **Durable Promises and Timers**: Register Promises/Futures and timers in Restate to make them resilient to failures (e.g. sleep, webhooks, timers). Restate can recover them across failures, processes, and time.
|
|
101
101
|
* **Consistent State**: Implement [stateful entities](https://docs.restate.dev/concepts/services) with isolated K/V state per entity. Restate persists the K/V state updates together with the execution progress to ensure consistent state. Restate attaches the K/V state to the request on invocation, and writes it back upon completion. This is particularly efficient for FaaS deployments (stateful serverless, yay!).
|
|
102
102
|
* **Suspending User Code**: long-running code suspends when awaiting on a Promise/Future and resumes when that promise is resolved. This is particularly useful in combination with serverless deployments.
|
|
103
|
-
* **Observability & Introspection**: Restate includes a UI and CLI to inspect the [state of your application](https://docs.restate.dev/
|
|
103
|
+
* **Observability & Introspection**: Restate includes a UI and CLI to inspect the [state of your application](https://docs.restate.dev/services/introspection) across services and invocations. Restate automatically generates Open Telemetry traces for the interactions between handlers.
|
|
104
104
|
|
|
105
105
|
## Contributing
|
|
106
106
|
|
package/bin/restatectl
CHANGED
|
Binary file
|