Skip to content

Releases: bilelmoussaoui/oo7

0.4.3

0.4.2

20 Mar 15:46
Compare
Choose a tag to compare

What's Changed

Relax the condition when validating the file backend keyring secret and provide various APIs to allow the developer to recover the non-broken items in a keyring or delete the broken ones.

The root cause of the issue has not been identified but at least apps will continue to work as normal if the developer uses Keyring::with_broken_item_cleanup instead of Keyring::new.

More details can be found in #207

0.4.0

15 Feb 15:35
Compare
Choose a tag to compare

What's Changed

The server side implementation is still WIP. On the other hand, the secret portal implementation is ready 🎉.

0.3.3

18 Jun 11:58
Compare
Choose a tag to compare

Bilal Elmoussaoui:

  • client/item: Force tuple usage when serializing
  • client: Use async UnixStream

0.3.2

05 May 11:34
Compare
Choose a tag to compare

0.3.1

03 May 21:07
Compare
Choose a tag to compare

0.3.0

18 Feb 15:27
Compare
Choose a tag to compare

What's Changed

  • Bump zbus to 4.0
  • Bump MSRV to 1.75, as required by zbus 4.0
  • Introduce AsAttributes traits, used instead of passing attributes as HashMap<&str, &str> , making it possible to pass Vec<(K, V)>, BTreeMap<K,V> or even a struct that would implement the trait
  • Expose more internals as part of the unstable feature, for the work-in-progress to provide a server side implementation of the secret service specification
  • Release oo7-cli, a secret-tool replacement

0.2.2

06 Jan 21:01
Compare
Choose a tag to compare

Kévin Commaille

  • portal: Fix concurrent calls to Keyring::write

Maximiliano Sandoval

  • Add created, modified methods for items
  • cargo: Set msrv to 1.66

Sophie Herold:

  • client/dbus: Add public interface for item
  • Stop using the async-std crate

0.2.0

10 Aug 13:13
Compare
Choose a tag to compare

What's Changed

  • portal api: Fix deosn't typo by @A6GibKm in #38
  • Return a stream for signals by @bilelmoussaoui in #40
  • migration: Fallback to plain secret service
  • Expose Item::lock/Item::unlock from the generic API

Full Changelog: 0.1.2...0.2.0

0.1.2

16 Apr 17:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2