Releases: Cytraen/rustgie
Releases · Cytraen/rustgie
v0.2.0
Changelog:
- Add
enumflags2
dependency
- Unfortunately, any flag enums with values like
All
or None
have been removed
- Allow deserializing strings to enums
- Accept
&str
in many more places
- Update to API v2.16.0
- Add
rustls
feature to use that instead of the OS's implementation
v0.1.1
Changelog:
- Accept
&str
in more (not all) places instead of just String
v0.1.0
Changelog:
- BREAKING - return
Result
instead of plain response
- Implement OAuth flow (authorization URL, getting/refreshing tokens)