You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.