Releases: pimalaya/ortie
Releases · pimalaya/ortie
v1.1.0
Changed
- Replaced default TLS feature
native-tlsbyrustls-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.
v1.0.0
Added
- Added support for custom authorization parameters (#4).
Changed
- Changed default cargo features to
native-tls,command,keyringandnotify. - Made the redirection endpoint optional. If omitted,
http://127.0.0.1:0is used by default, which will start the redirection server on a random port (#3). - Replaced
on-issue-access-tokenbyhooks.on-issue. - Replaced
on-refresh-access-tokenbyhooks.on-refresh.
Fixed
- Fixed release build with
native-tlsandkeyringfeatures.
v0.1.0
This is the first release of Ortie CLI, and will serve as a solid basis for the future.