Releases: sugyan/atrium
Releases · sugyan/atrium
atrium-api-v0.18.4
Added
- Update API, based on the latest lexicon schemas (#134)
atrium-xrpc-v0.10.2
Other
- update Cargo.toml dependencies
atrium-cli-v0.1.5
Fixed
- Error handling to prevent panic (#132)
atrium-api-v0.18.3
Other
- update Cargo.toml dependencies
atrium-xrpc-v0.10.1
Other
- update Cargo.toml dependencies
atrium-xrpc-client-v0.5.0
Removed
- Remove
surf
client (#130)
atrium-cli-v0.1.4
Other
- update Cargo.toml dependencies
atrium-api-v0.18.2
Other
- update Cargo.toml dependencies
atrium-api-v0.18.1
Other
- Generate structs corresponding to collections
Added
atrium_api::types::Collection
trait, which binds together a record type and its NSID.- Collection structs for the current record types:
atrium_api::app::bsky::actor::Profile
atrium_api::app::bsky::feed
:Generator
Like
Post
Repost
Threadgate
atrium_api::app::bsky::graph
:Block
Follow
List
Listblock
Listitem
atrium-xrpc-v0.10.0
Added
- Support wasm32 (#119)
Changed
- For traits defined using
async_trait
, theSend
bound is now optional withwasm32-*
targets.