Ockam - Release v0.82.0 #4394
mrinalwadhwa
announced in
Announcements
Replies: 1 comment 3 replies
-
I tried to follow the very first examples but the crates on crates from versions 0.78 to 0.82 fail to build: Try this and you'd get this error
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
End-to-end encryption through Kafka
Release v0.82.0 🥁 🥳
This release enables tamper-proof and end-to-end encrypted message streams through Kafka - with zero-code changes.
Give it a try:
https://docs.ockam.io/guides/examples/end-to-end-encrypted-kafka
Homebrew
If you use Homebrew, you can install Ockam using brew.
# Tap and install Ockam Command brew install build-trust/ockam/ockam
This will download a precompiled binary and add it to your path. If you don’t
use Homebrew, you can also install on Linux and MacOS systems using curl.
After the binary downloads, please move it to a location that is in your
shell's
$PATH
Rust Crates
To use Ockam as a Rust library, run the following command within your project directory:
Contributors
The following people contributed to this release, thank you all 🥳
@adrianbenavides @BeenzSyed @caoakleyii @davide-baldo @etorreborre @glenngillen @hairyhum @mattgreg @metaclips @mrinalwadhwa @mszpakowski @polvorin @SanjoDeundiak
@murex971 @0xkelvin @h20220145 @p-gentili
New Contributors
@0xkelvin made their first contribution 🥳
Give the new example a try:
https://docs.ockam.io/guides/examples/end-to-end-encrypted-kafka
Beta Was this translation helpful? Give feedback.
All reactions