github-actions
released this
21 Feb 16:13
·
7 commits
to refs/heads/main
since this release
- Renamed various request related types to follow more uniform naming scheme
- Added
api::v2::{calendar::ListReqInit,watchlist::CreateReqInit}
types - Removed
api::v2::{order::ChangeReqInit,assets::ListReqInit}
types in favor ofDefault
impl for corresponding request types - Made various types non-exhaustive
- Added
name
attribute toapi::v2::watchlist::Watchlist
type - Added support for updating a watchlist
Full Changelog: v0.28.0...v0.29.0