Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Feb 00:04
v1.1.0
de78e83

Changed

  • Replaced default TLS feature native-tls by rustls-ring. Native TLS makes release process a bit more complicated and heavier static binaries. Rustls + Ring seems to be a better choice.

Removed

  • Removed direct keyring support. Use commands instead. The reason is that keyring support has always been a bit blurry for users. It's hard to know what it truly does behind the scene. Plus it increases the complexity. The same way Ortie CLI exports OAuth logic and simplies usage inside tools, Mimosa CLI does the same for passwords and keyring.