Skip to content

Releases: cipherstash/enveloperb

v0.4.2

11 Sep 23:49
c72a7ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

Fix runtime dependency issue for source gem

17 Jun 02:41
Compare
Choose a tag to compare

To build the source gem, you need rb_sys. However, you don't need it to run the gem.
Absent an add_build_dependency method on Gem::Specification, a conditional seems the best approach available.

Promote the Simple key provider to general-purpose use

17 Jun 02:41
Compare
Choose a tag to compare

With some improvements in the underlying envelopers cryptography, the Simple key provider is now secure for general-purpose use.
Go forth and envelop!

Use the published version of the 'envelopers' crate

20 May 02:43
Compare
Choose a tag to compare

Now that it's released and available on crates.io, we should definitely use that instead of a git reference.

Automated gem builds

18 May 00:25
Compare
Choose a tag to compare

No more needing Rust installed!

Add build flags to 'source' builds

02 May 08:15
Compare
Choose a tag to compare

The macOS local builds need the no-link support flags as well.

Tweak build command

02 May 08:15
Compare
Choose a tag to compare

There's always one thing you miss...

A new build system

02 May 01:47
Compare
Choose a tag to compare

Now we should be able to produce native gems for multiple platforms that
stand a small chance of working.

Tweak build process for M1 macs

29 Apr 07:09
Compare
Choose a tag to compare

Darwin's just gotta be different, doesn't it?

Fix a glitch in the Cargo.toml

29 Apr 06:50
Compare
Choose a tag to compare
v0.1.1

Fix a glitch in the Cargo.toml